http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11952 Bug ID: 11952 Summary: utility scripts hard-coded to expect apache, breaks when koha is installed under nginx Change sponsored?: --- Product: Koha Version: master Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: desmith@gmail.com QA Contact: testopia@bugs.koha-community.org koha-dump: "etc/apache2/sites-available/$name" \ koha-enable: if grep -q '^[[:space:]]*Include /etc/koha/apache-shared-disable.conf' \ koha-enable: "/etc/apache2/sites-available/$instancename" ; then koha-enable: sed -i 's:^\(\s*Include /etc/koha/apache-shared-disable.conf\)$:#\1:' \ koha-list: if grep '^[[:space:]]*Include /etc/koha/apache-shared-disable.conf' \ koha-list: "/etc/apache2/sites-available/$instancename" > /dev/null koha-remove: [ -f "/etc/apache2/sites-available/$name" ] && \ koha-restart-zebra: if grep -q '^[[:space:]]*Include /etc/koha/apache-shared-disable.conf' \ koha-restart-zebra: "/etc/apache2/sites-available/$instancename" ; then koha-start-zebra: if grep -q '^[[:space:]]*Include /etc/koha/apache-shared-disable.conf' \ koha-start-zebra: "/etc/apache2/sites-available/$instancename" ; then koha-stop-zebra: if grep -q '^[[:space:]]*Include /etc/koha/apache-shared-disable.conf' \ koha-stop-zebra: "/etc/apache2/sites-available/$instancename" ; then -- You are receiving this mail because: You are watching all bug changes.