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 it works like it should. RewriteCond %{REQUEST_URI} !=/server-status Thanks for the help! On Wed, Jun 12, 2013 at 12:57 PM, Mike Rumph <mike.ru...@oracle.com> wrote: > 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 6/12/2013 8:08 AM, David Guerra wrote: > > 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 > fix. > > [root@stark /]# httpd -v > Server version: Apache/2.2.3 > Server built: May 13 2013 18:01:57 > > I've tried a basic yum reinstall httpd and that did not resolve the > issue. > > Do you guys have any ideas on what may be happening? > > Thanks, > David > www.frustratedtech.com > > > -- Take Care, David Guerra http://frustratedtech.com/