On Wed, 1 Aug 2001 12:05:05 -0400 , Ram Rangavajhula wrote:
>When I tried to run the perl file from the
>command prompt its executing correctly but the same file when tried to
>execute from the browser it says "500 Internal Server Error". And from log
>file what I can see is, "ORACLE_HOME environment variable is not set!". But
>when I execute a test perl program(without any DB connections) it executes
>normally.
In short: change of environment. Running as a CGI service is running as
a different user than running as yourself.
--
Bart.