Re: Cannot configure apache to run my django site

2011-03-15 Thread Tomas Neme
> I'm updating the mod_ right now that fixed it. Thank you all -- "The whole of Japan is pure invention. There is no such country, there are no such people" --Oscar Wilde |_|0|_| |_|_|0| |0|0|0| (\__/) (='.'=)This is Bunny. Copy and paste bunny (")_(") to help him gain world domination. -- Yo

Re: Cannot configure apache to run my django site

2011-03-15 Thread Tomas Neme
With LogLevel debug: [Tue Mar 15 18:50:46 2011] [warn] mod_wsgi: Compiled for Python/2.6.5. [Tue Mar 15 18:50:46 2011] [warn] mod_wsgi: Runtime using Python/2.6.6. [Tue Mar 15 18:50:46 2011] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.3 with Suhosin-Patch mod_wsgi/3.2 Python/2.6.6 configure

Re: Cannot configure apache to run my django site

2011-03-15 Thread Graham Dumpleton
Set LogLevel directive in Apache configuration to 'info' so that mod_wsgi logs more about what it is doing and whether a request even hits mod_wsgi. I would suggest you request is not even finding the server. Do you see anything for your requests in the Apache access log? Graham On Tuesday, Ma

Re: Cannot configure apache to run my django site

2011-03-15 Thread Sergiy Khohlov
Upgrade module to the version 2.6.6 2011/3/15 Tomas Neme : > I usually don't send formatted email, but needed to clarify what's code and > what's not > > I'm trying to get apache to run my django site at django.tomasneme.com.ar > and the requests are timing out. There's nothing in apache's or th