Like here:
Code:
<Location '/seperate_directory'>
php_value upload_max_filesize 128M
php_value post_max_size 128M
LimitRequestBody 134217728
</Location>
This means that these directives are valid only for the directory
seperate_directory in the site's document root.