Project

General

Profile

Actions

Bug #8232

closed

Apache config does not get cleaned up after removal of rudder-webapp

Added by Janos Mattyasovszky almost 8 years ago. Updated almost 8 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Apparently the rudder-webapp package edits /etc/sysconfg/apache2:

# Add required includes in the SLES apache2 configuration
if ! grep -qE "^. /etc/sysconfig/rudder-apache$" /etc/sysconfig/apache2
then
        echo -e '# This sources the modules/defines needed by Rudder\n. /etc/sysconfig/rudder-apache' >> /etc/sysconfig/apache2
fi

But after being uninstalled, this does not get removed, so apache2 fails with an error on the restart:

/etc/sysconfig/apache2: line 292: /etc/sysconfig/rudder-apache: No such file or directory

Related issues 2 (1 open1 closed)

Related to Rudder - Bug #8231: rudder-apache gets added multiple times to apache configReleasedBenoît PECCATTE2016-05-02Actions
Related to Rudder - Bug #10858: rudder-server-relay does not clean up apache includes on removalNewActions
Actions

Also available in: Atom PDF