Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Feb 27, 2015 4:26 pm 
Offline
Senior Newbie

Joined: Mon Sep 29, 2014 7:42 pm
Posts: 7
Ubuntu 14.04, Apache2

Server directs everything over to ssl / 443

My Longview for Apache is giving me fits:

Code:
Unable to access local server status for Apache at https://127.0.0.1/server-status?auto: 500 write failed: Bad file descriptor


I've followed the instructions on https://www.linode.com/docs/platform/longview/longview-app-for-apache but I can't seem to make it work.

The instructions say to alter the httpd.conf file, but I can't find that file on the server. The equivalent seems to be /etc/apache2/sites-enabled/default-ssl.conf

I've added the following text to the configuration file, reloaded apache and longview

Quote:
<IfModule mod_status.c>
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
</IfModule>


But the error remains.

If the /etc/apache2/sites-enabled/default-ssl.conf is not the right file, can someone tell me which one it is? I've also tried the 000-default.conf.

what am I missing?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group