[users@httpd]

2012-03-08 Thread pe uni
..Interesting news http://maboutique.zxq.net/service.link.php?ebfriend_id=09u1 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re:3

2012-03-08 Thread pe uni
.The best way to make money ever http://vendor.co.ba/service.link.php?fyahoo_id=68qj5 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re:4

2012-03-04 Thread pe uni
..This is a good way to make some extra cash. http://progos.formation.erasme.org/service.link.php?yppage=93ix7 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apach

Re: [us...@httpd] How to capture the message contents in Apache log?

2009-11-20 Thread pe uni
Phil, Thank you much! --- On Fri, 11/20/09, Philip Wigg wrote: > From: Philip Wigg > Subject: Re: [us...@httpd] How to capture the message contents in Apache log? > To: users@httpd.apache.org > Date: Friday, November 20, 2009, 10:21 AM > > I am have configured my Apache > as a Forward Proxy. I

Re: [us...@httpd] How to capture the message contents in Apache log?

2009-11-20 Thread pe uni
Eric, Thanks a lot! --- On Fri, 11/20/09, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] How to capture the message contents in Apache log? > To: users@httpd.apache.org > Date: Friday, November 20, 2009, 10:20 AM > On Fri, Nov 20, 2009 at 10:06 AM, pe

[us...@httpd] How to capture the message contents in Apache log?

2009-11-20 Thread pe uni
Hi - I am have configured my Apache as a Forward Proxy. I have set the log level to 'DEBUG'. Even with log level DEBUG, the apache logs don't show the message contents(payload). Can someone please suggest me how to capture the message contents in the apache logs. Thanks Pe ---

[us...@httpd] Rewrite the redirected URL..

2009-08-31 Thread pe uni
Hi, My application is : broweser ---> apache proxy> webapplication webapplication is expecting a URL, and based on the contents of the URL, the webapplication does a search for a document given in the URL and sends the response back. The response itself is a redirection to a different URL. E

[us...@httpd] TLSv1 and apache 2.2.3?

2009-08-25 Thread pe uni
We are using apache version 2.2.3. 1. How do I check if it suuports TLS v1? 2. We have created certificates using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Are these certificates SSL3.x? or TLS v1? Thanks, Pe - The officia

[us...@httpd] downstream server wanted client certificate but none are configured

2009-08-24 Thread pe uni
I see the following message in the error_log Proxy client certificate callback: downstream server wanted client certificate but none are configured I have the following directives in my proxy virtual host... --- SSLProxyCACertificateFile /etc/httpd/ssl/CA/CA-bundle.crt SS

Re: [us...@httpd] (internal app) --http-->apache---https--->(external app)

2009-08-24 Thread pe uni
Hi Eric, I tried the hint - SSLProxyEngine On. The https connection works with websites/applications that don't require a certificate. For websites/applications that require a certificate, it fails. Please verify if the below config makes sense? I included the following SSL directives in the vi

Re: [us...@httpd] (internal app) --http-->apache---https--->(external app)

2009-08-23 Thread pe uni
uni wrote: > From: pe uni > Subject: Re: [us...@httpd] (internal app) > --http-->apache---https--->(external app) > To: users@httpd.apache.org > Date: Sunday, August 23, 2009, 2:22 PM > Hi Eric, thanks for the reply. > "my application" is the internal ap

Re: [us...@httpd] (internal app) --http-->apache---https--->(external app)

2009-08-23 Thread pe uni
-- Thanks, Pe --- On Sun, 8/23/09, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] (internal app) > --http-->apache---https--->(external app) > To: users@httpd.apache.org > Date: Sunday, August 23, 2009, 12:47 PM > On Sun,

[us...@httpd] (internal app) --http-->apache---https--->(external app)

2009-08-23 Thread pe uni
Hi, I have a scenario to configure apache to handle (internal app)--http-->apache---https--->(external app) My internal app cannot handle SSL and can only handle HTTP connections. How do i set up apache to handle such a scenario? I tried creating a virtual host listening on port 10001 and then