zoneminder still seems to depend on apache2 on Ubuntu 13.04.
It should not as zoneminder works fine with lighttpd as well. Settings you need 
to do:

Add file /etc/lighttpd/conf-available/80-zm-include.conf with following lines 
(and symlink it in conf-enabled)
alias.url += (
"/cgi-bin" => "/usr/share/zoneminder/cgi-bin/",
"/zm" => "/usr/share/zoneminder/"
)

$HTTP["url"] =~ "^/cgi-bin" {
    cgi.assign = ( "" => "" )   
    }

Enable php in lighttpd.conf:
cgi.assign = (".php" => "/usr/bin/php-cgi",)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/174586

Title:
  Remove apache2 dependancies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zoneminder/+bug/174586/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to