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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to