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
New user question...
-
- Posts: 38
- Joined: Tue Sep 18, 2012 2:00 pm
Re: New user question...
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
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