This is a discussion on Apache configuration for Bugzilla, how give CGI exec permission (win32) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi to all i have a simple server setup on my win2k server i have a directory (bugzilla) that is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi to all
i have a simple server setup on my win2k server i have a directory (bugzilla) that is ooutside "htdocs" folder. I need to give it CGI exec permission so i have added the followinf directory: Alias /bugzilla/ "C:/Programmi/Apache Group/Apache2/bugzilla/" <Directory "C:/Programmi/Apache Group/Apache2/bugzilla"> AddHandler cgi-script .cgi Options +Indexes +ExecCGI #Options Indexes ExecCGI DirectoryIndex index.cgi AllowOverride Limit </Directory> now i can fetch the files inside the directory through the web: http://mydomain/bugzilla/filename.jpg but if i give only: http://mydomain/bugzilla/ i get an "internal server error" with a perl script of test (distribuited with bugzilla) i see that the problem is the missing permission to exec CGI... However i don't understand what i miss... can anyone give me a hint? |
|
|||
|
"Davide C" <davide@tor.it> schreef in bericht
news:Xns967F6D82D7D7CDavideC@81.174.12.30... > i have a directory (bugzilla) that is outside "htdocs" folder. > I need to give it CGI exec permission so i have added the followinf > directory: > > Alias /bugzilla/ "C:/Programmi/Apache Group/Apache2/bugzilla/" > <Directory "C:/Programmi/Apache Group/Apache2/bugzilla"> > AddHandler cgi-script .cgi > Options +Indexes +ExecCGI > #Options Indexes ExecCGI > DirectoryIndex index.cgi > AllowOverride Limit > </Directory> > now i can fetch the files inside the directory through the web: > http://mydomain/bugzilla/filename.jpg > > but if i give only: > http://mydomain/bugzilla/ > i get an "internal server error" > > with a perl script of test (distribuited with bugzilla) i see that the > problem is the missing permission to exec CGI... .... more likely the script cannot found your perl.exe because the first line -starting #!- is holding a pointer in unix-style. Reading may start here http://httpd.apache.org/docs-2.0/mod...erpretersource HansH |
|
|||
|
"HansH" <hans@niet.op.het.net> in
news:42bbcc31$0$37849$e4fe514c@news.xs4all.nl: > Reading may start here > http://httpd.apache.org/docs-2.0/mod...erpretersource thanks for the fast reply i had problem to reach apache.org (my ISP DNS go really down....) however i'll go and crawl apache installed documentation...may be i'm missing something odd D |
| Thread Tools | |
| Display Modes | |
|
|