Re: Apache trailing slash problem

2002-10-30 Thread Mi Zhou
It happens under document root too. I have to put / after any direcory. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re Apache trailing slash problem

2002-10-30 Thread Mi Zhou
I think the problem is not with "permission". The browser can display files, it just can't browse directory if you don't put a '/' after the directory. Example: ~user/abc/xxx.html shows well, but ~user/abc does not work. (I expected to see the list of files under ~user/abc). -- redhat-list m

Re: Apache trailing slash problem

2002-10-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Oct-2002/16:54 -0600, Mi Zhou <[EMAIL PROTECTED]> wrote: >It is not permission error. It is "can't display" error. /user/abc was >not recognized as a directory. Can you check this with Mozilla, Galeon, or any browser that displays the error mes

Re: Apache trailing slash problem

2002-10-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Oct-2002/16:28 -0600, John Nichel <[EMAIL PROTECTED]> wrote: >I've always subscribed to the theory that less is more when it comes to >permissions. I have apache set up to run as "apache" in the "www" >group. All directories are owned by "apa

Re: Apache trailing slash problem

2002-10-29 Thread Ernest E Vogelsinger
At 23:54 29.10.2002, Mi Zhou said: [snip] >It is not permission error. It is "can't display" error. /user/abc was >not recognized as a directory. [snip] Is Apache running chroot'ed, and /doc/ is a symlink pointing ou

Re: Apache trailing slash problem

2002-10-29 Thread Mi Zhou
It is not permission error. It is "can't display" error. /user/abc was not recognized as a directory. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Apache trailing slash problem

2002-10-29 Thread Bret Hughes
On Tue, 2002-10-29 at 11:27, Mi Zhou wrote: > I have to put in the slash '/' everytime I want to access a directory on > the web server. If I omit the '/', it will say "can't find it". My > mod_dir is loaded according to the httpd.conf. > > Anybody know how to fix it? > This only happens to me

Re: Apache trailing slash problem

2002-10-29 Thread John Nichel
I've always subscribed to the theory that less is more when it comes to permissions. I have apache set up to run as "apache" in the "www" group. All directories are owned by "apache", and in the group "www". All directories are at least 750, with most being 770 (so that the people working on

Re: Apache trailing slash problem

2002-10-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Oct-2002/15:34 -0600, Mi Zhou <[EMAIL PROTECTED]> wrote: >ServerName directive was declared. Where else could the problem be? >By the way, there is no problem accessing the document root directory. >domain/~user is fine, but domain/~user/abc won

Re: Apache trailing slash problem

2002-10-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Oct-2002/11:27 -0600, Mi Zhou <[EMAIL PROTECTED]> wrote: >I have to put in the slash '/' everytime I want to access a directory on >the web server. If I omit the '/', it will say "can't find it". My >mod_dir is loaded according to the httpd.con

Re: Apache trailing slash problem

2002-10-29 Thread John Nichel
http://httpd.apache.org/docs/misc/FAQ.html#set-servername Mi Zhou wrote: I have to put in the slash '/' everytime I want to access a directory on the web server. If I omit the '/', it will say "can't find it". My mod_dir is loaded according to the httpd.conf. Anybody know how to fix it? Thank