Tuesday, March 31, 2009

opensuse10+apache

gensslcert

apache 2.0
error: "There is either no index document or the directory is read-protected"
solution: The default-server.conf might be missing 
<Directory "/srv/www/yourdomain">
Options None
AllowOverride None
Order allow,deny
Allow from all
</directory>

No comments:

Post a Comment