<IfModule mod_php5.c>
  php5_value memory_limit 20M
</IfModule>
<IfModule mod_php4.c>
  php_value memory_limit 20M
</IfModule>