Yes free disk space. several hundred GB. No idea about logs. Whatever the default is for apache 2.4 on opensuse 42.1 It doesn't happen on other servers I use with the same configuration. Here is the service status after it stops. Any idea how I find out the exact cause? www1:~ # service apache2 status apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled) Active: failed (Result: signal) since Wed 2016-06-22 11:30:02 BST; 6min ago Process: 18785 ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop (code=exited, status=0/SUCCESS) Process: 18777 ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful (code=exited, status=0/SUCCESS) Process: 27361 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start (code=killed, signal=ABRT) Main PID: 27361 (code=killed, signal=ABRT) Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec" Jun 20 10:41:02 www1 start_apache2[27361]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/default-server.conf:95 Jun 22 11:30:01 www1 start_apache2[18777]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/default-server.conf:95 Jun 22 11:30:02 www1 start_apache2[18785]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/default-server.conf:95 Jun 22 11:30:02 www1 start_apache2[18785]: httpd (pid 27361?) not running On 31 May 2016 at 17:44, Greg Freemyer <greg.freemyer@gmail.com> wrote:
On Mon, May 23, 2016 at 4:33 AM, Paul Groves <paul.groves.787@gmail.com> wrote:
I have a strange problem on OpenSUSE 42.1 where apache seems to stop itself ever few days for no obvious reason. Restarting it works and all the websites work fine.
How can I find the error log in 42.1? I have tried all the usual places in the apache and php documentation but the log file(s) are nowhere to be found!
Thanks
I recently had a similar issue with 13.2
Do you have free disk space? (I did)
Are your logs rotating? (mine weren't)
=== to verify logrotate is active === Is the logrotate timer active?
systemctl list-timers
If not:
systemctl enable logrotate.timer # enables at boot time systemctl start logrotate.timer # and start it now
Should now be active:
systemctl list-timers (now lists logrotate.timer) ============================================
Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org