Re: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-14 Thread Joe Orton
On Wed, Sep 08, 2010 at 12:01:56AM -0400, Jason Pyeron wrote: -Original Message- From: Jason Pyeron [mailto:jpye...@pdinc.us] Sent: Tuesday, September 07, 2010 22:03 To: users@httpd.apache.org Subject: [us...@httpd] Ssl front end proxy and Segmentation fault (11) I am

Re: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-08 Thread Jeff Trawick
On Tue, Sep 7, 2010 at 10:03 PM, Jason Pyeron jpye...@pdinc.us wrote: I am trying to reverse proxy client certs, here is the config snipit: RequestHeader set Front-End-Https On CacheDisable * SSLProxyEngine On ProxyPass /test https://192.168.10.193/test ProxyPassReverse /test

[us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-07 Thread Jason Pyeron
I am trying to reverse proxy client certs, here is the config snipit: RequestHeader set Front-End-Https On CacheDisable * SSLProxyEngine On ProxyPass /test https://192.168.10.193/test ProxyPassReverse /test https://192.168.10.193/test SSLProxyMachineCertificatePath /var/www./certs

RE: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-07 Thread Jason Pyeron
-Original Message- From: Jason Pyeron [mailto:jpye...@pdinc.us] Sent: Tuesday, September 07, 2010 22:03 To: users@httpd.apache.org Subject: [us...@httpd] Ssl front end proxy and Segmentation fault (11) I am trying to reverse proxy client certs, here is the config snipit: Fyi