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

allow getting apc stats only from localhost

parent 32b3268a
No related branches found
No related tags found
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