lupld Posted September 17, 2009 Share Posted September 17, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/174618-apache-stuck-using-port-80/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.