On Fri, Jul 09, 2004 at 11:00:50AM -0400, Neil Schemenauer wrote: > Hi Jason, > > Sorry that you are having problems. The Apache 2 module has not > been well tested yet and it appears as though it still has issues. > It may be a little while before I can make time to try to debug it > (we use Apache 1.3). > > I'm attaching a little CGI to SCGI adaptor that I wrote. We are > planning to use this for one of our sites. The performance is not > quite as good as mod_scgi but it's still pretty fast. > > You need to edit the code to set the port and host of the SCGI > server. Then compile like this: > > gcc -o mysite.cgi cgi2scgi.c > > You can then copy the .cgi executable to your Apache cgi-bin > directory. You also need to apply the attached patch to the > quixote_handler module. > > HTH, > > Neil neil, thanks for the help. i found the problem. one of the files (the .css file) was being loaded from a remote server. for some reason that caused the url to be truncated. i copied it to the localhost and i no longer get the error. by the way, where can i find a python-mode.el patched for editing ptl files? i saw greg ward made a patch in 2001, but is there a newer one available? jason