Hi all,

I have the distinct non-pleasure of setting up Django with fastCGI
where I have no shell access and no ftp access below public_html..
The techs at my hosting provider are nice enough to send along the
fastCGI error output.

I am getting a very long set of errors from that.. .. a partial
listing:

OK.. so... is WSGIServer missing... related to Django, python or
apache?
and
typecast_... are these normal..?

Thanks very much for any assistance

Robert

# ./mysite.fcgi
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!
[27744] initpsycopg: initializing psycopg 2.0.5 (dt ext pq3)
[27744] typecast_init: initializing NUMBER
[27744] typecast_new: new type at = 0xb54f8300, refcnt = 1
[27744] typecast_new: typecast object created at 0xb54f8300
[27744] typecast_add: object at 0xb54f8300, values refcnt = 2
[27744] typecast_add:     adding val: 20
[27744] typecast_add:     adding val: 23
[27744] typecast_add:     adding val: 21
[27744] typecast_add:     adding val: 701
[27744] typecast_add:     adding val: 700
[27744] typecast_add:     adding val: 1700
[27744] typecast_add:     base caster: (nil)
[27744] typecast_init: initializing LONGINTEGER


--~--~---------~--~----~------------~-------~--~----~
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