Re: Django - CGI

2006-11-04 Thread Salvatore
I can't see how to use those handler. I guess I have to use the AddHandler directive, but how do I call my app ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: Django - CGI

2006-11-04 Thread Salvatore
Grazie Antonio :-) --~--~-~--~~~---~--~~ 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 PROTE

Re: Django - CGI

2006-11-04 Thread Antonio Cavedoni
On 5 Nov 2006, at 0:44, Salvatore wrote: > How can I run it as CGI ? I’m quoting off this page: http://code.djangoproject.com/wiki/ServerArrangements [[[ Running Django as a traditional CGI is possible and would work the same as running any other sort of Python CGI script, but is generally

Django - CGI

2006-11-04 Thread Salvatore
I have follow the "polls" tutorial in /home/Salvatore/www/mysite which contains : -rw-r--r-- 1 Salvatore Salvatore0 2006-11-05 00:17 __init__.py -rw-r--r-- 1 Salvatore Salvatore 118 2006-11-05 00:18 __init__.pyc -rwxr-xr-x 1 Salvatore Salvatore 546 2006-11-05 00:17 manage.py drwxr-xr-x