# Load the module first LoadModule php4_module extramodules/libphp4.so # Set it to handle the files AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps # Fix some bugs # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # Load the module first LoadModule php5_module modules/libphp5.so # Set it to handle the files AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps # Fix some bugs # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since # keep this the same size as post_max_size in php.ini # LimitRequestBody 8388608 RequestHeader unset If-Modified-Since