/etc/httpd/conf/httpd.conf:

<Directory "/var/www/html">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

There are no 404's though, because I get the sidebar with the list of monitored 
hosts, but just the "broken page" icon on the right:
[cid:image001.png@01CF4CF1.E13C52D0]

/Kjetil

From: smokeping-users-bounces+kt=avis...@lists.oetiker.ch 
[mailto:smokeping-users-bounces+kt=avis...@lists.oetiker.ch] On Behalf Of Paul 
Mansfield
Sent: 31. mars 2014 14:41
To: smokeping-users@lists.oetiker.ch
Subject: Re: [smokeping-users] New browsers do not show graphs

(I restored the list as a recipient; see far below for Kjetil's response direct 
to me)

I think you must have set up web server incorrectly. Here's some bits of my 
apache vhost config

        DocumentRoot /usr/local/smokeping/htdocs
        <Directory      /usr/local/smokeping/htdocs>
                Options +ExecCGI
                Addhandler fcgid-script *
                Order           allow,deny
                Allow from      192.168.0.0/24<http://192.168.0.0/24>
                DirectoryIndex  smokeping.fcgi
        </Directory>

        Alias   /cache   /usr/local/smokeping/cache
        <Directory      /usr/local/smokeping/cache>
                Allow from      all
        </Directory>

That should stop a bunch of the 404s. Don't forget to kill all the fcgi 
processes after reloading apache ("apachectl graceful" for example).


On 31 March 2014 13:09, Thorstensen, Kjetil <k...@avis.no<mailto:k...@avis.no>> 
wrote:
There are quite a lot of these messages in error_log - but they refer to the 
server where I am able to see graphics as well as the PC where I can't - below:

[Mon Mar 31 14:01:45 2014] [error] [client 10.99.24.125] script not found or 
unable to stat: /var/www/cgi-bin/cropper, referer: 
http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External

In access_log it looks like this:
10.99.24.125 - - [31/Mar/2014:14:06:49 +0200] "GET 
/cgi-bin/smokeping.cgi?target=RAC.External HTTP/1.1" 200 6899 
"http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External"; "Mozilla/5.0 
(Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/33.0.1750.154 Safari/537.36"
10.99.24.125 - - [31/Mar/2014:14:06:49 +0200] "GET 
/cgi-bin/cropper/lib/scriptaculous.js?load=builder,dragdrop HTTP/1.1" 404 310 
"http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External"; "Mozilla/5.0 
(Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/33.0.1750.154 Safari/537.36"
10.99.24.125 - - [31/Mar/2014:14:06:49 +0200] "GET 
/cgi-bin/cropper/lib/prototype.js HTTP/1.1" 404 306 
"http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External"; "Mozilla/5.0 
(Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/33.0.1750.154 Safari/537.36"
10.99.24.125 - - [31/Mar/2014:14:06:49 +0200] "GET /cgi-bin/cropper/cropper.js 
HTTP/1.1" 404 300 
"http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External"; "Mozilla/5.0 
(Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/33.0.1750.154 Safari/537.36"
10.99.24.125 - - [31/Mar/2014:14:06:49 +0200] "GET 
/cgi-bin/cropper/smokeping-zoom.js HTTP/1.1" 404 307 
"http://10.99.20.91/cgi-bin/smokeping.cgi?target=RAC.External"; "Mozilla/5.0 
(Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/33.0.1750.154 Safari/537.36"



Kind regards
/Kjetil

From: 
smokeping-users-bounces+kt=avis...@lists.oetiker.ch<mailto:avis...@lists.oetiker.ch>
 
[mailto:smokeping-users-bounces+kt<mailto:smokeping-users-bounces%2Bkt>=avis...@lists.oetiker.ch<mailto:avis...@lists.oetiker.ch>]
 On Behalf Of Paul Mansfield
Sent: 31. mars 2014 12:59
To: smokeping-users@lists.oetiker.ch<mailto:smokeping-users@lists.oetiker.ch>
Subject: Re: [smokeping-users] New browsers do not show graphs


what do you see in the web logs when using a "broken" browser?

<<inline: image001.png>>

_______________________________________________
smokeping-users mailing list
smokeping-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to