[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Starting Apache Webserver in bookworm



Hello,

after upgrading a computer from Debian 11 to Debian 12, I am unable to
start apache2 by systemd. Even configuring the apache2 package hangs
forever, if I do not kill the related processes and edit
/var/lib/dpkg/info/apache2.postinst, commenting out all lines where
apache2 is tried to be started.

Trying to explicitly start apache2 for the CLI:

1. systemctl start apache2

hangs

2. cp /etc/init.d/apache2 /root
   /root/apache2 start

hangs

3. The only method I found so far that works, from the CLI:

   . /etc/apache2/envvars
   export APACHE_STARTED_BY_SYSTEMD=true
   apache2ctl start

Any idea?

Regards
  Christoph

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: