Virtual Host Fails


<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>

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?

Kyle,

I’d be willing to bet that Apache is not listening to port 8089.

Regards,

DK