[users@httpd] service httpd fullstatus

2013-06-12 Thread David Guerra
Hello, I'm having an issue where when calling apachectl fullstatus I'm actually downloading a text version of the website homepage instead of actually showing the status information. I'm unsure what changes have occurred recently, but this really is an odd issue that I can't find information to

Re: [users@httpd] service httpd fullstatus

2013-06-12 Thread Mike Rumph
Hello David, What is the variable STATUSURL set to in your apachectl script? - http://httpd.apache.org/docs/2.2/programs/apachectl.html#options What server-status settings do you have in your configuration? - http://httpd.apache.org/docs/2.2/mod/mod_status.html#enable Thanks, Mike On

Re: [users@httpd] service httpd fullstatus

2013-06-12 Thread David Guerra
Mike, You set me in the correct direction. The site is running drupal and has these rewrite rules. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] I added the following and now

Re: [users@httpd] service httpd fullstatus

2013-06-12 Thread David Guerra
For anyone else's info, I posted about the issue here with how I was able to fix it. http://frustratedtech.com/post/52800628881/service-httpd-fullstatus-not-providing-the-correct On Wed, Jun 12, 2013 at 1:23 PM, David Guerra imdavidgue...@gmail.comwrote: Mike, You set me in the correct