Zippyflyer
Technical User
i have
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?
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?