Jump to content
Pugna

.htaccess disable access logging

Recommended Posts

Un mic trick in .htaccess ca sa dezactivati logging-ul pentru un anume fisier pe care-l accesati (ex: shell php).


SetEnvIf Request_URI "^/dir/file\.php$" dontlog
<Limit GET POST HEAD>
order deny,allow
deny from all
allow from 127.0.0.1 (or the remote ip of the server).
</Limit>

first rule disabbles access logs for the file.

Second only allows a request by the server itself.

Edited by Pugna
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...