How to change GUI port

From Kolmisoft Wiki
Revision as of 11:17, 30 October 2013 by Nerijuss (talk | contribs) (Created page with '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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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