我最近使用
在我的Mac上更新为php 7.3curl -s https://php-osx.liip.ch/install.sh | bash -s 7.3
并配置 httpd.conf 来加载新的php7模块。一切正常,没有问题。除了 error_log 。我的文件充满了:
[Thu Feb 21 11:52:00.811832 2019] [authz_core:debug] [pid 2201] mod_authz_core.c(806): [client 127.0.0.1:54738] AH01626: authorization result of Require all granted: granted, referer: http:
[Thu Feb 21 11:52:00.812331 2019] [authz_core:debug] [pid 2201] mod_authz_core.c(806): [client 127.0.0.1:54738] AH01626: authorization result of <RequireAny>: granted, referer: http:
[Thu Feb 21 11:52:00.812422 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812455 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812482 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812509 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812535 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812561 2019] [:debug] [pid 2201] mod_hfs_apple2.c(363): [client 127.0.0.1:54738] mod_hfs_apple: compare_paths
[Thu Feb 21 11:52:00.812586 2019] [:debug] [pid 2201] mod_hfs_apple2.c(384): [client 127.0.0.1:54738] mod_hfs_apple: Final check co
[Thu Feb 21 11:52:00.812648 2019] [:debug] [pid 2201] mod_hfs_apple2.c(397): [client 127.0.0.1:54738] mod_hfs_apple: Allowing acces
我在虚拟主机的httpd.conf和httpd-vhosts.conf中将 LogLevel 设置为 info ,但是没有任何反应。
我不知道如何阻止他们。