durusmail: quixote-users: Trouble with next step after demo
Trouble with next step after demo
Trouble with next step after demo
Neil Schemenauer
2004-03-10
On Wed, Mar 10, 2004 at 03:35:56PM +0900, Robert M. Anderson wrote:
> After verifying that the setup was working, I stopped both the scgi and
> httpd servers, changed the "qdemo" name to "site" in the httpd.conf,
> scgi_server.py, and __init__.py files, and changed the qdemo directory name
> to "site" as well.
>
> After re-starting the servers, I then get "page not found" errors.

If you replace "qdemo" with "site" that should just work.  It would
be helpful if you could figure out if the request was getting passed
to the scgi server or if Apache was the one returning the "page not
found" error.

You can also get Quixote out of the picture by using the simple SCGI
echo server that is part of scgi_server.py.  Just run:

    python scgi_server.py 

and then test from your browser.  If you get a response back (it
should be a plain text dump of the request) then the Apache
configuration is okay.  If you don't then probably the problem lies
with the Apache config.

HTH,

  Neil


reply