[cgiwrap-users] forking not allowed?
Brought to you by:
nneul
From: Marten L. <le...@cn...> - 2001-11-14 17:48:57
|
Hello, even a small perl script showing the uptime is hanging: #!/usr/bin/perl print "Content-type: text/plain\n\n"; system("uptime"); I started the script in debug-mode: ... argv[0] = 'cgiwrapd' Executing '/vrmd/http/web/test.pl' Output of script follows: ===================================================== <nothing follows, but connection stays open> How can I configure cgiwrap to execute "uptime" or any other command? Regards Marten |