Hello, On Tue, Jun 12, 2012 at 6:18 PM, Michiels, Joeri <[email protected]> wrote:
> KOHA-SERVER64:~ # su -c 'service apache2 status' > redirecting to systemctl > apache2.service - apache > Loaded: loaded (/lib/systemd/system/apache2.service; enabled) > Active: failed since Tue, 12 Jun 2012 10:58:51 +0200; 2h 14min ago > Process: 2635 ExecStop=/usr/sbin/httpd2 -D SYSTEMD -k stop > (code=exited, status=0/SUCCESS) > Process: 3941 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start > (code=exited, status=1/FAILURE) > Main PID: 1675 (code=exited, status=0/SUCCESS) > CGroup: name=systemd:/system/apache2.service > > The strange thing is that Apache worked before I installed Koha ; it returned > it's famous 'It works!' page. > Do you know how I should troubleshoot this problem ? Please do these sequentially: 1. Open 1st terminal to run: su -c 'tail -f /var/log/apache2/error_log' 2. Open 2nd terminal to run (again): su -c 'service apache2 start' Please put the log in your 1st terminal to: http://paste.koha-community.org/ , and tell us the generated URL here. We'll see what is happening there. Good luck. -- Andi Sugandi. _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

