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

[REBOL] Re: AW: Re: Trying to get Rebol CGI working on my website

From: petr:krenzelok:trz:cz at: 19-Mar-2003 10:52

Ohlsson, Dominique wrote:
>Hi, > >I can confirm I have exactly the same problem (Apache and Windows NT) >(...file being pushed to the browser as if it were a .txt file.) >
Strange - I have Apache 2.0 + Rebol cgi on W2K and XP set in three to five minutes, including Apache install ;-) I don't use .r extension though, I just name my scripts .cgi ... no special need to explicitly define other stuff in httpd.conf. # # "C:/Program Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # <Directory "C:/ms-intranet/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> I sometimes found similar problem - debugging my scripts under windows, then moving them to linux ... it was caused by some ugly hidden line terminators ... new CGI article at RT's website suggest read and save cgi script on particular platform, that may help .... -pekr-