durusmail: quixote-users: mod_scgi 1.2 and Apache2.0.53
mod_scgi 1.2 and Apache2.0.53
2005-05-06
2005-05-06
2005-05-06
2005-05-06
2005-05-06
2005-05-07
2005-05-07
2005-05-11
2005-05-11
mod_scgi 1.2 and Apache2.0.53
vincent delft
2005-05-06
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'"


I've tried with "/" at the end of Location (like
Location "/qxnews/css/"), but not working either.
(I stop and start apache after each modification)
(I'm sure the config is read because I receive error
when I'm doing an syntax error in the config)


return of my scgi server is:
"
bash-2.05b$ python scgi_server.py --factory
run.create_publisher --script-name /qxnews
factory:run.create_publisher,host:localhost,port:3000,script-
name:/qxnews,max_childeren:5
Initialasing DB connection
"

I've tried with scrip-name /qxnews/


I'm lost!!!  What's the rule ?
Is there any one running mod_scg1.2 and apache2.0.x on
production machine ?
Is there any production machines with Quixote 2 ?


Vincent



Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html
reply