I would like to test the existence of a file in my httpd.conf of Apache 2.4.
I use the tag like this :
<If "%{DocumentRoot}/maintenance.enable -f">
...code to execute ...
</If>
but my code is not good, apache's service doesn't want to start. I have read a lot of tutorials or docs on many sites but never found the answer :(
Please help me ...