View Single Post

  #4 (permalink)  
Old 10-07-2005
Tim
 
Posts: n/a
Default Re: fedora core 4 apache and directory listing

subhas85:

> by default it is 'AllowOverride None' i changed it to All however nothing
> seems to work, i dont tink it likes directory listing a hard disk that i
> mount, even if i mount it within the /var/www/html directory, am i
> mounting the drives incorrectly? /etc/fstab
> /dev/sdb1 /website auto defaults 0 2


That ones's not mounted in /var/www/html, though the mount looks okay (as
it is). If you're playing with symlinks, that's another option that needs
enabling. There's a chance that you've got a permissions problem. Make
the directory readable and executable to all.

e.g. rwx---r-x /example/path/to/website

("owner" everything allowed: rwx
"group" doesn't usually matter: ---
"other" read and executable only: r-x)

The parent directories need to be executable, at least.

e.g. rwx-----x /example/path/to/
rwx-----x /example/path/
rwx-----x /example/

Check your error logs, it might show you what your problem is.

When replying on usenet (no matter how gmail works) quote as least as much
as is necessary for the next person to understand what you're talking
about. Don't quote nothing, nor quote the lot unnecessarily.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please destroy some files yourself.