lundi 17 septembre 2018

Apache httpd.conf If statement

In my httpd.conf i have the following code:

<If "%{REQUEST_METHOD}=='GET'">
    #LOGGER HERE
</If>

I want to see if the if statement is executed whenever i send a Get. To see that,I want to write in access.log a string. Can someone help me to do that? Thank you!

Aucun commentaire:

Enregistrer un commentaire