Skip to content
Snippets Groups Projects
Commit 05e9c7c4 authored by shammash's avatar shammash Committed by agata
Browse files

allow getting apc stats only from localhost

parent 923ed365
Branches
Tags
No related merge requests found
......@@ -64,5 +64,11 @@ RewriteRule . index.php [L]
# .git doesn't exist
RedirectMatch 404 /\\.git(/|$)
# allow gathering stats only from localhost
<Files apc_stats_r2mon.php>
Order Allow,Deny
Allow from 127.0.0.1
</Files>
# END noblogs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment