*** 1. What is the Apache configuration you are using for mod_wsgi?

>>> You need to copy ALL relevant lines out of your apache httpd.conf file
and paste them here. Anything that starts with WSGI and your entire
VirtualHost directive.


*** 2. What is the URL you are using to make requests against the
application?

>>> Simple enough.  Make sure it is the exact URL.  Can you serve static
content off the same Domain by changing it to something like
http://10.18.4.245 <http://10.18.4.245/mysite/test>/static.html (assuming
you placed static.html in your docroot)


*** 3. Do you have an existing AddHandler for .py extension denoting it is a
cgi-script?

>>> Again, copy ALL relevant lines from your apache configuration.


*** 6. Have you tried with a hello world WSGI application rather than
some fat Python web application/framework with lots of dependencies?

>>> Django does not qualify as a "hello world WSGI app".  Take a look at
http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines for an example
Hello World configuration.


-JG


Problem was with apache. It was build with no thread support.
>
> 1. I didn't understand question. What actually did you want to know?
> Httd.conf file content?
> 2. Something like http://10.18.4.245/mysite/test. I'm use mod_wsgi
> with Django.
> 3. No.
> 4. Yes.
> 5. My OS is FreeBSD.
> 6. No, I tried Django.
>
> --
>
>

--

You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.


Reply via email to