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

[REBOL] Re: Having trouble getting my rebol cgi setup

From: rgaither:triad:rr at: 8-Feb-2001 8:16

>I realized that I was less than clear when I talked about restarting Apache. >I should have said to restart it after making changes in the httpd.conf >file. I suspect you knew that that was what I meant.
Yes, not a problem.
>And, to be sure that I am understanding, is the REBOL script in the cgi-bin >directory? And is that where the Perl script is also? I assumed they were.
They are.
>Save the httpd.conf and start/restart Apache. Check your script. If it >doesn't work, try the following VERY simple script "clock.r" (or "clock.cgi" >if preferred) saved in the cgi-bin directory (which is presumably where the >Perl script resides): > >#!c:/apps/rebol/view/rebol -cs >REBOL [Title: "Clock"] >print "Content-Type: text/html^/" >print ["The time is now" now/time] > >Good luck and let us know what you find.
Will do. I do have Elan's book so I will crack that open as well to see what I'm missing. Thanks, Rod. Rod Gaither Oak Ridge, NC - USA [rgaither--triad--rr--com]