On Sun, Nov 13, 2005 at 08:08:29PM +0200, Abdallah Deeb wrote: > Jean-Paul, > > Thank you, we're heading somewhere... now it's serving the HTML files > correctly, but PHP scripts die with a: > CGI Script Error > Premature end of script headers.
It may be that the twisted.web CGI module doesn't expect non-unix line endings. You'll probably need to dig in the source a little if you are stuck. -Andrew. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
