我已经做过这个和其他的尝试,但对我没有用:
<IfModule mod_ssl.c>
<VirtualHost *:443>
...
setEnvIf Request_URI "refresh.*" dontlog
CustomLog /home/alan/logs/apache.log common env=!dontlog
...
</VirtualHost>
</IfModule>
apache.log obs 中的这一行:refresh.php 文件后面的数字是动态的
123.123.123.123 - - [25/Sep/2021:06:54:41 -0300] "GET /test1/test2/refresh.php?_=1632563669417 HTTP/2.0" 200 75 "https://abc.def.com/index.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4636.22 Safari/537.36"
大家有什么建议吗?谢谢!