in this moment I don't use any others modules. I use mod_proxy and mod_ssl, only. Then you mean that the apache mod_proxy don't blocks any activex request? I don't have any problems in this request: client --> SERVERA mod_proxy (ex.192.168.0.10) over HTTPS --> SERVERB web server with activex (ex. 192.168.0.11) over HTTP If I try to connect to SERVERB the browser read the activex, if I try to connect to SERVERA the browser don't read the activex from the SERVERB. I'll find the problem on SERVERB? many thanks for your suggest. Cheers, Mauri
2010/4/16 Tom Evans <tevans...@googlemail.com> > On Fri, Apr 16, 2010 at 11:13 AM, Mauri <lai...@gmail.com> wrote: > > I'm sorry but someone mayebe help me? > > > > There are apache module that enables ActiveX? > > > > Thanks for any suggest. > > > > Cheers, > > Mauri > > > > > > > > 2010/4/15 Mauri <lai...@gmail.com> > >> > >> Hi, > >> I have a proxy with SSL that forward any request to a backend platform. > >> In this moment I have a problem if I'm trying to execute an activex on > the > >> backend platform. > >> I'm reading that the mod_proxy blocks any activex request because it > don't > >> trust for the system. > >> How I can do? I'm reading about mod_security. > >> I'm finding on internet this website: http://brice.free.fr/ > >> "mod_activex_filter is an Apache module that enables ActiveX filtering > >> for Apache proxy" > >> this module was wrote for 2.0.x in the year 2003 > >> I don't know if I can use this or what i can find... > >> anyone can help me? > >> thanks. > >> > >> > >> # uname -a > >> Linux SRV01 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 > >> i386 GNU/Linux > >> # rpm -qa | grep http > >> httpd-manual-2.2.3-31.el5_4.2 > >> system-config-httpd-1.3.3.3-1.el5 > >> jakarta-commons-httpclient-3.0-7jpp.1 > >> httpd-2.2.3-31.el5_4.2 > >> httpd-devel-2.2.3-31.el5_4.2 > >> # rpm -qa | grep ssl > >> openssl-devel-0.9.8e-7.el5 > >> mod_ssl-2.2.3-31.el5_4.2 > >> docbook-style-dsssl-1.79-4.1 > >> openssl-0.9.8e-7.el > > > > > > mod_proxy does not alter the HTML presented to the browser, therefore > it does not interfere with ActiveX as far as I can tell. The module > you pointed to actually disables ActiveX controls by rewriting the > html to remove references to the <object> tag, it would not help > 'enabling' ActiveX. > > Cheers > > Tom > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >