Re: SCGI + Quixote, Location / ?
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
This works for me: <VirtualHost kyd.mems-exchange.org:89> SCGIMount / 127.0.0.1:3000 </VirtualHost> and starting quixote/server/scgi_server.py with no arguments. This is with apache 1.3, quixote 2.1, scgi 1.5. I do see the error you see when the SCGIMount directive is not in a VirtualHost.