Cool. I did all that stuff, but now when I try to boot up Apache it says that there are no listening sockets available.
"make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs"
I tried a bunch of different combinations in the httpd file.
[right][snapback]609681[/snapback][/right]
That means there's probably something using port 80 already. Use
netstat -a in the command prompt and look for something using port 80 in the
Local Address. (Called http by default in XP.) In XP, add the
-o switch to it to see what PID (process ID) is using the port. Then take the PID and find it in the Task Manager under the Processes tab. (Actually, I think the switch also displays the file using it, but I'm not using XP so I'm going to be thorough.
) If you're not using XP, I don't think the command prompt can identify it by itself.
[right][snapback]609703[/snapback][/right]
Not necessarily, it might mean he hasn't forwarded his ports.