From 8e11c50cd80f5a23cc7879103c4904e56d2b08a9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 12 Jul 2024 18:47:48 +0300 Subject: [PATCH] apache --- server/web/apache/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/web/apache/actions.py b/server/web/apache/actions.py index cad3684435..89eb5e677f 100644 --- a/server/web/apache/actions.py +++ b/server/web/apache/actions.py @@ -30,7 +30,7 @@ def config_layout(): htdocsdir: /var/www/localhost/htdocs cgidir: /var/www/localhost/cgi-bin manualdir: /usr/share/doc/version/manual - sysconfdir: /etc/httpd/conf + sysconfdir: /etc/apache2 localstatedir: /var runtimedir: /run logfiledir: /var/log/apache2 @@ -125,7 +125,7 @@ def install(): "my $envvars = \"$installbuilddir/envvars\";") # Clean-up - # pisitools.remove("/etc/apache2/*") + pisitools.remove("/etc/apache2/*") pisitools.remove("/var/www/localhost/htdocs/*") # Add conf.d for 3rd party configuration files