Difference between revisions of "How to change GUI port"
From Kolmisoft Wiki
Jump to navigationJump to search
m |
m |
||
Line 21: | Line 21: | ||
== Important notes == | == Important notes == | ||
* When you disable http access | * When you disable http access through standart 80 Port - please make sure that you change URL in various crontabs used by mor and located in /etc/cron.d/* | ||
<br><br> | <br><br> |
Latest revision as of 14:16, 28 February 2014
Open file /etc/httpd/conf/httpd.conf and change lines:
... Listen 80 ... NameVirtualHost *:80 ...
put desired port in place of "80".
Open file /etc/httpd/conf.d/mor.conf and change line:
<VirtualHost *:80>
put desired port in place of "80".
Restart apache:
/etc/init.d/httpd restart
Important notes
- When you disable http access through standart 80 Port - please make sure that you change URL in various crontabs used by mor and located in /etc/cron.d/*