Page 1 of 1
Zoneminder 1.24.2 Changing default port from 80 to 12544
Posted: Tue May 03, 2011 9:57 pm
by metallica1973
I would like to know how to change the default listen port of 80 in Zoneminder 1.24.2 to another non standard port like 12544. How can this be done?
Re: Zoneminder 1.24.2 Changing default port from 80 to 12544
Posted: Wed May 04, 2011 5:59 am
by Flasheart
This is set in your web server's config. (Not strictly a zm issue)
Without knowing your exact system I can't tell you for sure, but a typical setup would mean editing /etc/apache/apache2.conf or ports.conf and changing
Listen 80
To
Listen 12544
Save and restart apache.
The setting might also be in sites-enabled or other places, but refer to your web server's documentation if you get stuck.
Re: Zoneminder 1.24.2 Changing default port from 80 to 12544
Posted: Wed May 04, 2011 12:16 pm
by metallica1973
Many thanks