Re: Django 0.95 on Dreamhost

2006-08-24 Thread Gábor Farkas
Apple wrote: >> hmm.. let's try the following. >> >> 1. take the 2 files attached to this email. >> >> 2. put them to some folder on dreamhost that's accessible from the outside. >> >> 3. now go to that folder using your browser. >> >> 4. click on the test.fcgi file >> >> >> does it work? >> >> ga

Re: Django 0.95 on Dreamhost

2006-08-24 Thread Apple
> hmm.. let's try the following. > > 1. take the 2 files attached to this email. > > 2. put them to some folder on dreamhost that's accessible from the outside. > > 3. now go to that folder using your browser. > > 4. click on the test.fcgi file > > > does it work? > > gabor I have tried your meth

Re: Django 0.95 on Dreamhost

2006-08-16 Thread fiore.mlist
gi/$1 [L] Good luck. Apple wrote: > Hi has anyone tried running Django 0.95 on Dreamhost? I only tried to > setup a simple project following the dreamhost's wiki. I am getting a > string index out of range exception on common.py: > > -- error messages -- &

Re: Django 0.95 on Dreamhost

2006-08-16 Thread fiore.mlist
Sorry. I should have been more clear. The rules which now seem to be working for me are the ones that I posted in my previous message. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Django 0.95 on Dreamhost

2006-08-16 Thread Gábor Farkas
Apple wrote: > >> generally this means that you should put in some url-rewriting... > > Do you mean url rewriting in my url.py or in my .htacess? > > I've tried removing the .htacess file and directly accessing the fcgi > file. It still generates a 500 Error. At this point I have not a clue >

Re: Django 0.95 on Dreamhost

2006-08-15 Thread Apple
> generally this means that you should put in some url-rewriting... Do you mean url rewriting in my url.py or in my .htacess? I've tried removing the .htacess file and directly accessing the fcgi file. It still generates a 500 Error. At this point I have not a clue what this error implicates

Re: Django 0.95 on Dreamhost

2006-08-14 Thread Apple
> i know this sounds stupid, but could you start from the beginning again, > and try it exactly like Jeff's tutorial says? I tried this approach. I followed every step from Jeff's tutorial (even with same subdomain and directories for django projects & src etc). At the end I still get the same

Re: Django 0.95 on Dreamhost

2006-08-14 Thread gabor
Apple wrote: > >>> python hello.fcgi > output: > WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI! > WSGIServer: missing FastCGI param SERVER_NAME required by WSGI! > WSGIServer: missing FastCGI param SERVER_PORT required by WSGI! > WSGIServer: missing FastCGI param SERVER_PROTOC

Re: Django 0.95 on Dreamhost

2006-08-14 Thread Apple
> generally this means that you should put in some url-rewriting... hm.. maybe this has something to do with it. I got the following warnings prior to the index exception WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI! WSGIServer: missing FastCGI param SERVER_NAME required by

Re: Django 0.95 on Dreamhost

2006-08-14 Thread Gábor Farkas
Apple wrote: > Hi has anyone tried running Django 0.95 on Dreamhost? I only tried to > setup a simple project following the dreamhost's wiki. I am getting a > string index out of range exception on common.py: hi, generally this means that you should put in some url-rewriting...

Re: Django 0.95 on Dreamhost

2006-08-13 Thread Jay Parlar
On 8/13/06, Apple <[EMAIL PROTECTED]> wrote: > > Hi has anyone tried running Django 0.95 on Dreamhost? I only tried to > setup a simple project following the dreamhost's wiki. I am getting a > string index out of range exception on common.py: I don't see anything

Django 0.95 on Dreamhost

2006-08-13 Thread Apple
Hi has anyone tried running Django 0.95 on Dreamhost? I only tried to setup a simple project following the dreamhost's wiki. I am getting a string index out of range exception on common.py: -- error messages --