This is a discussion on cgi does not work an apache 2.20 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi at all, I have installed the bugzilla-system 2.20 on my x86-WinXP-Home Notebook but I don'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
Lucky-Joe wrote:
> 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. What is the permission of the bugzilla directory ? > > > > ---------------------------------------------------------------------------*----- > > > > Apache/1.3.34 Server at www.myDomain.de Port 80 > __________________________________________________ __________________ > > > regards > Joe > |
| Thread Tools | |
| Display Modes | |
|
|