diff --git a/templates/etc-php5-apache2-php.ini b/templates/etc-php5-apache2-php.ini
index 48afb63331d7f64cf5b2b16f6d4f88d1813cdac4..2fff5f522d0957cddae66c4b079b92de0622e886 100644
--- a/templates/etc-php5-apache2-php.ini
+++ b/templates/etc-php5-apache2-php.ini
@@ -716,7 +716,7 @@ default_mimetype = "text/html"
 ; to disable this feature. If post reading is disabled through
 ; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.
 ; http://php.net/always-populate-raw-post-data
-;always_populate_raw_post_data = On
+always_populate_raw_post_data = -1
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;