fix php
This commit is contained in:
parent
6103c6c272
commit
b707165a25
10 changed files with 19 additions and 19 deletions
|
@ -16,5 +16,5 @@ request_terminate_timeout = 0
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -22,5 +22,5 @@ catch_workers_output = yes
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -1030,7 +1030,7 @@ smtp_port = 25
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
; http://php.net/sendmail-path
|
; http://php.net/sendmail-path
|
||||||
sendmail_path = /home/sogun/bin/pipemail
|
sendmail_path = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
|
|
||||||
; Force the addition of the specified parameters to be passed as extra parameters
|
; Force the addition of the specified parameters to be passed as extra parameters
|
||||||
; to the sendmail binary. These parameters will always replace the value of
|
; to the sendmail binary. These parameters will always replace the value of
|
|
@ -16,5 +16,5 @@ request_terminate_timeout = 0
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -22,5 +22,5 @@ catch_workers_output = yes
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -1065,7 +1065,7 @@ smtp_port = 25
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
; http://php.net/sendmail-path
|
; http://php.net/sendmail-path
|
||||||
sendmail_path = /home/sogun/bin/pipemail
|
sendmail_path = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
|
|
||||||
; Force the addition of the specified parameters to be passed as extra parameters
|
; Force the addition of the specified parameters to be passed as extra parameters
|
||||||
; to the sendmail binary. These parameters will always replace the value of
|
; to the sendmail binary. These parameters will always replace the value of
|
||||||
|
@ -1327,7 +1327,7 @@ session.save_handler = files
|
||||||
; where MODE is the octal representation of the mode. Note that this
|
; where MODE is the octal representation of the mode. Note that this
|
||||||
; does not overwrite the process's umask.
|
; does not overwrite the process's umask.
|
||||||
; http://php.net/session.save-path
|
; http://php.net/session.save-path
|
||||||
session.save_path = "/home/sogun/jopixel/webserver/sessions"
|
session.save_path = "{{.chezmoi.homeDir}}/jopixel/webserver/sessions"
|
||||||
|
|
||||||
; Whether to use strict session mode.
|
; Whether to use strict session mode.
|
||||||
; Strict session mode does not accept an uninitialized session ID, and
|
; Strict session mode does not accept an uninitialized session ID, and
|
|
@ -22,5 +22,5 @@ catch_workers_output = yes
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -1066,7 +1066,7 @@ smtp_port = 25
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
; http://php.net/sendmail-path
|
; http://php.net/sendmail-path
|
||||||
sendmail_path = /home/sogun/bin/pipemail
|
sendmail_path = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
|
|
||||||
; Force the addition of the specified parameters to be passed as extra parameters
|
; Force the addition of the specified parameters to be passed as extra parameters
|
||||||
; to the sendmail binary. These parameters will always replace the value of
|
; to the sendmail binary. These parameters will always replace the value of
|
||||||
|
@ -1328,7 +1328,7 @@ session.save_handler = files
|
||||||
; where MODE is the octal representation of the mode. Note that this
|
; where MODE is the octal representation of the mode. Note that this
|
||||||
; does not overwrite the process's umask.
|
; does not overwrite the process's umask.
|
||||||
; http://php.net/session.save-path
|
; http://php.net/session.save-path
|
||||||
session.save_path = "/home/sogun/jopixel/webserver/sessions"
|
session.save_path = "{{.chezmoi.homeDir}}/jopixel/webserver/sessions"
|
||||||
|
|
||||||
; Whether to use strict session mode.
|
; Whether to use strict session mode.
|
||||||
; Strict session mode does not accept an uninitialized session ID, and
|
; Strict session mode does not accept an uninitialized session ID, and
|
|
@ -22,5 +22,5 @@ catch_workers_output = yes
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
|
@ -1088,7 +1088,7 @@ smtp_port = 25
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
; http://php.net/sendmail-path
|
; http://php.net/sendmail-path
|
||||||
sendmail_path = /home/sogun/bin/pipemail
|
sendmail_path = {{.chezmoi.homeDir}}/bin/pipemail
|
||||||
|
|
||||||
; Force the addition of the specified parameters to be passed as extra parameters
|
; Force the addition of the specified parameters to be passed as extra parameters
|
||||||
; to the sendmail binary. These parameters will always replace the value of
|
; to the sendmail binary. These parameters will always replace the value of
|
||||||
|
@ -1350,7 +1350,7 @@ session.save_handler = files
|
||||||
; where MODE is the octal representation of the mode. Note that this
|
; where MODE is the octal representation of the mode. Note that this
|
||||||
; does not overwrite the process's umask.
|
; does not overwrite the process's umask.
|
||||||
; http://php.net/session.save-path
|
; http://php.net/session.save-path
|
||||||
session.save_path = "/home/sogun/jopixel/webserver/sessions"
|
session.save_path = "{{.chezmoi.homeDir}}/jopixel/webserver/sessions"
|
||||||
|
|
||||||
; Whether to use strict session mode.
|
; Whether to use strict session mode.
|
||||||
; Strict session mode does not accept an uninitialized session ID, and
|
; Strict session mode does not accept an uninitialized session ID, and
|
Loading…
Add table
Reference in a new issue