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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] 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:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/smokeping-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
