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
I am not sure if this is a bug, unless we decide to officially support Nginx (nto sure what the status there is)
*** This bug has been marked as a duplicate of bug 9316 ***