Re: Reverse Proxy

2001-06-12 Thread Sylvain . Maret
Hello, I'am using a SSL reverse proxy solution with Apache and Mod_SSL and it work very well. I'am using Mod_proxy with the directive:         ProxyPass                /        http://www.foo.com/         ProxyPassReverse         /        http://www.foo.com/ (http://httpd.apache.org/docs/mod/mo

Re: Firewall shows 80 in/out, Apache shows nothing

2001-06-12 Thread Dave Paris
Dave, Unfortunately, those "firewall logs" are all but worthless as they don't detail what type of packet is being sent and what the reply is, nor the source port for the reply. Trying to ascertain what's going on here without real packet data is akin to looking at railroad tracks and wondering

Re: Firewall shows 80 in/out, Apache shows nothing

2001-06-12 Thread Deocs Postmaster
>On Mon, 11 Jun 2001, Deocs Postmaster wrote: > > > The following is from my firewall log file: > > > > Incoming: > > 06/11/2001 19:19:59 200.4.193.240[3268] ==> 192.168.1.100[80] > > 06/11/2001 19:19:59 200.4.193.240[3268] ==> 192.168.1.100[80] > > 06/11/2001 19:20:00 200.4.193.240[3268] ==> 192

Reverse Proxy

2001-06-12 Thread Sambit Nanda
Can any one guide me how to configure reverse proxy in Apache + SSL + mod_perl in Sun Sparc Environment. i am using Apache 1.3.13 Each there anyway build a module 'port forwarder' in Apache. Thanks Sambit __ Do You Yahoo!? Get personalized em

Re: Firewall shows 80 in/out, Apache shows nothing

2001-06-12 Thread Cliff Woolley
On Mon, 11 Jun 2001, Deocs Postmaster wrote: > The following is from my firewall log file: > > Incoming: > 06/11/2001 19:19:59 200.4.193.240[3268] ==> 192.168.1.100[80] > 06/11/2001 19:19:59 200.4.193.240[3268] ==> 192.168.1.100[80] > 06/11/2001 19:20:00 200.4.193.240[3268] ==> 192.168.1.100[80]

Re: OCSP and Mod SSL !

2001-06-12 Thread Schaefer,Lorrayne J.
Valiert offers an apache OCSP plug-in... Lorrayne [EMAIL PROTECTED] wrote:   Hello, I'am looking for a solution to get Certificate Revocation via OCSP ! The idea is to have an integration with Mod SSL and my OCSP Responder or Valicert VA. Has somebody some experience with this kind of implementat

OCSP and Mod SSL !

2001-06-12 Thread Sylvain . Maret
Hello, I'am looking for a solution to get Certificate Revocation via OCSP ! The idea is to have an integration with Mod SSL and my OCSP Responder or Valicert VA. Has somebody some experience with this kind of implementation ? Thanks for your help, Sylvain Maret --