|
From: Dieter S. <dsi...@sq...> - 2001-08-13 17:17:13
|
Any web server capable of running perl scripts should work.
here is a fix for the zombie processes.
edit dnhttpd.pl
after $SIG{HUP} = \&recompile;
add
$SIG{CHLD} = IGNORE;
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=========== On a clear disk you can seek forever ===========
On Mon, 13 Aug 2001, Nicolas Lafferty wrote:
> I was wondering if i can use miniserv to run sql-ledger? I have had numerous
> problems installing sql-ledger and have yet to get it working. dnhttpd.pl
> creates many zombie processes and it was suggested by the admin to look into
> using miniserv.
>
> Thanks,
>
> Nick
>
>
>
|