New user question...

Forum for questions and support relating to the 1.25.x releases only.
Locked
gabriel3d
Posts: 1
Joined: Sun Sep 23, 2012 4:03 am

New user question...

Post 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
jonathancnewcomb
Posts: 38
Joined: Tue Sep 18, 2012 2:00 pm

Re: New user question...

Post 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
Locked