http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4910 Summary: Debian Packaging does not start Apache (on Ubuntu Lucid) Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: Packaging AssignedTo: robin@catalyst.net.nz ReportedBy: custard@westnet.com.au QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 This is probably very low on the priority list... After running a test install on Lucid Apache2 did not appear to start. After debconf set up the MySQL bits for me this was a bit of a surprise. This appeared to be because: a) mod_rewrite wasn't turned on, and b) the default website stayed resident (even though the koha site was enabled) I'd be happy if there was a note in debconf to say that apache will need a bit of work (cf. zebra in the web installer). ___
From Notebook: Immediately post install apache wasn't running. Manually starting it gives:
custard@KohaTest:~$/etc/init.d/apache2 start * starting web server apache2 Syntax error on line 82 of /etc/apache2/sites-enabled/koha: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration After running sudo a2enmod rewrite I was shown the default site, which I disabled (sudo a2dissite default) and then got the koha web-installer. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.