Subversion Repositories configs

Rev

Rev 194 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 194 Rev 195
Line 418... Line 418...
418
 
418
 
419
; Default Value: nothing is defined by default except the values in php.ini and
419
; Default Value: nothing is defined by default except the values in php.ini and
420
;                specified at startup with the -d argument
420
;                specified at startup with the -d argument
421
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
421
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
422
;php_flag[display_errors] = off
422
;php_flag[display_errors] = off
423
php_admin_value[error_log] = /var/log/php-fpm/www-error.log
423
;php_admin_value[error_log] = /var/log/php-fpm/www-error.log
424
php_admin_flag[log_errors] = on
424
php_admin_flag[log_errors] = on
425
;php_admin_value[memory_limit] = 128M
425
;php_admin_value[memory_limit] = 128M
426
 
426
 
427
; Set the following data paths to directories owned by the FPM process user.
427
; Set the following data paths to directories owned by the FPM process user.
428
;
428
;