Installare un ambiente LAMP: Linux, Apache2, SSL, MySQL, PHP5: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Riga 247: Riga 247:
<pre>
<pre>
<Files *.php>
<Files *.php>
     SetOutputFilter PHP
     # Da Debian Wheezy
     SetInputFilter PHP
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
   
    # Fino a Debian Squeeze
    #SetOutputFilter PHP
     #SetInputFilter PHP
   
     LimitRequestBody 524288
     LimitRequestBody 524288
</Files>
</Files>