Hi,

Are you sure the syntax error isn't in the wsgi file itself?
/Library/WebServer/testing123/apache/django.wsgi

Nuno

On Wed, Jul 7, 2010 at 3:02 PM, Bradley Hintze
<[email protected]> wrote:
> Hi all,
>
> I'm getting the following error n the apache error log:
>
> [Wed Jul 07 09:53:12 2010] [error] [client 152.16.223.251] mod_wsgi
> (pid=425): Exception occurred processing WSGI script
> '/Library/WebServer/testing123/apache/django.wsgi'.
> [Wed Jul 07 09:53:12 2010] [error] [client 152.16.223.251]   File
> "/Library/WebServer/testing123/apache/django.wsgi", line 9
> [Wed Jul 07 09:53:12 2010] [error] [client 152.16.223.251]
> [Wed Jul 07 09:53:12 2010] [error] [client 152.16.223.251]     ^
> [Wed Jul 07 09:53:12 2010] [error] [client 152.16.223.251]
> SyntaxError: invalid syntax
>
>
>
> Here is what I have in httpd.conf:
>
> #WSGI stuff
> WSGIScriptAlias / /Library/WebServer/testing123/apache/django.wsgi
>
> <Directory /Library/WebServer/testing123/apache>
> Order deny,allow
> Allow from all
> </Directory>
> #
>
> I am not seeing the 'invalid syntax.'
>
> Ane help would be appreciated
>
> --
> Bradley J. Hintze
> Graduate Student
> Duke University
> School of Medicine
> 801-712-8799
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" 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/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en.

Reply via email to