On 1/28/11 4:02 AM, Tao Lei wrote:
Hello.

It seems that mod_dir does not work properly with SSL (https).

When working with http, there is no problem:
If url "http://www.abc.com/test"; is requested, apache appends a "/" to the url and then 
respones to browser with code 301, telling it to request the newly-modified url 
""http://www.abc.com/test/";.

However, with https, things are not going as expected:
If url "https://www.abc.com/test"; is requested, the new url responsed by apache is 
"http://www.abc.com/test/";, but not "https://...";,

Then there are redirects or rewrites happening that you haven't discovered or admitted to.



--
J.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to