Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: pz on August 23, 2001, 07:55:02 AM

Title: need to move webserver to another port
Post by: pz on August 23, 2001, 07:55:02 AM
can someone tell me how to move server to port other than 80

thx
Title: Re: need to move webserver to another port
Post by: Confucius on August 23, 2001, 12:02:56 PM
Hi,
 
> can someone tell me how to move server to port other than 80

Don't know what the reason is for this, it's very uncommon but you can edit the HTTPD.CONF to replace the 80 for the portnumber you want. (it's mentioned for all virtual hosts aswell)
You can find the correct HTTPD.CONF in the path /ETC/HTTPD/CONF
After your changes do a SERVICE HTTPD RESTART.

Be aware.... IF you change the HTTPD.CONF itself and you reboot the server the settings will be lost again. Best way is to do these things is in the templates directory and do a template expand.

GdLck