in reply to cgi script is not running from browser but runs from command line
This may not be related to your issues, but always run scripts from the command line as your cgi user. The default on Apache is "nobody". The reason for this is that the environment is completely different (and very restricted) for the nobody user.
Once you are sure that all else is equal between the command line and the browser, you'll be in a better position to understand your problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi script is not running from browser but runs from command line
by supi (Initiate) on Dec 15, 2010 at 17:01 UTC | |
by ChuckularOne (Prior) on Dec 15, 2010 at 18:38 UTC | |
by supi (Initiate) on Dec 20, 2010 at 16:55 UTC | |
by supi (Initiate) on Dec 20, 2010 at 18:04 UTC |