|
I have the MRTG+RRD+Routers2+Apache,and when all installation done,the indexing page of my web is ok.However,when I hyperlink to /routers2.cgi,I got the 403 permission forbidden error.
Forbidden
You don't have permission to access /routers2.cgi on this server.
I've set all the variables in httpd.conf as follows:
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin"
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
AddHandler cgi-script .cgi .pl
Can someone please help me out?
|