Jump to content

Apache Stuck Using Port 80


lupld

Recommended Posts

I have a FRESH install of apache 2.2.x installed on Ubuntu 9.04 using apt-get and I'm using webmin to administrate it. If I edit the ports.conf file to change the listening port and restart the server, it STILL refuses to use the new port. I have even tried to put "Listen 4048" in http.conf and comment out the lines in ports.conf and it still will not use the new port when restarted. Ports.conf looks like this

 

NameVirtualHost *:4048

Listen 4048

 

and then I put

 

ports.conf:

#NameVirtualHost *:4048

#Listen 4048

 

and http.conf

Listen 4048

 

and it wouldn't work, any ideas? the computer is set to IPPASSTHROUGH on the router, so it should get ALL traffic that's not forwarded to another computer, and 80 is ISP blocked.

 

Thanks in advance. Nobody seems to have this issue, but this is my 3rd time trying to fix it.

Link to comment
https://forums.phpfreaks.com/topic/174618-apache-stuck-using-port-80/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.