|
I would like to run the 42go system on another port than 81. What do I have to do?
After installation please do the following:
Stop the 42go system: /etc/rc.d/init.d/42go_server stop (RedHat/Mandrake) or /etc/init.d/42go_server stop (SuSE).
Open the file /home/adm42go/42go/lib/config.inc.php, look for the variable
$go_info["server"]["server_url"]
and change port 81 to your new port.
Afterwards, edit the file /root/42go/httpd/conf/httpd.conf and replace all occurrences of port 81 with your new port number. Then restart the
42go system: /etc/rc.d/init.d/42go_server start (RedHat/Mandrake) or /etc/init.d/42go_server start (SuSE).
Dont forget to activate the new port in your firewall settings!
<< Back
|