From 287c94b418dc67da713a72a0987d33ffcec54c8d Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Sun, 21 Jan 2024 14:48:35 +0100 Subject: [PATCH] Updated conf file --- installation_stuff/logdoctor.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation_stuff/logdoctor.conf b/installation_stuff/logdoctor.conf index 9ab4607d..c0c43761 100644 --- a/installation_stuff/logdoctor.conf +++ b/installation_stuff/logdoctor.conf @@ -25,7 +25,7 @@ WarningSize=52428801 [Apache2] ApacheLogsPath=/var/log/apache2 ApacheLogsFormat= -ApacheWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH +ApacheWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH TRACE ApacheWarnlistMethodUsed=false ApacheWarnlistURI=/robots.txt /../ /./ /.env /.htaccess /phpmyadmin /wp-admin /wp-content /wp-config.php /config.py /views.py /routes.py /stepu.cgi /cgi-bin ApacheWarnlistURIUsed=true @@ -39,7 +39,7 @@ ApacheBlacklistClientUsed=true [Nginx] NginxLogsPath=/var/log/nginx NginxLogsFormat= -NginxWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH +NginxWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH TRACE NginxWarnlistMethodUsed=false NginxWarnlistURI=/robots.txt /../ /./ /.env /.htaccess /phpmyadmin /wp-admin /wp-content /wp-config.php /config.py /views.py /routes.py /stepu.cgi /cgi-bin NginxWarnlistURIUsed=true @@ -54,7 +54,7 @@ NginxBlacklistClientUsed=true IisLogsPath=C:/inetpub/logs/LogFiles/ IisLogsModule=0 IisLogsFormat= -IisWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH +IisWarnlistMethod=DELETE HEAD OPTIONS PUT PATCH TRACE IisWarnlistMethodUsed=false IisWarnlistURI=/robots.txt /../ /./ /.env /.htaccess /phpmyadmin /wp-admin /wp-content /wp-config.php /config.py /views.py /routes.py /stepu.cgi /cgi-bin IisWarnlistURIUsed=true