Hi,
Bij het opstarten van Ubuntu 16.04 wordt de service Apache2 niet automatisch opgestart.
Ik kan deze service wel handmatig opstarten:
Ik heb al van alles geprobeerd, de logs bekeken en de service staat ook in init.d:
Lijkt me ook niks geks in zitten.
Er zitten geen syntax errors in het opstartscript.
Zou wel handig zijn als die gewoon zelf opstart.
Bij het opstarten van Ubuntu 16.04 wordt de service Apache2 niet automatisch opgestart.
Ik kan deze service wel handmatig opstarten:
code:
1
2
| sudo /etc/init.d/apache2 start sudo service apache2 start |
Ik heb al van alles geprobeerd, de logs bekeken en de service staat ook in init.d:
code:
1
2
| sudo update-rc.d apache2 defaults tail -15 /var/log/apache2/error.log |
offtopic:
[Wed Oct 19 20:03:51.391349 2016] [mpm_prefork:notice] [pid 1086] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:14:50.842980 2016] [mpm_prefork:notice] [pid 1058] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:14:50.843823 2016] [core:notice] [pid 1058] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 19 20:17:26.581792 2016] [mpm_prefork:notice] [pid 1058] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:25:30.361308 2016] [mpm_prefork:notice] [pid 1516] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:25:30.361887 2016] [core:notice] [pid 1516] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 19 20:34:46.581873 2016] [mpm_prefork:notice] [pid 1516] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:37:26.223645 2016] [mpm_prefork:notice] [pid 1062] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:37:26.223723 2016] [core:notice] [pid 1062] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 19 20:03:51.391349 2016] [mpm_prefork:notice] [pid 1086] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:14:50.842980 2016] [mpm_prefork:notice] [pid 1058] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:14:50.843823 2016] [core:notice] [pid 1058] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 19 20:17:26.581792 2016] [mpm_prefork:notice] [pid 1058] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:25:30.361308 2016] [mpm_prefork:notice] [pid 1516] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:25:30.361887 2016] [core:notice] [pid 1516] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 19 20:34:46.581873 2016] [mpm_prefork:notice] [pid 1516] AH00169: caught SIGTERM, shutting down
[Wed Oct 19 20:37:26.223645 2016] [mpm_prefork:notice] [pid 1062] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Oct 19 20:37:26.223723 2016] [core:notice] [pid 1062] AH00094: Command line: '/usr/sbin/apache2'
Lijkt me ook niks geks in zitten.
Er zitten geen syntax errors in het opstartscript.
Zou wel handig zijn als die gewoon zelf opstart.