Hi all,
I googled the world, but didn't find a solution.
I configured a virtual server as follows in httpd.conf:
<VirtualHost *:80>
DocumentRoot "/home/ServerName <Directory "/home/ Order allow,deny
Allow from all
Options +Indexes
</Directory>
</VirtualHost>
I created /home/
Index.html and its parent dirs areall chmodded +x.
Browse to httpd://gives me:
"(13)Permission denied: access to /index.html denied"
Browse to httpd://gives me:
"(13)Permission denied: access to / denied"
What else can be wrong?
Cheers, Tim
I googled the world, but didn't find a solution.
I configured a virtual server as follows in httpd.conf:
<VirtualHost *:80>
DocumentRoot "/home/ServerName <Directory "/home/ Order allow,deny
Allow from all
Options +Indexes
</Directory>
</VirtualHost>
I created /home/
Index.html and its parent dirs areall chmodded +x.
Browse to httpd://gives me:
"(13)Permission denied: access to /index.html denied"
Browse to httpd://gives me:
"(13)Permission denied: access to / denied"
What else can be wrong?
Cheers, Tim