----- Original Message ----- 
From: "anshul" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Tuesday, May 10, 2005 3:16 PM
Subject: Help with Apache setup


> Hi friends,
> 
> I've recently installed Apache2 on Windows 2000.
> I want http://localhost:555/ point to c:\inetpub\wwwwroot\mysite
> ( http://localhost points to c:\inetpub\wwwroot already ).
> 
> I used somrthing like this, but it fails:
> NameVirtualHost 127.0.0.1:555
> <VirtualHost 127.0.0.1:555>
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot c:/inetpub/wwwroot/mysite
>     ServerName localhost
>     ErrorLog logs/dummy-host.example.com-error_log
>     CustomLog logs/dummy-host.example.com-access_log common
> </VirtualHost>
> 
> Please help. Many of you are expert at this, I'm sure.
> 

---------------------------------------------------------------------
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