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

[REBOL] Re: CGI

From: jason::cunliffe::verizon::net at: 11-Apr-2002 22:43

Hi Ammon
> I have been attempting to set up REBOL to do GI for my Webserver (Apache) I > keep getting this error in the Apache Error Log: > > [Wed Apr 10 14:05:14 2002] [error] [client 172.30.8.19] Premature end of > script headers: /var/www/cgi-bin/login.r
That's almost certainly an Apache/Linux permissions problem. Search google for "Premature end of script headers" and you'll find a long line of people who have torn their hair out by that message.. You probably need to chmod, chown or chgrp your script and/or its folder. A brute force approach is to chown your script to apache or whatever it is running under. You can back off on that for more secure ways. I've had this problem when installing Vanilla on Linux. hth ./Jason