Hi
I have a LAMP which was working fine until I installed some critical updates.
Now it only responds on localhost not the ip of the server.
All ports are open - firewall has been disabled (it is an internal server only).
netstat -ant gives:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
I have checked ports.conf and even included Listen 8000 - which also does not work.
Apache, php and mysql are all working ok as I can access our internal database/webpages via 127.0.0.1 - but absolutely nothing on 10.0.1.1 (the server's public address).
The server can communicate with other PC's, and can also be ssh'd.
Hopefully someone will know what this is as I have been scratching my head for a couple of days now.
Thanks
I have a LAMP which was working fine until I installed some critical updates.
Now it only responds on localhost not the ip of the server.
All ports are open - firewall has been disabled (it is an internal server only).
netstat -ant gives:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
I have checked ports.conf and even included Listen 8000 - which also does not work.
Apache, php and mysql are all working ok as I can access our internal database/webpages via 127.0.0.1 - but absolutely nothing on 10.0.1.1 (the server's public address).
The server can communicate with other PC's, and can also be ssh'd.
Hopefully someone will know what this is as I have been scratching my head for a couple of days now.
Thanks