http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12312
Robin Sheat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high Status|NEW |ASSIGNED See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11404 Depends on| |11404 Assignee|[email protected] |[email protected] |ity.org | Severity|enhancement |major --- Comment #6 from Robin Sheat <[email protected]> --- I did a test, and found the issue. It's nothing to do with permissions, it's that if you do: a2ensite foo apache 2.2 will look for /etc/apache2/sites-available/foo and apache 2.4 will look for ..../foo.conf. Our script does a2ensite foo, when it should do a2ensite foo || a2ensite foo.conf to cover both cases. I'll make a patch up for this and role out a new package with it once it's been checked out. -- You are receiving this mail because: You are the assignee for the bug. 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/
