Line 477: |
Line 477: |
| db accounts setprop ibayname variable value | | db accounts setprop ibayname variable value |
| signal-event ibay-modify ibayname | | signal-event ibay-modify ibayname |
− | <br />
| |
| | | |
| + | ==== Apache server-manager (httpd-admin) ==== |
| {| width="100%" cellspacing="0" cellpadding="5" border="1" | | {| width="100%" cellspacing="0" cellpadding="5" border="1" |
| |+Affected file: /etc/httpd/conf/httpd.conf | | |+Affected file: /etc/httpd/conf/httpd.conf |
Line 485: |
Line 485: |
| !Default | | !Default |
| |- | | |- |
− | |AllowUrlfOpen | + | |PermitPlainTextAccess |
− | |AllowUrlfOpen | + | | |
− | |disabled, set to enabled | + | |no |
− | |-
| |
− | |MemoryLimit
| |
− | |MemoryLimit
| |
− | |disabled, set a M as unit, eg 64M
| |
− | |-
| |
− | |UpMaxFileSize
| |
− | |UpMaxFileSize
| |
− | |disabled, set a M as unit, eg 64M
| |
− | |-
| |
− | |PostMaxSize
| |
− | |PostMaxSize
| |
− | |disabled, set a M as unit, eg 64M
| |
| |- | | |- |
− | |MaxExecTime | + | |ValidFrom |
− | |MaxExecTime | + | | |
− | |disabled, set time in second without units, eg 60 or unlimited | + | |ip/mask coma separated list |
− | |} | + | |}''Usage'' |
− | | |
− | ==== Apache server-manager (httpd-admin) ====
| |
− | ''Usage'' | |
| db configuration setprop httpd-admin variable value | | db configuration setprop httpd-admin variable value |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
Line 880: |
Line 865: |
| | | |
| ==== Php ==== | | ==== Php ==== |
| + | see [[PHP]] page for all the available options |
| + | |
| ''Usage'' | | ''Usage'' |
| db configuration setprop php variable value | | db configuration setprop php variable value |
Line 915: |
Line 902: |
| |} | | |} |
| ''Don't forget "M" unit because you get a lot of httpd errors and apache can't start!'' | | ''Don't forget "M" unit because you get a lot of httpd errors and apache can't start!'' |
| + | |
| + | |
| + | {| width="100%" cellspacing="0" cellpadding="5" border="1" |
| + | |+Affected file: /etc/php-fpm.d/{ibays.conf,www.conf,custom.conf} and /etc/e-smith/templates/etc/httpd/conf/httpd.conf/ |
| + | !Variable |
| + | !Target |
| + | !Default |
| + | |- |
| + | |AllowUrlFopen |
| + | |AllowUrlfOpen |
| + | |disabled, set to enabled |
| + | |- |
| + | |MemoryLimit |
| + | |MemoryLimit |
| + | |disabled, set a M as unit, eg 64M |
| + | |- |
| + | |UpMaxFileSize |
| + | |UpMaxFileSize |
| + | |disabled, set a M as unit, eg 64M |
| + | |- |
| + | |PostMaxSize |
| + | |PostMaxSize |
| + | |disabled, set a M as unit, eg 64M |
| + | |- |
| + | |MaxExecTime |
| + | |MaxExecTime |
| + | |disabled, set time in second without units, eg 60 or unlimited |
| + | |} |
| | | |
| ==== Virtual Private Network (VPN) (pptpd) ==== | | ==== Virtual Private Network (VPN) (pptpd) ==== |