Using Apache to run PHP scripts over an intranet
Posted: Sun Feb 11, 2007 1:18 pm
Hi,
This is a separate question, so I have put it in another thread.
I'm trying to access my PHP scripts over an intranet. I have Apache installed on a Windows machine, which is connected to a LAN with a standard wireless router.
My IP is the usual private network 192.168.1.X. I'm trying to access my web site internally from another computer on the same LAN.
I've tried amending my 'ServerName' directive in httpd.conf to my IP address instead of localhost, which I've read using ipconfig, however, I'm still not able to access my website over the LAN. I've also tried changing my 'Listen' directive so that it is listening for specific IPs, instead of simply port 80 requests, however this doesn't work either.
Has anyone else got their PHP websites working over a LAN using Apache?
Many thanks.
This is a separate question, so I have put it in another thread.
I'm trying to access my PHP scripts over an intranet. I have Apache installed on a Windows machine, which is connected to a LAN with a standard wireless router.
My IP is the usual private network 192.168.1.X. I'm trying to access my web site internally from another computer on the same LAN.
I've tried amending my 'ServerName' directive in httpd.conf to my IP address instead of localhost, which I've read using ipconfig, however, I'm still not able to access my website over the LAN. I've also tried changing my 'Listen' directive so that it is listening for specific IPs, instead of simply port 80 requests, however this doesn't work either.
Has anyone else got their PHP websites working over a LAN using Apache?
Many thanks.