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

allow getting apc stats only from localhost

parent d2bb335a
No related branches found
No related tags found
1 merge request!3Noblogs 5.4
......@@ -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