Correction : etc/php5/fpm/php.ini : commentaires .
authorJulien Moutinho <julm+burette@autogeree.net>
Tue, 19 Mar 2013 11:01:03 +0000 (12:01 +0100)
committerJulien Moutinho <julm+burette@autogeree.net>
Tue, 19 Mar 2013 11:01:03 +0000 (12:01 +0100)
etc/php5/fpm/php.ini

index 43566a8..6e1ddfc 100644 (file)
@@ -22,7 +22,8 @@ apc.rfc1867_prefix = "upload_"
 apc.shm_segments = 1
 apc.shm_size = 256M
 apc.slam_defense = 1
-apc.stat = 0 # NOTE: set to 1 when developping
+apc.stat = 0
+; NOTE: set to 1 when developping
 apc.stat_ctime = 0
 apc.ttl = 3600
 apc.use_request_time = 1
@@ -126,7 +127,7 @@ file_uploads = On
 html_errors = On
 ignore_repeated_errors = Off
 ignore_repeated_source = Off
-ignore_user_abort = Off # ; DEFAULT:
+ignore_user_abort = Off
 implicit_flush = Off
 log_errors = On
 log_errors_max_len = 1024