[REBOL] Re: slightly offtopic about aeforum on apache...
From: SunandaDH:aol at: 4-Jul-2003 16:21
Tom:
> I noticed that none of the AEforum*.r scripts are executable, and none
> have a bang path. should I fix this? Otherwise, how do the scripts
> know that rebol is supposed to execute them?
You should have a shebang at the start of each CGI script: something like:
#!/rebol/rebol -cs
or wherever REBOL is installed.
Then, if you haven't already, you need to tell Apache that it is allowed to
execute cgi programs: Add ExecCGI to the Options line in the Conf file.
And that should do it!
Sunanda.