PDA

View Full Version : Need Apache server help


Doggonit
07-13-2005, 03:24 PM
Hello, I am running WAMP5 on an XP Pro box, and I have set up Apache enough so that I can see my hosted pages when I look at http://127.0.0.1 on the server machine itself, but how do I set up Apache so that I can view the hosted pages elsewhere? So say the the server is 192.168.1.2 (for example) and I am on machine 192.168.1.3, would I just simply have to type http://192.168.1.2 once the Apache server is setup so that I can view the hosted pages? OF course I only need to know how to access them after I find out how to setup Apache so that I CAN access them. Is it something that I have to do in the httpd.conf file?

Thanks in advance for putting up with me.

schleppel
07-13-2005, 03:39 PM
it should just work with the IP address of the server. Have you tried? I don't remember doing anything special when i have installed Apache.

Doggonit
07-13-2005, 03:47 PM
it should just work with the IP address of the server. Have you tried? I don't remember doing anything special when i have installed Apache.

That's the problem. It doesn't work. I get nothing when I enter the IP address of the server machine. Blank.

schleppel
07-13-2005, 03:53 PM
does the server have a firewall blocking port 80?

Doggonit
07-13-2005, 05:11 PM
does the server have a firewall blocking port 80?

Well XP Pro SP2 does have a built-in firewall but I disabled it for TCP/UDP 80 so now it works! Thanks a lot!