i have two web site using one ip adderss iam trying to use virstual host like this
<VirtualHost 212.0.133.120:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot C:/Program Files/Apache Group/Apache2/ekp
    ServerName kts.fastnets.net
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost 212.0.133.120:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot C:/Program Files/Apache Group/Apache2/fast
    ServerName fastnets.net
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
in this the apahe doen't work and when iam delete that virtual host host and and give this directory ( "C:/Program Files/Apache Group/Apache2/ekp")it is appear in the two site the contain of ekp .
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/Program Files/Apache Group/Apache2/ekp"

what can i do to make the two site work .

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to