The following reply was made to PR config/1300; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: "girish k." <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: config/1300: Internal server problem Date: Wed, 22 Oct 1997 14:40:43 -0600 (MDT) That is still most likely due to a bug in your CGI. Apache is more advanced than Netscape's server in several ways so it makes flaws in CGIs more apparent. The error in your logs is being output straight from your perl script, so there is no way Apache can cause that. You may have environment variables or something configured differently on the other server or, if it is a physically different box, you likely don't have the same perl modules installed on this one. If you can't run it from the command line without getting errors from perl, you won't be able to run it from any server. On Wed, 22 Oct 1997, girish k. wrote: > Hi, > > I think my CGI script does not have any problem. Because, the same > application > runs WITHOUT any problems on Netscape Enterprise Server. I ported this > appication on to Apache server & I'm getting 'Internal Server Error', not > consistently thogh. Some times it works fine, some times it does not. > > thanks, > Girish > > -- > Girish K >
