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_
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