You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Re...@aol.com on 2004/03/15 00:59:47 UTC

[users@httpd] Question

Dear friend,
You have setup apache2.0.48 and seems working fine for you.
I have difficulty to make web site I want to host to be seen on the internet, 
however, I am able to see the same at http://localhost.

I have apache2.0.48 on windows 2000.
www.doctorbush.com is the website to be hosted on apache2.0.48
In the configuration file I entered

<VirtualHost *:80>
    ServerName www.doctorbush.com.
    ServerAdmin webmaster@doctorbush.com
    ServerAlias www.doctorbush.com
...
</VirtualHost>

Have I done it correctly, do I need to add any more directives in virtual 
host directives and add other configuration settings, and in which directory,I 
need to install website files so that they will be seen on the internet.
For localhost I have created webroot directory.

Comments, please.