RE: [users@httpd] Possible to add edited version of SSL_CLIENT_CERT variable to request header?

2012-04-05 Thread Bobb, Kirth Andre (US - Arlington)
Igor, Just out of curiosity. Are you using other .pem files in other blocks? -Original Message- From: oh...@cox.net [mailto:oh...@cox.net] Sent: Thursday, April 05, 2012 9:07 AM To: users@httpd.apache.org Cc: Igor Cicimov Subject: Re: [users@httpd] Possible to add edited version of SSL_

[users@httpd] mod_rewrite question

2012-03-30 Thread Bobb, Kirth Andre (US - Arlington)
I’m attempting to replace all the spaces with ‘%20’ when URLs are passed via a proxy. I have the following Rewrite Rule added to my httpd.conf on the Apache 2 Proxy server I’m running. RewriteEngine on RewriteLogLevel 5 RewriteLog logs/rewrite_logs.log RewriteRule ^/(.+)\ (.+)$ /$1\%20$2 [R, NE