Page 1 of 1

apache's virtual host help required

Posted: Sat Jul 27, 2002 2:01 am
by saadatshah
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.....

Re: apache's virtual host help required

Posted: Sat Jul 27, 2002 2:10 am
by x222943
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.