Cero44
August 30th, 2009, 01:35 PM
I am trying to build a web server on my home box just for testing purposes. I've setup LAMP correctly and it worked well under localhost. But I want this to be visible on the internet (again for testing purposes), and to listen on a port other than 80. Is it possible to do this, and if so how?
I have port 40001 forwarded to the box. I have added "Listen *:40001" in my ports.conf and changed the virtualhost to listen on 40001 as well with "<VirtualHost *:40001>" in the enabled-sites conf for the site. And when I try to access my site locally or outside my network, I get a failed to connect error.
I have port 40001 forwarded to the box. I have added "Listen *:40001" in my ports.conf and changed the virtualhost to listen on 40001 as well with "<VirtualHost *:40001>" in the enabled-sites conf for the site. And when I try to access my site locally or outside my network, I get a failed to connect error.