Maarten Koopmans wrote:
> 
> Hey,
> 
> The easiest way is to add a #! (shebang) line to your rebol scripts and
> givethem the extension .cgi
> 
> Forgot the httpd.conf trick as well....

If you wish to maintain the .r extension instead of the above .cgi
extension, append the following:

AddHandler cgi-script .r

Also remember to make the script o+rx by the apache user.  If you want
to run cgi from directories other than /cgi-bin you've a little more
magic to do. :)

Deryk

-- Binary/unsupported file stripped by Listar --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s
-- Desc: S/MIME Cryptographic Signature


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to