-> Hi all, I'm new to the list, and to Quixote. -> -> I'm in the process of developing a complex web application, and have -> looked at using Zope and Ruby on Rails, but found both to be -> inadequate to my database's needs. Having just found out about -> Quixote, I'm giving it a try. However, I'm having some trouble getting -> it to work. -> -> I've followed the directions for using both SCGI and CGI with Apache, -> but no matter what I do, I'm getting 500 errors. I'm trying to use the -> demo app that comes with Quixote 1.2. I've also written a couple of -> other .cgi scripts that also are not working. -> -> Can someone point me to a properly configured Apache httpd.conf that -> will allow me to run Quixote? My (Apache1) SCGI conf is as simple as this:SCGIServer 127.0.0.1 4000 SCGIHandler On and then I run 'demo_scgi.py' to serve pages. If Apache is actually connecting to SCGI (i.e. no pause before error message) then you should look at the demo_scgi.py screen to see what errors pop up there. For the CGI scripts, check out the Apache error_log to see what errors come up & send them on the list. cheers, --titus