Re: [us...@httpd] DocumentRoot Directive

2009-07-14 Thread howard chen
Hello, On Wed, Jul 15, 2009 at 1:20 AM, J. Greenlees wrote: > > Yup, the server puts the trailing slash on the url when it responds to > the browser request. > If you put the trailing slash on the document root, then the server > REQUIRES it. > this makes http://example.com fail to resolve, the ty

Re: [us...@httpd] DocumentRoot Directive

2009-07-14 Thread J. Greenlees
howard chen wrote: > In the document: http://httpd.apache.org/docs/2.0/mod/core.html#documentroot > > It said > >> The DocumentRoot should be specified without a trailing slash. > > However, even I end with a trailing slash, it is ok. > Any other impact? (as the document only told you not to, w

[us...@httpd] DocumentRoot Directive

2009-07-14 Thread howard chen
In the document: http://httpd.apache.org/docs/2.0/mod/core.html#documentroot It said >> The DocumentRoot should be specified without a trailing slash. However, even I end with a trailing slash, it is ok. Any other impact? (as the document only told you not to, without reason) Thanks.