Marcello has asked for the wisdom of the Perl Monks concerning the following question:
When run from the command-line, all works fine. But when I access the script using the webbrowser and Apache, the perl script is started but hangs on the backticks statement. The file permissions of the Perl script are ok, and also Apache is using the correct user and group while executing the Perl script.my @lines = `ps x`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Backticks with Apache hang
by jbrugger (Parson) on Oct 13, 2005 at 10:48 UTC | |
|
Re: Backticks with Apache hang
by da_kow (Novice) on Oct 13, 2005 at 16:11 UTC | |
by Marcello (Hermit) on Oct 14, 2005 at 10:34 UTC |