Results 1 to 2 of 2
Hi,
I am trying to configure a virtual host using FC4, but it seems I am missing something.
I did the following:
1) Set the host name on the network ...
- 09-13-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 25
Virtual Host, DNS config
Hi,
I am trying to configure a virtual host using FC4, but it seems I am missing something.
I did the following:
1) Set the host name on the network configuration
2) Created a virtual host unsig the visual config. Pointing the /home/user1/www and set an alias webservices on localhost
3) Set rx permissions on /home, /home/user1 and /home/user1/www
4) Created a new DNS zone webserver.min (just to name it)
5) Added localhost to webservice.min, created a cname to webservices
Now, On locall server I can ping webservices, webservices.webserver.min, but http://webservices/ gives me permission denied error.
What I am missing?
Carlos
- 09-13-2005 #2
Check your virtual host config directly in your httpd.conf file. It looks like DNS is working, you just need to request the web page by its full name - www.webservices.min, or whatever you have set for it.
Oh, and dont forget to restart apache after you've made changes to its config. Use:
service httpd restartLinux user #126863 - see http://linuxcounter.net/


Reply With Quote
