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

[REBOL] Re: Testing REBOL CGI under Win95

From: sanghabum:aol at: 11-Jun-2001 5:53

Hi Scott, Geza,
> I went through my httpd.conf file to find anything relevant. I placed my > comments in parenthesis for adding additional comments to Apache comments. > Their comments are helpful, but sometimes leave out exactly how or why to
do
> something, so I tried to add that back in. The httpd.conf file can now be > conveniently reached from the Start menu <snip>
I installed Apache (1.3.19 running under Win/98), and made just the two changes that Andrew suggests in "Rebol: The Official Guide". Apache hasn't skipped beat since. His changes are: apache/conf/httpd.conf file: from: Options Indexes FollowSymLinks MultiViews to: Options Indexes FollowSymLinks MultiViews ExecCGI from: #AddHandler cgi-script .cgi to: AddHandler cgi-script .r (note uncommenting of second change) Hope that helps, Colin.