[Koha-bugs] [Bug 11952] New: utility scripts hard-coded to expect apache, breaks when koha is installed under nginx

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 17 15:43:10 CET 2014


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 at gmail.com
          Reporter: desmith at gmail.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list