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

[REBOL] server redirect rebol in CGI mode

From: warp::reboot::ch at: 6-Oct-2001 19:15

Hello all 8) I have a little problem: when I do a server redirect in a cgi, everything goes fine but the process that sent the redirect doesn't quit. any idea how to quit or kill that process ? code: #!/Users/dRUId/rebol/CORE/rebol -cs rebol [] http-redir: func [url] [ print join "Location: " url print join "Expires: 0" newline quit ] http-redir http://10.0.0.22/r/van3/vanilla.r Thank you and have a nice day Will Arp [warp--reboot--ch]