Changing the default web port

crimp

Beta member
Messages
5
Hi all. I have a linux web server using apache, and would like to change the default port from 80 to 3600, and was wondering what i would need to do. If you need more information just say.
Thanks crimp
 
yes,

change the line

listen:80

of httpd.conf
to
listen:3600

(I know you already had the answer, but I though I'd post so other people would get it as well).
 
Back
Top Bottom