Forum Moderators: phranque
apache is running as a dedicated server ( no virtual hosts) with ssl enabled.
the mod_rewrite and mod_proxy directives are used as follows
RewriteEngine On
RewriteLog /var/log/httpd/rewrite.log
Rewriteloglevel 9
RewriteRule ^/([^a]+[^p]?[^p]?[^1]?.*?\.nsf.*)$ /app1/$1 [P]
ProxyPass /app1/ [localservername...]
ProxyPassReverse /app1/ [localservername...]
with SSL enabled, nothing is rewritten, and nothing is logged
with SSL disabled, everything runs smoothly as expected.
is there something am missing with SSL and mod_rewrite? I've spent a lot of time searching the web for related issue but couldn't find anything.
would appreciate any kind of helps or hints.
thanks :)