I'm using Apache so its the usual error of:
The server encountered an internal error or misconfiguration and was unable to complete your request
I think it might have something to do with the permission of the oracle directory.... Please help if you can | [reply] |
The *actual* message from the error_log is what everyone is looking for.
| [reply] |
| [reply] |
Hi ,
The Oracle Environment Parameters are not set from with in the CGI when called from HTML , I guess and hence get those Oracle env parameters in a file and require "./oraenv.pl"; in your CGI . This may help recognize the Oracle env. Also see the error message in web server log.
Regards ,
Padmaraj K.Shankar (Pad)
| [reply] |
The Oracle Environment Parameters are not set from with in the CGI when called from HTML , I guess and hence get those Oracle env parameters in a file and
require "./oraenv.pl";
in your CGI . This may help recognize the Oracle env. Also see the error message in web server log.
| [reply] |