From a887acef7aaee2bcd1f3c0f145ab77f41e6b2467 Mon Sep 17 00:00:00 2001 From: Thomas Parmentier Date: Tue, 22 Oct 2024 11:51:59 +0200 Subject: [PATCH] Kleine path fix apache2 --- 04-installatie-webserver-deb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/04-installatie-webserver-deb.md b/04-installatie-webserver-deb.md index aeb8205..0635c82 100644 --- a/04-installatie-webserver-deb.md +++ b/04-installatie-webserver-deb.md @@ -21,10 +21,10 @@ $ sudo apt install apache2 mariadb-server php ## Belangrijke directories - `/etc/apache2/`: configuratie Apache - - `/etc/httpd/apache2.conf` - - `/etc/httpd/conf-enabled/*.conf` - - `/etc/httpd/mods-enabled/*.conf` - - `/etc/httpd/sites-enabled/*.conf` + - `/etc/apache2/apache2.conf` + - `/etc/apache2/conf-enabled/*.conf` + - `/etc/apache2/mods-enabled/*.conf` + - `/etc/apache2/sites-enabled/*.conf` - `/var/www/html/`: Apache DocumentRoot - `/var/log/apache2/`: logbestanden - `access.log`