[plt-scheme] req: rc script for web-server in (gentoo) linux
On Aug 21, Wouter VdB wrote:
> Hello all,
>
> I'm in the process of installing a Gentoo Linux box with PLT's
> web-server, but I'm having difficulties gettin the rc script right
> that should go in the /etc/init.d/ directory, and with which the
> web-server/daemon should be started/stopped on boot/shutdown (I will
> not use xinetd for this particular setup). Maybe one of you has such
> script handy?
You shouldn't use xinetd in any case since it doesn't make sense to
restart the whole thing on a query... In any case, I'm attaching the
script I'm using for my web-server -- it is pretty generic, so you can
simply edit it... (I think it has some minor problems, but the idea
should be clear.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scheme-webserver
Type: application/octet-stream
Size: 1805 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20030820/e393cfa4/attachment.obj>
-------------- next part --------------
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!