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

allow getting apc stats only from localhost

parent 29f692fc
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