You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
hi there, finally i got my djangoproject running on apache server after 3 days of thinking and googling.. i should say, linux folder hierarchie is sometimes not really intuitive to grasp..
my last problem though: i created a folder outside of the docroot and now all files are there. so good so far. but, when i try to upload some file thru filezilla, it says 550 could change to folder or something like this..
is it possible to confiure it so that i can directly upload the site and apache finds it?
thanks
Nikolas Stevenson-Molnar
unread,
May 14, 2012, 9:30:10 PM5/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
You'll get used to the Linux folder structure ;)
As for your problem, it sounds like your FTP user doesn't have
filesystem permissions to the folder you're trying to upload to. I would
change either owner or group for the folder.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi Nik, thanks for help, but look, is it possible to configure the httpd.conf or anything which is responsible for upcoming files so that all files which i upload thru filezilla comes directly to that new folder i created for my djangoproject code to live? or do i have to copy files everytime from the folder which gets the uploaded files thru filezilla to my django folder?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
You would configure the FTP daemon to allow that, yes. I use rsync or scp and make sure the user I'm SSH-ing as has RW permissions on the desired folder.