[rt-users] Problem with attachment size limits
Duncan Napier
dgnapier at sfu.ca
Thu May 29 16:04:15 EDT 2014
Hi,
I'm running RT 4.0.8, Apache 2.2.24, on CentOS 6.4 (final) with Mysql 5.1.67-1
I cannot attach files larger in size than a couple of hundred kb to tickets.
Yes ... I've changed made all the upload max size parameters that I'm aware of, restarted apache and restarted the server:
php.ini:
post_max_size = 8M
upload_max_filesize = 4M
conf.d/fcgid.conf:
FcgidMaxRequestLen 4000000
RT_SiteConfig.pm:
Set($MaxAttachmentSize, 10_000_000);
Set($DropLongAttachments, 10_000_000);
Problem persists. Anyone know what I'm missing here?
More information about the rt-users
mailing list