Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,319
    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 restart
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •