From d4a7f2bbc8013f4bfd2ff05a8cf958a1c472a736 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 11 Apr 2026 21:59:01 +0800 Subject: [PATCH] Update httpd.conf --- plugins/apache/conf/httpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/apache/conf/httpd.conf b/plugins/apache/conf/httpd.conf index 7be5d6c91..12d7f67c0 100644 --- a/plugins/apache/conf/httpd.conf +++ b/plugins/apache/conf/httpd.conf @@ -1,4 +1,4 @@ -ServerRoot "/Users/midoks/Desktop/mwdev/server/apache/httpd" +ServerRoot "{$SERVER_PATH}/apache/httpd" Listen 127.0.0.1:8280 LoadModule authn_file_module modules/mod_authn_file.so @@ -38,8 +38,8 @@ ServerAdmin you@example.com Require all denied -DocumentRoot "/Users/midoks/Desktop/mwdev/server/apache/httpd/htdocs" - +DocumentRoot "{$SERVER_PATH}/apache/httpd/htdocs" + Options Indexes FollowSymLinks AllowOverride None Require all granted @@ -69,13 +69,13 @@ LogLevel warn - ScriptAlias /cgi-bin/ "/Users/midoks/Desktop/mwdev/server/apache/httpd/cgi-bin/" + ScriptAlias /cgi-bin/ "{$SERVER_PATH}/apache/httpd/cgi-bin/" - + AllowOverride None Options None Require all granted