hi all,
<VirtualHost 200.200.101.1:8000>
ServerAdmin webmaster@200.200.101.1
DocumentRoot ???????
ServerName 200.200.101.1
ErrorLog ????????
TransferLog ?????
</VirtualHost>
i m runin win2k professional with apache 1.3.......now i wanna make a virtual directory with the name of
"Project"
and its mapping directory should b
"c:\work\Project"
now tell what change i should ake in above virtualhost entry....
i m waiting 4 a favourable response.....
apache's virtual host help required
Moderator: General Moderators
-
saadatshah
- Forum Newbie
- Posts: 23
- Joined: Fri Jul 05, 2002 5:50 am
- Location: Lahore
Re: apache's virtual host help required
saadatshah wrote: <VirtualHost 200.200.101.1:8000>
ServerAdmin webmaster@200.200.101.1
DocumentRoot c:\work\project
ServerName 200.200.101.1
ErrorLog c:\work\project\error.log
TransferLog c:\work\project\transferlog.log
</VirtualHost>
you can change the paths for the logs, and the logfile names.