From 439e9bc99b87ce6cb1de516d3a028e2d05116438 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 Aug 2024 16:12:44 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added:=20configs/apache2/httpd.conf?= =?UTF-8?q?=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: configs/apache2/httpd.conf --- configs/apache2/httpd.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/apache2/httpd.conf b/configs/apache2/httpd.conf index 4eb4690..60ab3cc 100644 --- a/configs/apache2/httpd.conf +++ b/configs/apache2/httpd.conf @@ -121,14 +121,14 @@ ServerName REPLACE_SERVER_NAME ServerAdmin REPLACE_SERVER_ADMIN ServerSignature On -DocumentRoot "REPLACE_SERVER_DIR" +DocumentRoot "REPLACE_SERVER_WWW_DIR" AllowOverride none Require all denied - + Options Indexes FollowSymLinks MultiViews ExecCGI Includes AllowOverride All Require all granted @@ -160,12 +160,12 @@ LogLevel warn - Alias /health REPLACE_SERVER_DIR/health/index.txt - Alias /health/json REPLACE_SERVER_DIR/health/index.json - ScriptAlias /cgi-bin/ "/REPLACE_SERVER_DIR/cgi-bin/" + Alias /health REPLACE_SERVER_WWW_DIR/health/index.txt + Alias /health/json REPLACE_SERVER_WWW_DIR/health/index.json + ScriptAlias /cgi-bin/ "/REPLACE_SERVER_WWW_DIR/cgi-bin/" - + AllowOverride None Options None Require all granted