Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

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

From: kevin:sunshinecable at: 28-Aug-2000 19:23

On Mon, 28 Aug 2000 [webmaster--SILICONSPECIES--COM] 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 try to telnet into the port that the server is bound to? ie: %telnet localhost 80 ...if the server is bound to the standard http port. Does your server script respond in the manner you are expecting? Kev