|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Error while browsing index.cgi
Hi all,
I am using Windows 2003 server Bugzilla - 2.22.1 MySql - 4.1.22 (Essentials) ActivePerl - 5.8.8.819 Apache - 2.0.58 And I have done all the settings as mentioned at "" Every thing is going fine, But while I am trying to access the home page (Default page i.e. index.cgi) it gives Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin (AT) bugzillaserver (DOT) com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. And into the log file I got : [Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system cannot find the path specified. : couldn't create child process: 720003: index.cgi [Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system cannot find the path specified. : couldn't spawn child process: C:/Bugzilla/index.cgi What should I do to overcome this, please help me to solve this Thanks in Advance Parag support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#2
|
|||
|
|||
|
Error while browsing index.cgi
I'm receiving this same error while trying to install Bugzilla. I do notice
that if, in httpd.conf, I comment out the line "AddHandler cgi-script .cgi" then instead of the error where it couldn't find index.cgi, I get the contents of the file index.cgi in my browser (IE). So in that instance it has found the file. I too am following "" and have made the proper changes (I believe!) to the registry so that Apache uses Perl to execute .cgi files. My system is Windows Xp Bugzilla 2.20.3 ActivePerl 5.8.8.819 Apache 2.2.3 Thanks for any help you can provide. Charlie <paragpvaidya (AT) gmail (DOT) comwrote in message news:1162304534.068864.161080@ Hi all, I am using Windows 2003 server Bugzilla - 2.22.1 MySql - 4.1.22 (Essentials) ActivePerl - 5.8.8.819 Apache - 2.0.58 And I have done all the settings as mentioned at "" Every thing is going fine, But while I am trying to access the home page (Default page i.e. index.cgi) it gives Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. > Please contact the server administrator, admin (AT) bugzillaserver (DOT) com and inform them of the time the error occurred, and anything you might have done that may have caused the error. > More information about this error may be available in the server error log. And into the log file I got : > [Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system cannot find the path specified. : couldn't create child process: 720003: index.cgi [Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system cannot find the path specified. : couldn't spawn child process: C:/Bugzilla/index.cgi > What should I do to overcome this, please help me to solve this > Thanks in Advance Parag support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#3
|
|||
|
|||
|
Error while browsing index.cgi
Duh!!
Typo in the registry entry. I corrected it and all is well! "CharlieS" <Charlie_Santos (AT) msn (DOT) comwrote in message @mozilla.org I'm receiving this same error while trying to install Bugzilla. I do notice that if, in httpd.conf, I comment out the line "AddHandler cgi-script .cgi" then instead of the error where it couldn't find index.cgi, I get the contents of the file index.cgi in my browser (IE). So in that instance it has found the file. > I too am following "" and have made the proper changes (I believe!) to the registry so that Apache uses Perl to execute .cgi files. > My system is Windows Xp Bugzilla 2.20.3 ActivePerl 5.8.8.819 Apache 2.2.3 > Thanks for any help you can provide. > Charlie > <paragpvaidya (AT) gmail (DOT) comwrote in message news:1162304534.068864.161080@ >Hi all, >I am using >Windows 2003 server >Bugzilla - 2.22.1 >MySql - 4.1.22 (Essentials) >ActivePerl - 5.8.8.819 >Apache - 2.0.58 >And I have done all the settings as mentioned at >"" >Every thing is going fine, But while I am trying to access the home >page (Default page i.e. index.cgi) >it gives > >Internal Server Error >The server encountered an internal error or misconfiguration and was >unable to complete your request. >> >Please contact the server administrator, admin (AT) bugzillaserver (DOT) com and >inform them of the time the error occurred, and anything you might have >done that may have caused the error. >> >More information about this error may be available in the server error >log. > >And into the log file I got : >> >[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >cannot find the path specified. : couldn't create child process: >720003: index.cgi >[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >cannot find the path specified. : couldn't spawn child process: >C:/Bugzilla/index.cgi > >> >What should I do to overcome this, >please help me to solve this >> >Thanks in Advance >Parag >> > support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#4
|
|||
|
|||
|
Error while browsing index.cgi
Can you please tell me what changes you have made in the registry to
run this. Because I have done following, but still it's not working HKEY_CLASSES_RT\.cgi\Shell\ExecCGI\Command key :- C:\Perl\bin\perl.exe -T please reply CharlieS wrote: Duh!! Typo in the registry entry. I corrected it and all is well! > "CharlieS" <Charlie_Santos (AT) msn (DOT) comwrote in message @mozilla.org I'm receiving this same error while trying to install Bugzilla. I do notice that if, in httpd.conf, I comment out the line "AddHandler cgi-script .cgi" then instead of the error where it couldn't find index.cgi, I get the contents of the file index.cgi in my browser (IE). So in that instance it has found the file. > I too am following "" and have made the proper changes (I believe!) to the registry so that Apache uses Perl to execute .cgi files. > My system is Windows Xp Bugzilla 2.20.3 ActivePerl 5.8.8.819 Apache 2.2.3 > Thanks for any help you can provide. > Charlie > <paragpvaidya (AT) gmail (DOT) comwrote in message news:1162304534.068864.161080@ >Hi all, >I am using >Windows 2003 server >Bugzilla - 2.22.1 >MySql - 4.1.22 (Essentials) >ActivePerl - 5.8.8.819 >Apache - 2.0.58 >And I have done all the settings as mentioned at >"" >Every thing is going fine, But while I am trying to access the home >page (Default page i.e. index.cgi) >it gives > >Internal Server Error >The server encountered an internal error or misconfiguration and was >unable to complete your request. >> >Please contact the server administrator, admin (AT) bugzillaserver (DOT) com and >inform them of the time the error occurred, and anything you might have >done that may have caused the error. >> >More information about this error may be available in the server error >log. > >And into the log file I got : >> >[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >cannot find the path specified. : couldn't create child process: >720003: index.cgi >[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >cannot find the path specified. : couldn't spawn child process: >C:/Bugzilla/index.cgi > >> >What should I do to overcome this, >please help me to solve this >> >Thanks in Advance >Parag >> > > support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#5
|
|||
|
|||
|
Error while browsing index.cgi
Those are exactly the changes I made (except I initially typed a semi-colon
rather than a colon!). <paragpvaidya (AT) gmail (DOT) comwrote in message news:1162820869.291749.73830@ Can you please tell me what changes you have made in the registry to run this. Because I have done following, but still it's not working HKEY_CLASSES_RT\.cgi\Shell\ExecCGI\Command key :- C:\Perl\bin\perl.exe -T > please reply > > > CharlieS wrote: > >Duh!! >Typo in the registry entry. I corrected it and all is well! >> >"CharlieS" <Charlie_Santos (AT) msn (DOT) comwrote in message >@mozilla.org >I'm receiving this same error while trying to install Bugzilla. I do >notice that if, in httpd.conf, I comment out the line "AddHandler >cgi-script .cgi" then instead of the error where it couldn't find >index.cgi, I get the contents of the file index.cgi in my browser (IE). >So >in that instance it has found the file. >> >I too am following "" >and >have made the proper changes (I believe!) to the registry so that >Apache >uses Perl to execute .cgi files. >> >My system is >Windows Xp >Bugzilla 2.20.3 >ActivePerl 5.8.8.819 >Apache 2.2.3 >> >Thanks for any help you can provide. >> >Charlie >> ><paragpvaidya (AT) gmail (DOT) comwrote in message >news:1162304534.068864.161080@ >>Hi all, >>I am using >>Windows 2003 server >>Bugzilla - 2.22.1 >>MySql - 4.1.22 (Essentials) >>ActivePerl - 5.8.8.819 >>Apache - 2.0.58 >>And I have done all the settings as mentioned at >>"" >>Every thing is going fine, But while I am trying to access the home >>page (Default page i.e. index.cgi) >>it gives >> >>Internal Server Error >>The server encountered an internal error or misconfiguration and was >>unable to complete your request. >>> >>Please contact the server administrator, admin (AT) bugzillaserver (DOT) com and >>inform them of the time the error occurred, and anything you might >>have >>done that may have caused the error. >>> >>More information about this error may be available in the server error >>log. >> >>And into the log file I got : >>> >>[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >>cannot find the path specified. : couldn't create child process: >>720003: index.cgi >>[Tue 31 19:42:22 2006] [error] [client 127.0.0.1] (S 3)The system >>cannot find the path specified. : couldn't spawn child process: >>C:/Bugzilla/index.cgi >> >>> >>What should I do to overcome this, >>please help me to solve this >>> >>Thanks in Advance >>Parag >>> >> >> support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#6
|
|||
|
|||
|
apache,CGI,BUgzilla,windows,perl....i have same problem
Hi please help me..
i'm trying to install bugzilla 3.0.2 on apache 2.2 on windows XP professional. i'm using perl 5.8.8 build822. i'm getting the following error and tried almost all ways to fix but still it remains same. please help me to getting out of this situation. [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] Premature end of script headers: index.cgi [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] Base class package "Lire::ChartType" is empty.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] (Perhaps you need to 'use' the module which defines that package first.)\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] at Bugzilla/Auth/Login/Stack.pm line 5\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] BEGIN failed--compilation aborted at Bugzilla/Auth/Login/Stack.pm line 5.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] Compilation failed in require at Bugzilla/Auth.pm line 35.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 35.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] Compilation failed in require at Bugzilla.pm line 31.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] BEGIN failed--compilation aborted at Bugzilla.pm line 31.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] Compilation failed in require at C:/DManager/index.cgi line 34.\r [Mon Dec 24 14:47:33 2007] [error] [client 10.253.20.173] BEGIN failed--compilation aborted at C:/DManager/index.cgi line 34.\r thanks in advance Sasi |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Mozilla > Error while browsing index.cgi |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|