On Fri, May 06, 2005 at 11:13:49AM -0700, vincent delft wrote: -> -> I'm trying to use the same httpd.conf as given with -> mod_scgi doc, but don't work ;-(. -> -> Here after an extract of the config: -> " -> # Apache2 example ->-> SetHandler scgi-handler -> SCGIServer localhost:3000 -> SCGIHandler On -> Options -Multiviews -> ->-> SCGIHandler Off -> ->-> SCGIHandler Off -> -> " -> -> My quixote url works (but without css and images) -> -> Indeed, when I want to access my images (or css) files -> i receive a quixote message saying that page is not -> found: -> "Page not found: /qxnews/images/logo.png: directory ->has no -> component 'images'" So isn't the problem in Apache/mod_scgi, rather than Quixote? We run it just fine, but we don't try to turn off the handler rule for specific subdirectories, which looks like the problem here. Quixote should never get /qxnews/css requests, right? --titus