Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:install550 [2021/01/18 15:51]
joebordes [Requirements]
en:install550 [2021/03/24 18:13] (current)
joebordes
Line 43: Line 43:
 |register_globals|off| |register_globals|off|
 |request_order|GP| |request_order|GP|
 +
 +<WRAP center round info 85%>
 +The maximum size of file uploads is defined by the PHP **upload_max_filesize** directive. Remember to set this variable to accommodate the file size you need to upload. coreBOS has a Global Variable that can limit the upload BELOW this directive, never above, PHP defines the maximum limit.
 +
 +I normally set this variable to 32Mb
 +</​WRAP>​
  
 <WRAP center round info 85%> <WRAP center round info 85%>
Line 52: Line 58:
 suhosin.request.max_vars = 8000</​code>​ suhosin.request.max_vars = 8000</​code>​
  
-After this you must restart your apache server.+After thisyou must restart your apache server.
 </​WRAP>​ </​WRAP>​