apache - Weird PHP not displaying over local ip address -


i have following setup below:

 amazon ec2 instance. ips: 192.168.1.200 = eth0 = x.x.x.x public ip address 192.168.2.200 = eth1  apps: apache   vhosts:        -domain.tld php 

the strange part this. when try browse domain.tld on public ip address, working fine. when browse through 192.168.2.200, keep waiting until no display coming out in browser. simple index.php text "test" inside working fine. when php codes phpinfo() not working.

do have idea problem in php or apache or network? have open ports on firewall problem still persist.

thanks.

i found issue - it's due incorrect network routing table on ec2 server including blocking of traffic rectified through playing security settings.

thanks comment @dagon.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -