Hi,

I'm trying to start a project using fastcgi and am having some
problems.  (mod_python doesn't want to build on this Solaris 8 box for
some reason.)

The current problem I'm facing is that the generated manage.py script
doesn't have a runfcgi option.  When I try "./manage.py runfcgi" it
doesn't recognize the command:

$ ./manage.py runfcgi method=threaded host=127.0.0.1 port=3033
Error: Your action, 'runfcgi', was invalid.
Run "./manage.py --help" for help.
$ ./manage.py -h | grep -i cgi
$

Version info:

apache-2.0.59

mod_fastcgi-2.4.2 (installed as a DSO)

$ python
Python 2.4.4 (#1, Nov 29 2006, 16:02:45)
[GCC 2.95.2 19991024 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import flup
>>> flup.__file__
'/usr/local/python-2.4.4/lib/python2.4/site-packages/flup-0.5-r2126-py2.4.egg/flup/__init__.pyc'
>>> import django
>>> django.__path__
['/usr/local/python-2.4.4/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django']
>>> ^D

Any ideas?

Thanks!

Jacob


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to