freePBX 2.2.1 System Recordings Upload with 40 MB tweaks?

Hi folks,

I have installed freePBX 2.2.1 with Ubuntu Dapper 6.06 following the perfect docu from rob http://www.aussievoip.com/wiki/freePBX-Ubuntu.

works perfect !!!

To increase the file uploads to 40 MB I have tried these tweaks :

[code:1]

make tweeks for php to allow for file uploads

perl -p -i.bak -e ‘s/upload_max_filesize.*$/upload_max_filesize = 40M/’ /etc/php5/apache2/php.ini

perl -p -i.bak -e ‘s#AddType application/x-httpd-php-source .phps#AddType application/x-httpd-php-source .phps\nLimitRequestBody 40000000#’ /etc/apache2/mods-available/php5.conf

[/code:1]

I cannot upload any files with this size.

After a long time there the button: Please wait until the Page reloads
disappears, but there is no new file.

Any Ideas ?

Greetings from Germany,

Martin