Thu, 10 Aug 2006

Settings for uploads using PHP/Apache

In Apache httpd.conf, add the following:

    ..... other directives .....
   
       
           php_value post_max_size "71M"
           php_value upload_max_filesize "70M"
           php_value memory_limit "70M"
       
   

Posted at: 21:36 | category: /configure | Comments ()