Hi,
I'm having trouble getting apache to follow the filepermissions set within
the system. For example, the following file:

-rw-------    1 apache   apache       1955 Jul  3 16:04 index.html

is still served to the browser, even though it is not world readable...

This is what the DIRECTORY section in the httpd.conf looks like:

<Directory "/var/www/vhosts">
        Options Indexes Includes FollowSymLinks
#        AllowOverride None
        AllowOverride AuthConfig FileInfo Indexes Limit Options
        Order deny,allow
        Allow from all
</Directory>

Do I need to create a separate DIRECTORY section for each vhost? What else
should I be looking at? Any suggestions, starting points..? Thanks.
If you need any additional info to help me diagnose this just let me know.

m.




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to