Tim Shaffer wrote:
> 1. Is the domain setup with "FastCGI Support?" in the Dreamhost Panel?
Yes.
> 2. Are the permissions on django.fcgi set to 755?
Yep.
> Post the last 10 lines or so of ~/logs/yoursite.com/http/error.log This
> will show any errors that were produced by django.fcgi
Here, I
It shouldn't. Here are a couple other things to check, just in case
it's something simple.
1. Is the domain setup with "FastCGI Support?" in the Dreamhost Panel?
2. Are the permissions on django.fcgi set to 755?
Post the last 10 lines or so of ~/logs/yoursite.com/http/error.log This
will show a
Tim Shaffer wrote:
> Here is my .htaccess file... let me know if you have any questions.
OK, my django.fcgi and .htaccess are *exactly* like yours (with
slightly adjusted paths), and still, it doesn't work :( It just stalls
for a long time and then apache throws Internal Server Error.
Does .bash
Here is my .htaccess file... let me know if you have any questions.
AddHandler fastcgi-script .fcgi
RewriteEngine On
RewriteRule ^(media/.*) - [L]
RewriteCond %{REQUEST_URI} !(django.fcgi)
RewriteRule ^(.*)$ django.fcgi/$1 [L]
--~--~-~--~~~---~--~~
You received t
Tim Shaffer wrote:
> Just for reference, here is what my django.fcgi looks like if you want
> to compare.
>
> flup-r2028 holds the flup source, django-0.95 holds the django source,
> and django_projects holds all my projects.
>
> [snip]
This looks nice, many thanks! Can you *please* post your .ht
I am using Dreamhost and just recently switched from the "old" way to
the "new" way that uses flup. I haven't had any problems.
It's hard to tell where your problem is occurring without seeing any
errors... can you check the server logs and post the error?
Just for reference, here is what my dja
6 matches
Mail list logo