Op dinsdag 14 april 2020 11:47:09 CEST schreef Jogchum Reitsma:
Hi,
After errors in upgrading apache2 or it's components (see my post here on Jan. 11 2020, 12:21) which was solved with help from Christian Boltz, apache2 refuses to start.
That is, systemctl start apache2 return without error messages on the terminal, but systemctl status apache2 gives
systemctl status apache2 ● apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2020-04-14 11:31:42 CEST; 8min ago Process: 102150 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start (code=exited, status=254) Main PID: 102150 (code=exited, status=254) Status: "Reading configuration..."
apr 14 11:30:11 linux-mkay systemd[1]: Starting The Apache Webserver... apr 14 11:30:12 linux-mkay systemd[1]: Started The Apache Webserver. apr 14 11:30:12 linux-mkay systemd[1]: apache2.service: Main process exited, code=exited, status=254/n/a apr 14 11:31:42 linux-mkay systemd[1]: apache2.service: Reload operation timed out. Killing reload process. apr 14 11:31:42 linux-mkay systemd[1]: apache2.service: Failed with result 'exit-code'
Conform advice of Cristian in before mentioned thread, I ran
grep '^[^#]' /etc/sysconfig/apache2 APACHE_CONF_INCLUDE_FILES="" APACHE_CONF_INCLUDE_DIRS="" APACHE_MODULES="php7 authz_host actions alias auth_basic authn_file authz_user authz_groupfile autoindex cgi dir include log_config mime negotiation env setenvif status userdir asis imagemap perl wsgi-python3 authn_core version authz_core reqtimeout socache_shmcb wsgi rewrite ssl" APACHE_SERVER_FLAGS="SSL " APACHE_HTTPD_CONF="" APACHE_MPM="" APACHE_SERVERADMIN="" APACHE_SERVERNAME="" APACHE_START_TIMEOUT="2" APACHE_SERVERSIGNATURE="off" APACHE_LOGLEVEL="error" APACHE_ACCESS_LOG="/var/log/apache2/access_log combined" APACHE_USE_CANONICAL_NAME="off" APACHE_SERVERTOKENS="ProductOnly" APACHE_EXTENDED_STATUS="off" APACHE_EXTENDED_STATUS="off"
so no irregularities here I think.
/var/log/apache2/error_log gives one error message for each time I try to start apache2:
PHP Fatal error: Unable to start pcre module in Unknown on line 0
Googling this message doesn't give results that I can do something with.
Anyone any idea?
regards, Jogchum Can you show rpm -qa | grep pcre ?
-- Gertjan Lettink a.k.a. Knurpht openSUSE Forums Team -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org