H HECTORdaBIZATCH Registered Jan 20, 2002 #1 Okay, I would like to to change the port I am serving up web pages on from the default of 80 to something different-- how can I do this? I've looked all over the Apache documentation and I can't seem to find anything.
Okay, I would like to to change the port I am serving up web pages on from the default of 80 to something different-- how can I do this? I've looked all over the Apache documentation and I can't seem to find anything.
Jadey sosumi Jan 20, 2002 #2 In httpd.conf add this line: Listen 8080 and restart Apache. 8888 is sometimes used too.
H HECTORdaBIZATCH Registered Jan 20, 2002 #3 I searched my disk-- there is no httpd.conf on my hard drive! I suppose this isn't a good thing? It seems to be working fine on port 80, btw-- I've had no problems.
I searched my disk-- there is no httpd.conf on my hard drive! I suppose this isn't a good thing? It seems to be working fine on port 80, btw-- I've had no problems.
H HECTORdaBIZATCH Registered Jan 20, 2002 #5 Ahh... stupid me. Obviously Sherlock won't find that. Well, I got it to work-- thanks for your help.