First two hosts work, the third does not. Not error upon apache restart. This would lead me to believe it is an iptable issue, but this ip has been added multiple times and restarted multiple times. Any thoughts?Code:<VirtualHost *:80> DocumentRoot /var/www/prod/reporting/public ServerName 192.168.50.175 </VirtualHost> <VirtualHost *:8080> DocumentRoot /var/www/dev/reporting/public ServerName dev.192.168.50.175 </VirtualHost> <VirtualHost *:8089> DocumentRoot /var/www/dev/jqGridTest/public ServerName jq.192.168.50.175 </VirtualHost>




Reply With Quote

Bookmarks