Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Mauri
Hi expert.

I'm sorry for the reply but I'm working for some days with no solution :(

I have this scenario:

SCENARIO 1)
client i.e.7 -- proxy with SSL -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file with_proxy.txt

I have apache-2.2.3, mod_proxy and mod_ssl. Below all details.

SCENARIO 2)
client i.e.7 -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file without_proxy.txt

In Scenario 2 my browser is running properly the ACTIVEX. In the file in
attach named GET /reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile
HTTP/1.1 
it working fine.
In Scenario 1 the browser don't running properly the activex.
If you see the attach the only difference id correlated to this GET:
HTTP/1.1 200 OK  (GIF89a) . I suppose that the client interprets the file
as
per an image (GIF).
I don't undestand the reason.

Anyone can help me?

thanks for any suggest.

Cheers,
Mauri

# 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



2010/4/16 Tom Evans tevans...@googlemail.com

 On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:
  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
 
 

 So when you go direct to server b it works, and when you go via server
 a it doesn't work? Doesn't sound like anything to do with mod_proxy,
 sounds more like the browser refusing to run activex from a different
 security context.

 Is the HTML the same?
 Do either of the servers report any errors in error_log?
 Does the browser?
 Have you tried different browsers?

 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


Hypertext Transfer Protocol
Line-based text data: text/html

No. TimeSourceDestination   Protocol Info
126 1.46371310.10.165.158 10.173.90.171 HTTP GET 
/reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile HTTP/1.1 

Frame 126 (414 bytes on wire, 414 bytes captured)
Ethernet II, Src: HonHaiPr_0c:e0:49 (00:22:68:0c:e0:49), Dst: 
All-HSRP-routers_33 (00:00:0c:07:ac:33)
Internet Protocol, Src: 10.10.165.158 (10.10.165.158), Dst: 10.173.90.171 
(10.173.90.171)
Transmission Control Protocol, Src Port: 53815 (53815), Dst Port: http (80), 
Seq: 4809, Ack: 96110, Len: 360
Hypertext Transfer Protocol

No. TimeSourceDestination   Protocol Info
127 1.46943110.173.90.171 10.10.165.158 TCP  [TCP 
segment of a reassembled PDU]

Frame 127 (1314 bytes on wire, 1314 bytes captured)
Ethernet II, Src: Cisco_a6:f4:0a (00:0b:bf:a6:f4:0a), Dst: HonHaiPr_0c:e0:49 
(00:22:68:0c:e0:49)
Internet Protocol, Src: 10.173.90.171 (10.173.90.171), Dst: 10.10.165.158 
(10.10.165.158)
Transmission Control Protocol, Src Port: http (80), Dst Port: 53815 (53815), 
Seq: 96110, Ack: 5169, Len: 1260

No. TimeSourceDestination   Protocol Info
128 1.46974010.173.90.171 10.10.165.158 TCP  [TCP 
segment of a reassembled PDU]

Frame 128 (1314 bytes on wire, 1314 bytes captured)
Ethernet II, Src: Cisco_a6:f4:0a (00:0b:bf:a6:f4:0a), Dst: HonHaiPr_0c:e0:49 
(00:22:68:0c:e0:49)
Internet Protocol, Src: 10.173.90.171 (10.173.90.171), Dst: 10.10.165.158 
(10.10.165.158)
Transmission Control Protocol, Src Port: http (80), Dst Port: 53815 (53815), 
Seq: 97370, Ack: 5169, Len: 1260

No. TimeSourceDestination   Protocol Info
129 1.46975610.10.165.158 10.173.90.171 TCP  53815 
 http [ACK] Seq=5169 Ack=98630 Win=42752 Len=0

Frame 129 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: HonHaiPr_0c:e0:49 (00:22:68:0c:e0:49), Dst: 
All-HSRP-routers_33 (00:00:0c:07:ac:33)
Internet Protocol, Src: 10.10.165.158 (10.10.165.158), Dst: 10.173.90.171 

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread alin vasile
what is the activex area in your html?





From: Mauri lai...@gmail.com
To: users@httpd.apache.org
Sent: Tue, April 20, 2010 1:12:15 PM
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX


Hi expert.

I'm sorry for the reply but I'm working for some days with no solution :(

I have this scenario:

SCENARIO 1)
client i.e.7 -- proxy with SSL -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file with_proxy.txt

I have apache-2.2.3, mod_proxy and mod_ssl. Below all details.

SCENARIO 2)
client i.e.7 -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file without_proxy.txt

In Scenario 2 my browser is running properly the ACTIVEX. In the file in attach 
named GET /reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile HTTP/1.1 
it working fine.
In Scenario 1 the browser don't running properly the activex.
If you see the attach the only difference id correlated to this GET: HTTP/1.1 
200 OK  (GIF89a) . I suppose that the client interprets the file as
per an image (GIF).
I don't undestand the reason.

Anyone can help me?

thanks for any suggest.

Cheers,
Mauri

# 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




2010/4/16 Tom Evans tevans...@googlemail.com

On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:

 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



So when you go direct to server b it works, and when you go via server
a it doesn't work? Doesn't sound like anything to do with mod_proxy,
sounds more like the browser refusing to run activex from a different
security context.

Is the HTML the same?
Do either of the servers report any errors in error_log?
Does the browser?
Have you tried different browsers?


Tom

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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



-
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


  

RE: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Eli Mazin
Extensive!!  Call me on my cell

Eliahu(Elie)  Mazin
Network Engineer Security Information
A+, Network+,Security +,MCSE,MCSA,CCENT  CCNA,CCNP, CISSP 
Imperva , Bluecoat and F5 Expert
781 502 8882   Cell
Office: 781 560 5995
Email: ema...@verizon.net
 

-Original Message-
From: alin vasile [mailto:alinachegal...@yahoo.com] 
Sent: Tuesday, April 20, 2010 7:37 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX

what is the activex area in your html?




From: Mauri lai...@gmail.com
To: users@httpd.apache.org
Sent: Tue, April 20, 2010 1:12:15 PM
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX


Hi expert.

I'm sorry for the reply but I'm working for some days with no solution :(

I have this scenario:

SCENARIO 1)
client i.e.7 -- proxy with SSL -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file with_proxy.txt

I have apache-2.2.3, mod_proxy and mod_ssl. Below all details.

SCENARIO 2)
client i.e.7 -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file without_proxy.txt

In Scenario 2 my browser is running properly the ACTIVEX. In the file in
attach named GET /reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile
HTTP/1.1 
it working fine.
In Scenario 1 the browser don't running properly the activex.
If you see the attach the only difference id correlated to this GET:
HTTP/1.1 200 OK  (GIF89a) . I suppose that the client interprets the file
as
per an image (GIF).
I don't undestand the reason.

Anyone can help me?

thanks for any suggest.

Cheers,
Mauri

# 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




2010/4/16 Tom Evans tevans...@googlemail.com


On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:
 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




So when you go direct to server b it works, and when you go via
server
a it doesn't work? Doesn't sound like anything to do with mod_proxy,
sounds more like the browser refusing to run activex from a
different
security context.

Is the HTML the same?
Do either of the servers report any errors in error_log?
Does the browser?
Have you tried different browsers?


Tom


-
The official User-To-User support forum of the Apache HTTP Server
Project.
See 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





-
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



-
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



RE: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Eli Mazin
 planning, database support for SQL server
and maintain LAN nationwide office link.
•   Administered a heterogeneous network running operating systems such
as Solaris, SunOS, AIX, Linux, Windows NT, Windows 95, and MacOS.


COMMUNITY AND SOCIAL ACTIVITIES:
Member of the Board of Directors: North and South Shore Jewish Federation,
Spanish Chamber Of Commerce Lawrence, and Lowell MA













Eliahu(Elie)  Mazin
Network Engineer Security Information
A+, Network+,Security +,MCSE,MCSA,CCENT  CCNA,CCNP, CISSP 
Imperva , Bluecoat and F5 Expert
781 502 8882   Cell
Office: 781 560 5995
Email: ema...@verizon.net
 


-Original Message-
From: alin vasile [mailto:alinachegal...@yahoo.com] 
Sent: Tuesday, April 20, 2010 7:37 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX

what is the activex area in your html?




From: Mauri lai...@gmail.com
To: users@httpd.apache.org
Sent: Tue, April 20, 2010 1:12:15 PM
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX


Hi expert.

I'm sorry for the reply but I'm working for some days with no solution :(

I have this scenario:

SCENARIO 1)
client i.e.7 -- proxy with SSL -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file with_proxy.txt

I have apache-2.2.3, mod_proxy and mod_ssl. Below all details.

SCENARIO 2)
client i.e.7 -- web server in http (I tried https, also)
wireshark output (plain text) in attach: file without_proxy.txt

In Scenario 2 my browser is running properly the ACTIVEX. In the file in
attach named GET /reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile
HTTP/1.1 
it working fine.
In Scenario 1 the browser don't running properly the activex.
If you see the attach the only difference id correlated to this GET:
HTTP/1.1 200 OK  (GIF89a) . I suppose that the client interprets the file
as
per an image (GIF).
I don't undestand the reason.

Anyone can help me?

thanks for any suggest.

Cheers,
Mauri

# 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




2010/4/16 Tom Evans tevans...@googlemail.com


On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:
 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




So when you go direct to server b it works, and when you go via
server
a it doesn't work? Doesn't sound like anything to do with mod_proxy,
sounds more like the browser refusing to run activex from a
different
security context.

Is the HTML the same?
Do either of the servers report any errors in error_log?
Does the browser?
Have you tried different browsers?


Tom


-
The official User-To-User support forum of the Apache HTTP Server
Project.
See 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





-
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



-
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Mauri
I can't call u, i'm sorry :(
any idea,however?


2010/4/20 Eli Mazin ema...@verizon.net

 Extensive!!  Call me on my cell

 Eliahu(Elie)  Mazin
 Network Engineer Security Information
 A+, Network+,Security +,MCSE,MCSA,CCENT  CCNA,CCNP, CISSP
 Imperva , Bluecoat and F5 Expert
 781 502 8882   Cell
 Office: 781 560 5995
 Email: ema...@verizon.net


 -Original Message-
 From: alin vasile [mailto:alinachegal...@yahoo.com]
 Sent: Tuesday, April 20, 2010 7:37 AM
 To: users@httpd.apache.org
 Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX

 what is the activex area in your html?


 

 From: Mauri lai...@gmail.com
 To: users@httpd.apache.org
 Sent: Tue, April 20, 2010 1:12:15 PM
 Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX


 Hi expert.

 I'm sorry for the reply but I'm working for some days with no solution :(

 I have this scenario:

 SCENARIO 1)
 client i.e.7 -- proxy with SSL -- web server in http (I tried https,
 also)
 wireshark output (plain text) in attach: file with_proxy.txt

 I have apache-2.2.3, mod_proxy and mod_ssl. Below all details.

 SCENARIO 2)
 client i.e.7 -- web server in http (I tried https, also)
 wireshark output (plain text) in attach: file without_proxy.txt

 In Scenario 2 my browser is running properly the ACTIVEX. In the file in
 attach named GET /reports/TeeFromWeb.asp?teefile=2010420112359_2_teeFile
 HTTP/1.1 
 it working fine.
 In Scenario 1 the browser don't running properly the activex.
 If you see the attach the only difference id correlated to this GET:
 HTTP/1.1 200 OK  (GIF89a) . I suppose that the client interprets the file
 as
 per an image (GIF).
 I don't undestand the reason.

 Anyone can help me?

 thanks for any suggest.

 Cheers,
 Mauri

 # 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




 2010/4/16 Tom Evans tevans...@googlemail.com


On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:
 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




So when you go direct to server b it works, and when you go via
 server
a it doesn't work? Doesn't sound like anything to do with mod_proxy,
sounds more like the browser refusing to run activex from a
 different
security context.

Is the HTML the same?
Do either of the servers report any errors in error_log?
Does the browser?
Have you tried different browsers?


Tom


 -
The official User-To-User support forum of the Apache HTTP Server
 Project.
See 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





 -
 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



 -
 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




Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Eric Covener
On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazin ema...@verizon.net wrote:
 Html   experience  see under emaz   I am on the road   call me if you need
 something  on my cel

Don't post this garbage on this mailing list.

-- 
Eric Covener
cove...@gmail.com

-
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Jason Nunnelley

On 4/20/10 8:06 AM, Eric Covener wrote:

On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazinema...@verizon.net  wrote:
   

Html   experience  see under emaz   I am on the road   call me if you need
something  on my cel
 

Don't post this garbage on this mailing list.


Or, a slightly nicer way to say this - there's a Reply all feature in 
email. Use it. Delete the list email address from the recipients. We 
don't want to read your interpersonal back and forth. It's fine, just 
not public or useful to any of the rest of us. Since most of us read 
hundreds, if not thousands of messages each and every day, we tend to 
tire quickly of personal communications that don't include us.


If it's private, keep it private. If it's about Apache (and can help us 
all), post it here.


Cheers,

--

Jason A. Nunnelley
+1 2562971652

http://www.google.com/profiles/imjasonn

[Member Tekany, LLC]


-
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Eric Covener
On Tue, Apr 20, 2010 at 9:16 AM, Jason Nunnelley ja...@jasonn.com wrote:
 On 4/20/10 8:06 AM, Eric Covener wrote:

 On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazinema...@verizon.net  wrote:


 Html   experience  see under emaz   I am on the road   call me if you
 need
 something  on my cel


 Don't post this garbage on this mailing list.

 Or, a slightly nicer way to say this - there's a Reply all feature in
 email. Use it. Delete the list email address from the recipients. We don't
 want to read your interpersonal back and forth. It's fine, just not public
 or useful to any of the rest of us. Since most of us read hundreds, if not
 thousands of messages each and every day, we tend to tire quickly of
 personal communications that don't include us.

 If it's private, keep it private. If it's about Apache (and can help us
 all), post it here.


I think this goes a bit beyond just the courtesy of branching off into
private correspondence, since this guy responded to a question on the
user support list with two copies of his Resume instead of a useful
answer.

-- 
Eric Covener
cove...@gmail.com

-
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



[us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
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




Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 11:43 AM, Mauri lai...@gmail.com wrote:
 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



So when you go direct to server b it works, and when you go via server
a it doesn't work? Doesn't sound like anything to do with mod_proxy,
sounds more like the browser refusing to run activex from a different
security context.

Is the HTML the same?
Do either of the servers report any errors in error_log?
Does the browser?
Have you tried different browsers?

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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 7:28 AM, Mauri lai...@gmail.com wrote:
 I'm checking about security context.
 The html request is the same.
 I have set LogLevel to debug. In attach the log during the activex request.
 There aren't errors.

On this list, you'll have to describe in concrete terms what it means
to enable activex and what you want an apache module to do, beyond
make it work.

Perhaps you'd have better luck on a list more oriented towards activex.

-- 
Eric Covener
cove...@gmail.com

-
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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 12:28 PM, Mauri lai...@gmail.com wrote:
 I'm checking about security context.
 The html request is the same.
 I have set LogLevel to debug. In attach the log during the activex request.
 There aren't errors.

 I use I.E. 7 as browser, only.

 If I connect to SERVERB the browser get the file .CAB (activex). The same if
 I'm try to connect to SERVERA (proxy).

 Thanks Tom.

 Cheers,
 Mauri



Is SERVERB under your control, or is it a third party site, like eg,
facebook.com, gmail.com etc.

Are you trying to proxy some site with a signed activex control, which
would indicate the website that the control should be used under, and
hence would fail to work if proxied to a different host.

I still don't think this has anything to do with Apache or mod_proxy -
mod_proxy will not change the HTML, the HTML indicates how the ActiveX
control should be loaded, and the control itself indicates the sites
it will run on. Apache cannot do anything about that..

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



Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
the SERVERB is under my control in my VLAN.

good question signed activex control...but in my case the problem exist in
the HTTPS connection, and HTTP, also.

Scenario 1
client -- SERVERA mod_proxy (ex.192.168.0.10) over HTTPS -- SERVERB web
server with activex (ex. 192.168.0.11) over HTTP
Scenario 2
client -- SERVERA mod_proxy (ex.192.168.0.10) over HTTP -- SERVERB web
server with activex (ex. 192.168.0.11) over HTTP

I have the same problem.

Then I don't need to this.

[quote]
mod_proxy will not change the HTML, the HTML indicates how the ActiveX
control should be loaded
[quote]
that is clear.

For Eric: i'm trying to find  towards activex

Tom: Many thanks for all.

Cheers,
Mauri



2010/4/16 Tom Evans tevans...@googlemail.com

 On Fri, Apr 16, 2010 at 12:28 PM, Mauri lai...@gmail.com wrote:
  I'm checking about security context.
  The html request is the same.
  I have set LogLevel to debug. In attach the log during the activex
 request.
  There aren't errors.
 
  I use I.E. 7 as browser, only.
 
  If I connect to SERVERB the browser get the file .CAB (activex). The same
 if
  I'm try to connect to SERVERA (proxy).
 
  Thanks Tom.
 
  Cheers,
  Mauri
 
 

 Is SERVERB under your control, or is it a third party site, like eg,
 facebook.com, gmail.com etc.

 Are you trying to proxy some site with a signed activex control, which
 would indicate the website that the control should be used under, and
 hence would fail to work if proxied to a different host.

 I still don't think this has anything to do with Apache or mod_proxy -
 mod_proxy will not change the HTML, the HTML indicates how the ActiveX
 control should be loaded, and the control itself indicates the sites
 it will run on. Apache cannot do anything about that..

 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




Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 8:39 AM, Mauri lai...@gmail.com wrote:
 For Eric: i'm trying to find  towards activex

That's not really any clearer.

-- 
Eric Covener
cove...@gmail.com

-
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