我想在Apache 2.4的httpd.conf中测试一个文件的存在.
我使用这样的标签:
<If "%{DocumentRoot}/maintenance.enable -f"> ...code to execute ... </If>
但我的代码不好,apache的服务不想启动.我在很多网站上阅读了很多教程或文档,但从未找到答案:(
请帮我 ...
apache if-statement httpd.conf
apache ×1
httpd.conf ×1
if-statement ×1