[Eisfair] Apache2 kein Start nach Konfiguration
Holger Bruenjes
holgerbruenjes at gmx.net
Do Dez 15 14:21:52 CET 2022
Hallo Detlef
Am 15/12/2022 um 09.44 schrieb Detlef Paschke:
> mir ist aufgefallen, dass Apache2 seit mindestens der vorigen Version
> (gerade eben habe ich ein Update auf 3.2.5 gemacht), nach dem schließen
> der Konfiguration nicht mehr automatisch gestartet wird.
>
> Activate configuration now (y/n) [yes]? y
> Creating Apache2 configuration ...
> activating modules...
> done activating modules
> * Stopping Apache ... [ OK ]
> Press ENTER to continue
>
> Der Start muss händisch veranlasst werden, wenn man in der Config war.
> Soll das so?
da hat sich leider ein kleiner Fehler eingeschlichen
in
/var/install/config.d/apache2.sh
ab Zeile 127, jeweils um die '2' ergaenzen
if [ "$START_APACHE2" = "yes" ]
then
cd /etc/rc2.d
rm -f K??apache
rm -f S??apache
ln -sf ../init.d/apache2 K40apache
ln -sf ../init.d/apache2 S60apache
else
if [ "$START_APACHE2" = "yes" ]
then
cd /etc/rc2.d
rm -f K??apache2
rm -f S??apache2
ln -sf ../init.d/apache2 K40apache2
ln -sf ../init.d/apache2 S60apache2
else
Holger
Mehr Informationen über die Mailingliste Eisfair