Mailinglist Archive: opensuse (4398 mails)
| < Previous | Next > |
Re: [opensuse] RC1 Apache2 - problem accessing user public_html dirs
- From: Carl Hartung <suselinux@xxxxxxxxxxxxx>
- Date: Tue, 20 Sep 2005 09:18:27 -0400
- Message-id: <200509200918.27807.suselinux@xxxxxxxxxxxxx>
On Tuesday 20 September 2005 09:01, Robert Schiele wrote:
> Hmm, that's obviously ok. Then it must be something with the Apache
> configuration itself.
>
> Do you have some limits or AllowOverride set for a higher level than
> public_html? (Note that I currently don't know what's the problem here.
> This is just a wild guess.)
Is this relevant?
from /etc/apache2/httpd.conf:
=================
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
- Carl
> Hmm, that's obviously ok. Then it must be something with the Apache
> configuration itself.
>
> Do you have some limits or AllowOverride set for a higher level than
> public_html? (Note that I currently don't know what's the problem here.
> This is just a wild guess.)
Is this relevant?
from /etc/apache2/httpd.conf:
=================
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
- Carl
| < Previous | Next > |