Full_Name: joey wang
Version: 2.8.2-1.3.19
OS: solaris
Submission from: (NULL) (63.148.55.4)


I have recently installed Apache 1.3.19 w/mod_ssl 2.8.2-1.3.19.
I try to use mod_rewrite to rewrite URLs in both per-server
and per-directory levels. Both works fine for http requests,
but only per-directory rewrite works for https requests.

My rewriting engine rules set outside any virtual host or other directives
so that it should work for all virtual hosts. but when
I tried to set RewriteEngine on inside <VirtualHost _default_:443>, 
the server hangs when process any request.

To reproduce the problem, add following lines to httpd.conf outside any
directives

RewriteEngine on
RewriteRule ^/mydir/.* /index.html

now try to access the server by
http://your.server.name/mydir/anything

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to