We Recommend

Pro Apache Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.


Posted By

buscarini on 05/28/08


Tagged


Versions (?)


Cambiar los límites de php para un sitio concreto (p.e. en Dreamhost)


Published in: Apache 


Hay que crear un fichero .htaccess que contenga este código

  1. php_value upload_max_filesize 75M
  2. php_value post_max_size 150M
  3. php_value memory_limit 170M

Report this snippet 

You need to login to post a comment.