Will,

Dmn, I was hoping you wouldn't ask -- actually we always run UV from
inetd.conf -- but I see no reason why you shouldn't be able to

#!/bin/sh
/usr/ibm/uv/bin/uv MYCGIPROGRAM

or even

#!/usr/ibm/uv/bin/uv MYCGIPROGRAM

Stdin/Stdout should get connected to the uv executables input and output.
I'm sure someone on the has list mentioned doing this previously.

The inetd.conf solution works nicely, use lines like:

www    stream    tcp    nowait    uvuser    /usr/ibm/uv/bin/uv    uv
MYHTTPSERVER

Where MYHTTPSERVER is a verb in the VOC of the root login account (the
process runs as uvuser, but starts in the root's account -- YMMV with
different versions of Unix/Inetd/XInetd).


Craig
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users

Reply via email to