Jump to content

Apache Port changed... "Not found" error.


Recommended Posts

Posted

So on 3 of my servers, we had to change apache port to something else (example: 9000)

So when you point to myserver1.com/directory/file.php, it comes up as Not found... And if you try myserver1.com:9000/directory/file.php it also shows not found.

Would anyone have any ideas on how to get that working on a different port and still able to show the page?

ports.conf editted :

NameVirtualHost *:9000
Listen 9000

Sites-enabled: file editted:

<VirtualHost *:9000>

and server restarted...

service apache2 restart

(upon restart, theres no errors or anything, and restarts fine)

But any file you goto, shows as not found.

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...