← Back to team overview

sslug-teknik team mailing list archive

apache2.conf og public_html

 

I commonapache2.conf (på gentoo) har jeg:
<Directory />
  Options -All -Multiviews
  AllowOverride None
  <IfModule mod_access.c>
    Order deny,allow
    Deny from all
  </IfModule>
</Directory>


og senere:

<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>

Hvis jeg nu laver en request der siger :
http://localhost/~user/index.html

får jeg Forbidden you dont have permission to access ~/user/index.html


Hvordan skal det stå for at give ret til det?

mvh Gunner



Follow ups