[smokeping-users] Re: error while open smokeping in web

edy edy at pln-jatim.co.id
Wed Apr 28 18:42:24 MEST 2004


i have follow your suggestion, but now when i open in web, it says :

Forbidden
You don't have permission to access /smokeping/smokeping.cgi on this 
server.

i have check my smokeping.cgi:

# ls -al
total 8
drwxr-xr-x  4 root  daemon   512 Apr 17 21:25 .
drwxr-xr-x  8 root  daemon   512 Apr 17 21:03 ..
drwxr-xr-x  3 root  daemon   512 Apr 17 21:51 data
drwxr-xr-x  2 root  daemon   512 Apr 17 21:03 images
-r--r--r--  1 root  daemon  3085 Apr 26 05:41 smokeping.cgi


any suggestion again ?

-----Original Message-----
From: Scott Schappell <archon at silvertree.org>
To: smokeping-users at list.ee.ethz.ch
Date: Tue, 27 Apr 2004 15:32:48 -0700
Subject: [smokeping-users] Re: error while open smokeping in web

> edy wrote:
> 
> >now when i open smokeping.cgi in the web, it open a download window
> which 
> >offer me to download file smokeping.cgi from my server.
> >
> >  
> >
> OK, I found a few things that may be contributing to the problem:
> 
> Change
> Alias /images /var/www/htdocs/smokeping/images
> 
> TO
> 
> Alias /smokeimg /var/www/htdocs/smokeping/images
> 
> Change these lines:
> 
> # To use CGI scripts:
> #
> #AddHandler cgi-script .cgi
> 
> TO
> 
> # To use CGI scripts:
> #
> AddHandler cgi-script .cgi
> 
> Change:
> <Directory "/var/www/htdocs">
> #
> # This may also be "None", "All", or any combination of "Indexes",
> # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
> #
> # Note that "MultiViews" must be named *explicitly* --- "Options All"
> # doesn't give it to you.
> #
> Options Indexes FollowSymLinks
> 
> TO
> 
> 
> <Directory "/var/www/htdocs">
> #
> # This may also be "None", "All", or any combination of "Indexes",
> # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
> #
> # Note that "MultiViews" must be named *explicitly* --- "Options All"
> # doesn't give it to you.
> #
> Options Indexes FollowSymLinks ExecCGI
> 
> That should (big "S") get it working.
> 
> --
> Unsubscribe
> mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
> Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
> Archive     http://www.ee.ethz.ch/~slist/smokeping-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
> 


--
Unsubscribe mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the smokeping-users mailing list