Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! I have subdomain in my Apache webserver, but the subdomain work only on local machine. When I try to enter on subdomain.mysite.com from another machine I've got a error - Server not found!
My setting in httpd-vhosts.conf

<VirtualHost 109.x.x.211:80>
DocumentRoot "C:/AppServ/www/report.mysite.com"
ServerName report.mysite.com
ServerAlias *.mysite.com
ErrorLog "C:/AppServ/www/report.mysite.com/errors.log"
<Directory "C:/AppServ/www/report.mysite.com">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
php_value magic_quotes_gpc off
php_value register_globals off
</VirtualHost>

109.x.x.211 - it's my external ip. I have added report.mysite.com in drivers\etc\hosts file also. My OS Windows 2003 Server SE SP2. I need that report.mysite.com work from any computer NOT only from my local computer. Can anybody help me! Thanks!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900