Upload of file in issue fails
Added by Anonymous about 14 years ago
When i try to upload a file (no matter what size or format) i get an 500 internal server error page.
I do this in an environment of Debian 5.0, Apache 2 and Passenger.
When i do it via webrick the upload works fine.
Any suggestions? Thanks in advance.
Replies (2)
RE: Upload of file in issue fails - Added by Felix Schäfer about 14 years ago
Make sure the user redmine gets run by passenger as (not necessarily the same as the webserver) has write permissions to the files
directory.
RE: Upload of file in issue fails - Added by Anonymous about 14 years ago
That worked. I changed my owner and group of the directories and files to the same as Apache and in my virtual host i set PassengerUser and PassengerGroup to the same user.
Now file uploading isn´t a problem anymore :)