BINGO.

Thanks! The newbie didn't think of the syntax error being in the file,
thought it was in httpd.conf. Found it, fixed it, all is well. I'm
sure I'll be posting more.

Thanks for the help again,
Bradley

On Wed, Jul 7, 2010 at 10:06 AM, Nuno Maltez <nuno.li...@gmail.com> wrote:
> 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
> <bradle...@aggiemail.usu.edu> 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 django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> django-users+unsubscr...@googlegroups.com.
>> 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 django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to