apache port

Support and queries relating to all previous versions of ZoneMinder
Locked
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

apache port

Post by jameswilson »

Is it possible to change the port number that the webserver listens on from 80 to say 82. Reason i ask is that i already have a webserver (a windows 2003 server for remote active sync and webmail) but would like to play with a zm box at work. If the port number was changed to 82 i could port forward 82 to my zm box and away id go. Is this possible with zm or does it expect all requests to be on 80
User avatar
krzys31337
Posts: 65
Joined: Wed Jul 06, 2005 7:43 pm
Location: Poland,Warsaw N 52°09'10" E 20°55'09"

Post by krzys31337 »

You mean:

Code: Select all

Listen :82
In your httpd.conf ? (or sth likie: etc/httpd/conf.d/10.httpd.conf)

Or using url for webcam like this: http://my.ip.num.ber:82/some.jpg
Locked