[REBOL] recommend a REB friendly host Re:(3)

2000-04-04 Thread ingo

Hi Olivier,

login at http://freeadmin.prohosting.com/ then you'll get
info on where exactly your pages are located.

The following script works for me ...

#!/usr/home2/tobeone/html/rebol/rebol -cs
REBOL [
   Title: "CGI Test Script"
]
print "Content-Type: text/html^/"
print compose [
 HTML
 TITLE "CGI Info" /TITLE
 BODY 
 pre
 (mold system/options/cgi)
 /pre
 /BODY
 /HTML
]

I hope this helps,


Ingo

Those were the words of [EMAIL PROTECTED]:
 I'm interested in how you did it because I already have a Prohosting free
 account on thor.prohosting.com.
 
 I tried to upload rebol and a CGI script but it didn't work.
 Could you tell me in which directory you installed it, and send me a script
 that work ?
 Are you using a user.r file ?
 
 Olivier

--  _ ._
ingo@)|_ /|  _| _  We ARE all ONE   www._|_o _   _ ._ _  
www./_|_) |o(_|(/_  We ARE all FREE ingo@| |(_|o(_)| (_| 
http://www.2b1.de/Rebol/ ._|  ._|




[REBOL] recommend a REB friendly host Re:(3)

2000-04-03 Thread kracik

Hi,

actually I tried to write a small guide, but failed because I don't
know English well. I can send you the unfinished guide, if it is of any
use.

-- 
Michal Kracik

[EMAIL PROTECTED] wrote:
 
 I'm interested in how you did it because I already have a Prohosting free
 account on thor.prohosting.com.
 
 I tried to upload rebol and a CGI script but it didn't work.
 Could you tell me in which directory you installed it, and send me a script
 that work ?
 Are you using a user.r file ?
 
 Olivier
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, April 01, 2000 2:08 PM
 Subject: [REBOL] recommend a REB friendly host Re:
 
  Hi,
 
  it is possible to use the free web hosting service free.prohosting.com,
  you can run REBOL for BSDI there, though you have to upload it yourself.
  If you like the service, you can upgrade to their paid prohosting.com.
 
  Look at my test script at
  http://hammer.prohosting.com/~rebol/cgi-bin/cgitest.cgi
 
  --
  Michal Kracik
 
  [EMAIL PROTECTED] wrote:
  
   recommend a REB friendly host
  
   Howdy Guys,
  
   Can someone point me to someone reliable who can host my domain?  I
   think I remember some mention of Dreamhost.. I'd like it
   inexpensive, with cgi capabilities (of course) and, another of
   course, support the big bad REBOL.  What do you guys use?
  
   thanks!
  
   -t