Ok I am in the proses of setting up apache to host a web site I made. Here is what I have completed so far.
1: sco Linux server has bin installed and updated and webmin is set up.
2: the computer has a connection to the internet. It is behind my firewall and the web page has no access to the outside world. I want to se the web page internally on my network before I tackle posting it for the rest of the world.
3: I have set up an additional ip address to my nick. It is 192.168.10.200
4: I have added a virtual domain. With the address being 192.168.10.200
The port I left at 80
5: document root. I pointed it to /home/httpd/testweb
When I go to my web browser on another computer on my network and type in
http://192.168.10.200 I get this error.
Forbidden
You don't have permission to access / on this server.
Apache/1.3.27 Server at bogus_host_without_reverse_dns Port 80
Other info
My index file is called index.html
It is in the /home/httpd/testweb dir
There are two other folders in the dir which have all the web pages pictures tables text ect.
Can someone help me out with what I am missing thanks.