Re: [users@httpd] mod_dir with HTTPS

2011-01-29 Thread Igor Galić
- "Jeroen Geilman" wrote: > On 1/28/11 4:02 AM, Tao Lei wrote: > > Hello. > > > > It seems that mod_dir does not work properly with SSL (https). This is moo-poo. > > When working with http, there is no problem: > > If url "http://www.abc.com/test"; is requested, apache appends a "/" > to t

Re: [users@httpd] mod_dir with HTTPS

2011-01-29 Thread Jeroen Geilman
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 reques

[users@httpd] mod_dir with HTTPS

2011-01-27 Thread Tao Lei
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://ww