Hello, I am trying to attach files to a ticket. When I do so, I get the following error in my browser Request Entity Too Large The requested resource /attachment/ticket/1/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
I am able to attach files that are *very* small (under 100k). I am running trac 0.11.5 on Debian etch, installed with easy_install Here are my settings: trac.ini [attachment] max_size = -1 trac.conf (virtual server conf) LimitRequestBody 536870911 I am able to upload large files via PHP and other apps, so I doubt its my apache server. Is this a bug in this version? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=.
