benbroad
27th October 2004, 11:41 AM
Hey everyone,
I am VERY new to Linux. I have built a box to teach myself as much as I can. I have installed Fedora Core 2, Webmin and have Apache running.
I have a domain name pointing to my static IP address. My router forwards all port 80 traffic to my Linux box. I have set up a virtual server with the following directives:
DocumnetRoot /var/www/benbroadhurst.com/httpdocs/
ServerName www.benbroadhurst.com
<Directory "/var/www/benbroadhurst.com/httpdocs/">
allow from all
Options +Indexes
</Directory>
When I go to www.benbroadhurst.com I get an error 403 "You don't have permission to access /index.html on this server"
I get the same error if I try http://192.168.8.30 which is the internal IP for the Fedora Box even though I have a default virtual server set up.
I know I am missing something incredibly obvious but Im afraid until now I have been a Windows boy. If anyone could point me in the right direction, I would apreciate it.
Many thanks,
Ben.
I am VERY new to Linux. I have built a box to teach myself as much as I can. I have installed Fedora Core 2, Webmin and have Apache running.
I have a domain name pointing to my static IP address. My router forwards all port 80 traffic to my Linux box. I have set up a virtual server with the following directives:
DocumnetRoot /var/www/benbroadhurst.com/httpdocs/
ServerName www.benbroadhurst.com
<Directory "/var/www/benbroadhurst.com/httpdocs/">
allow from all
Options +Indexes
</Directory>
When I go to www.benbroadhurst.com I get an error 403 "You don't have permission to access /index.html on this server"
I get the same error if I try http://192.168.8.30 which is the internal IP for the Fedora Box even though I have a default virtual server set up.
I know I am missing something incredibly obvious but Im afraid until now I have been a Windows boy. If anyone could point me in the right direction, I would apreciate it.
Many thanks,
Ben.