Apache Mod-Status/server-status not working
-
I have this type of install (gave wordpress its own subdirectory):
http://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory
Took these three steps:
Changed my conf file:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from all
</Location>Added this to my .htaccess file (the one in the root as well as the one in the actual WP directory):
RewriteCond %{REQUEST_URI} !=/server-statusReloaded Apache.
But this does not work:
http://myserver.com/server-status
Any ideas?
The topic ‘Apache Mod-Status/server-status not working’ is closed to new replies.