Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

namebased vhost using different ports

Status
Not open for further replies.

Zippyflyer

Technical User
Aug 17, 2003
44
US
i have
Code:
NameVirtualHost ip:81

<VirtualHost ip:81>

ServerAdmin mail@mail.com
DocumentRoot F:/indigoperl/apache/htdocs/eop
ServerName claneop.sytes.net
ErrorLog logs/eop-error_log
TransferLog logs/eop-access_log

</VirtualHost>

in the config. when testing the site by punching ip:81 i get 404 error, the error log says the directory does not exist, where does the container start looking if i cant give the physical adress which does exist?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top