Page 1 of 1

Changing listening port for ZoneMinder from 80 to other por

Posted: Sat May 15, 2004 1:30 pm
by rembrandt
Hello, First off thank you Phil for a great program. Also a nod to Ross for the livecd.

I was just wondering if it is possible to change the tcp port that ZM listens to. Is it as simple as changing the listen option in httpd.conf or is there other things that I must do. The problem is that my cable company blocks inbound connections on port 80, therefor I would like to use a different port. Thank you in advance for any response.

Rem

Posted: Sat May 15, 2004 1:36 pm
by victor_diago
yes. its just changing apacheĀ“s port to any other.

i run it at port 2000 without any issue.


victor diago

Posted: Sat May 15, 2004 2:04 pm
by rembrandt
Is it this section in httpd.conf?

#BindAddress *
<IfDefine APACHEPROXIED>
Port 8080
Listen 8080
</IfDefine>
<IfDefine !APACHEPROXIED>
Port 80
Listen 80

Thanks,

rem

Posted: Sat May 15, 2004 2:12 pm
by victor_diago
yes. that is it.

just restart apache after that.

victor diago

Posted: Mon May 17, 2004 6:21 pm
by rembrandt
Thanks, I'll try that.