under Apache + PHP as module you can set
php_value post_max_size 8M
inside a .htaccess.
How can I do this under Apache + PHP-FPM?
I'm using the FastCgiExternalServer directive, but want to keep the functionality within the .htaccess file (if possible).
Thank you!
php-fcgi-starterwhich probably is what you are looking for: howtoforge.com/… - arkascha