Page 1 of 1

change the zmNinja port?

Posted: Tue Apr 27, 2021 12:51 pm
by david1234
Hello ,
I have a wroking pi with zoneminder
also working is the zmNinja (with API)
I can change the state using python to the zoneminder server
everything is working
right now I'm entering the server using NAT to port 80

just want to know how can I change the port of the zmNinja?
right now it's work on port 80 ( defulat)

and will it also change the zonemidner port?
are they both use the same port?
so if I will cahgne the port to 1234 (for example)
I will be able to enter the server using this port from the browser and zmNinja?


*** I thought it might be here

Code: Select all

/etc/apache2/apache2.conf
but there is nothing there about port 80


*** update2***
if I change the port here:
/etc/apache2/ports.conf

Code: Select all

Listen 80
to

Code: Select all

Listen 1234
will this be good?

do I need to change something else?


Thanks,