Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 28, 201312 yr 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.
March 30, 201312 yr Good firewall port article here http://www.liquidweb.com/kb/opening-ports-in-your-firewall/
March 31, 201312 yr Author Yeah, it wasnt the firewall.... We ended up getting it all figured out on our own. :)
Archived
This topic is now archived and is closed to further replies.