[REBOL] Creating Servers in Rebol on Linux Re:(4)

2000-08-31 Thread webmaster
best bet was starting the thing as a cron thanks for the help! Jeff Rubin, CTO & Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

[REBOL] Creating Servers in Rebol on Linux Re:(3)

2000-08-28 Thread kevin
On Mon, 28 Aug 2000 [EMAIL PROTECTED] wrote: > 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 You say the server runs. What happens if you t

[REBOL] Creating Servers in Rebol on Linux Re:(2)

2000-08-28 Thread webmaster
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

[REBOL] Creating Servers in Rebol on Linux Re:(2)

2000-08-28 Thread christmn
script with a stop or start directive. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 28, 2000 4:13 PM Subject: [REBOL] Creating Servers in Rebol on Linux Re: > How do I make the thing run resident so I can start or stop

[REBOL] Creating Servers in Rebol on Linux Re:

2000-08-28 Thread kevin
> How do I make the thing run resident so I can start or stop it via remote cgi? > > Right now, I must telnet in and run manually, if I close telnet client, > server shuts down. When you start your script, you should detach it from the console so that when you log out the process continues run

[REBOL] Creating Servers in Rebol on Linux Re:(2)

2000-08-28 Thread ryanc
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

[REBOL] Creating Servers in Rebol on Linux Re:

2000-08-28 Thread ryanc
[EMAIL PROTECTED] wrote: > I asked this before to no avail. > > The SID-SERVER from the Official Guide or any server for that matter > created in Rebol and to be run on Linux. > > How do I make the thing run resident so I can start or stop it via remote cgi? What is the best way to peel an ora