View Single Post

  #1 (permalink)  
Old 01-01-2006
Lucky-Joe
 
Posts: n/a
Default cgi does not work an apache 2.20

Hi at all,


I have installed the bugzilla-system 2.20 on my x86-WinXP-Home Notebook

but I don't get the system working.
I am not a professional in webbased applications so I may be make
beginner-mistakes :-(
I configured the apache-system an it works well but I will not get the
cgi-system work, but i configured it as described in apache-docs.


__________________________________________________ __________________
http.conf:


Alias /bugzilla "f:/Data/Downloads/Bugzilla/bugzilla-2.20"


<Directory "/bugzilla">
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
__________________________________________________ __________________


and the error is displayed as:


---------------------------------------------------------------------------*-----



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



---------------------------------------------------------------------------*-----



Apache/1.3.34 Server at www.myDomain.de Port 80
__________________________________________________ __________________


regards
Joe