Update ApacherOverzicht.sh

This commit is contained in:
2026-02-25 15:05:49 +01:00
parent 5d811107d6
commit ed98efa8a9

View File

@@ -33,8 +33,8 @@ find -L "$CONFIG_DIR" -type f \( -name "*.conf" -o -name "*.vhost" -o -name "*.c
port=$0 port=$0
gsub(/.*:/,"",port) gsub(/.*:/,"",port)
gsub(/>.*/,"",port) gsub(/>.*/,"",port)
n=split(cfgfile, a, "/") f = cfgfile
f=a[n] sub(".*/", "", f)
} }
in_vhost && /ServerName/ { in_vhost && /ServerName/ {