Page 1 of 1

New user question...

Posted: Sun Sep 23, 2012 4:09 am
by gabriel3d
Can I use a different web server with zoneminder, ie. using mini-httpd instead of apache? if yes how would I go about configuring it?
Thank you

Re: New user question...

Posted: Tue Sep 25, 2012 4:21 pm
by jonathancnewcomb
Yes you can, all you have to do is enable php and create an alias to your zm web directory. I am sure you can find a forum for the server daemon you are looking at running. You have to do the following:


Allow following of symbolic links
enable php
add index.php to the list of index's
Create a directory alias for your zm web directory
Create a script alias for cgi-bin


And with a bit of tweaking you should be up. The steps are going to vary between the different web servers out there, you should check their documentation