When using the moin.fcg (appropriately adjusted for the installation)
from version 1.9.2, the fastcgi process fails to start correctly.

If I use the moin.fcg from 1.9.1 (on an otherwise 1.9.2 installation)
then it starts and runs correctly.

This is being run as a static fastcgi configuration, launched from
daemontools, using command line:-
        moin.fcg  --port 3012 --interface=127.0.0.1

The failing process logs the following on start:-
  2010-03-06 16:56:31,521 MoinMoin.log INFO using logging configuration read 
from "/usr/share/moin/config/logging/stderr"
  WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI!
  WSGIServer: missing FastCGI param SERVER_NAME required by WSGI!
  WSGIServer: missing FastCGI param SERVER_PORT required by WSGI!
  WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI!
  2010-03-06 16:56:31,785 MoinMoin.config.multiconfig INFO using farm config: 
/var/www/moin/conf/farmconfig.pyc
  Status: 404 NOT FOUND
  Content-Type: text/html
  
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <title>404 Not Found</title>
  <h1>Not Found</h1>
  <p>No wiki configuration matching the URL found!</p>

So it appears to be immediately attempting to decode a request rather
than just starting a listener.

I did try having FCGI_FORCE_CGI set to N - this made no difference.

        Nigel.
--
[ Nigel Metheringham             nigel.methering...@intechnology.com ]
[ - Comments in this message are my own and not ITO opinion/policy - ]


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to