Remove apache2 dependancies

Bug #174586 reported by Shane R. Spencer
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
zoneminder (Debian)
Fix Released
Unknown
zoneminder (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: zoneminder

Unless zoneminder specifically uses features only available in apache2, please remove libapache2-mod-php* dependencies. If you require a webserver to be used, please use the httpd meta-package. This could be complicated for this package, however I'm sure it can be done.

Tags: packaging
Changed in zoneminder:
status: Unknown → New
Changed in zoneminder:
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in zoneminder (Ubuntu):
status: New → Confirmed
Aditya V (kroq-gar78)
tags: added: packaging
Changed in zoneminder (Debian):
status: New → Fix Released
Logan Rosen (logan)
Changed in zoneminder (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
teemu koivisto (teemuko-koivisto) wrote :

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",)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.