I install WAMP2.5 (Apache 2.4.9) in my Windows 2012 R2 Server (IIS Off), and creating a virtual host. When I access localhost/website it smoothly run, but when I access my website on the computer "Connection TIme Out." Below is my httpd-vhosts.conf and host file config
<VirtualHost *:80>
ServerAdmin admin@shc.com.ph
DocumentRoot "c:/wamp/www/"
ServerName shc.com.ph
ServerAlias www.shc.com.ph
ErrorLog "logs/error.log"
CustomLog "logs/access.log" common
<Directory "C:/wamp/www">
Allowoverride All
Require all granted
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin admin@shc.com.ph
DocumentRoot "c:/wamp/www/"
ServerName shc.com.ph
ErrorLog "logs/error.log"
CustomLog "logs/access.log" common
<Directory "C:/wamp/www">
Allowoverride All
Require all granted
</Directory>
</VirtualHost>
---------------------------
Host File
127.0.0.1 localhost
127.0.0.1 shc.com.ph
127.0.0.1 localhost
::1 shc.com.ph
When I open the site on my server it works but in other computer "Connection Time Out"
Need your Help
Mety
<VirtualHost *:80>
ServerAdmin admin@shc.com.ph
DocumentRoot "c:/wamp/www/"
ServerName shc.com.ph
ServerAlias www.shc.com.ph
ErrorLog "logs/error.log"
CustomLog "logs/access.log" common
<Directory "C:/wamp/www">
Allowoverride All
Require all granted
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin admin@shc.com.ph
DocumentRoot "c:/wamp/www/"
ServerName shc.com.ph
ErrorLog "logs/error.log"
CustomLog "logs/access.log" common
<Directory "C:/wamp/www">
Allowoverride All
Require all granted
</Directory>
</VirtualHost>
---------------------------
Host File
127.0.0.1 localhost
127.0.0.1 shc.com.ph
127.0.0.1 localhost
::1 shc.com.ph
When I open the site on my server it works but in other computer "Connection Time Out"
Need your Help
Mety