mod_activex_filter

mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy.
Download

mod_activex_filter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Brice RENAUD
  • Publisher web site:
  • http://brice.free.fr/

mod_activex_filter Tags


mod_activex_filter Description

mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy. mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy.This module is a small example of an Output Filter developed for Apache 2.0.44 and tested up to 2.0.46. It's only a simple hack of mod_case_filter to get a way to filter ActiveX on a proxy. Actualy, the only way to filter ActiveX if your proxy is unable to do it is to use a TIS module chained with your proxy.But the TIS is only capable of doing HTTP/1.0. If you need real performances, you'll want to use HTTP/1.1. That's why I wrote this small module... It has been generated with classical commands: apxs -g -n activex_filter and apxs -c -nYou just have to do make and make install to use it. Don't forget to modify your httpd.conf.Simple example of a working httpd.conf:KeepAlive OnMaxKeepAliveRequests 100KeepAliveTimeout 15 StartServers 5MinSpareServers 5MaxSpareServers 10MaxClients 150MaxRequestsPerChild 0 Listen 80 LoadModule activex_filter_module modules/mod_activex_filter.soAddOutputFilter ActiveXFilter htmlActiveXFilter On ProxyRequests OnUser nobodyServerAdmin brice@free.frServerName trillianUseCanonicalName OffDefaultType text/plainHostnameLookups OffErrorLog logs/error_logLogLevel warnServerTokens ProdServerSignature On Requirements: · Apache 2.x


mod_activex_filter Related Software