The complete and better walkthrough (systemd users only!), some parts
might be redundant if you allready migrated to the proper systemd
invocations:
This completely fixed the "There are processes named 'apache2' running
which do not match your pid file which are left untouched in the name of
safet
Le 22/09/2021 à 13:54, Michiel Hazelhof a écrit :
> The complete and better walkthrough (systemd users only!), some parts
> might be redundant if you allready migrated to the proper systemd
> invocations:
>
> This completely fixed the "There are processes named 'apache2' running
> which do not mat
Made two small tweaks to hopefully mitigate this behaviour:
ln -s /usr/sbin/apache2 /usr/sbin/apache2-instancename
edit /usr/sbin/apache2ctl:
change:
SUFFIX="${APACHE_CONFDIR##/etc/apache2-}"
case "$SUFFIX" in
/etc/apache2)
SUFFIX=""
;;
*)
3 matches
Mail list logo