nope when i do that it runs the server but the html calling page just waits
and waits as it tries to contact the server
i also tried just the & without the null stuff and it does the same thing
At 04:13 PM 8/28/00 -0700, you wrote:
> > How do I make the thing run resident so I can start or st
You may have to put it in a shell wrapper using nohup and
putting it in background. The telnet session sends a HUP signal on disconnect
and this is killing your server. You can also put the shell script in the boot
startup directory with start/stop args then write your cgi to execute the scri
Jeff,
This one can be started and stopped. It also traps any errors in the forever loop,
making it somewhat impervious. Also note the complete lack of security.
--Ryan
rebol [
Title: "Even More Slightly Upgraded SID Server"
]
running: FALSE
listen-port: open/lines tcp://:8080
max-sid: "5000