Hi all,
I'm getting 500 errors when trying to upload a image file with the
django admin.
I think this has to do with user/group permissions on the media
directory (currently they are owned by lighttpd:lighttd)
Does anyone know what 'user' is being run to actually do the saves? I
think it's the ap
HI Thanks for the reply - I really appreciate it. The problem however
still occurs:
Here's whats happening:
1. user "apache" is added to group "lighttpd"
2. when I chmod 777 it seems to work
3. when I change the file permissions back and save using the django
admin the 500 errror occurs. but i t
Hey Just and update:
Apparently the mysite.fcgi file was not being automatically created
when I used the fcgi startup script to start the site. So I went into
the directory and did a `touch mysite.fcgi` then a good old chown
lighttd:lightd mysite.fcgi and it a magical thing happened - it
starte
Thanks again guys - you guys are awesome!
On Jun 26, 1:49 pm, Christian Markwart Hoeppner <[EMAIL PROTECTED]>
wrote:
> > Apparently the mysite.fcgi file was not being automatically created
> > when I used the fcgi startup script to start the site. So I went into
> > the directory and did a `touch
4 matches
Mail list logo