Changes

From SME Server
Jump to navigationJump to search
Line 264: Line 264:  
   sv t httpd-e-smith
 
   sv t httpd-e-smith
   −
Sidenote: To see how to change file size limits for other applications, see here: http://wiki.contribs.org/Email#Set_max_email_size
+
++ If you are using [[PHP Software Collections]], use this code. If you are using different PHP-SCL version other than php71, you can replace that section with version you are using for your Wordpress iBay.<syntaxhighlight>
 
+
db configuration setprop php71 MemoryLimit 128M
++ If you are using [[PHP Software Collections]], use this code. If you are using different PHP-SCL version than php56, you can replace that section with version you are using for your Wordpress iBay.<syntaxhighlight>
+
db configuration setprop php71 PostMaxSize 112M
db configuration setprop php56 MemoryLimit 128M
+
db configuration setprop php71 UploadMaxFilesize 96M
db configuration setprop php56 PostMaxSize 112M
  −
db configuration setprop php56 UploadMaxFilesize 96M
   
signal-event php-update
 
signal-event php-update
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
Side note: To see how to change file size limits for other applications, see here: http://wiki.contribs.org/Email#Set_max_email_size
    
Good Luck
 
Good Luck
175

edits

Navigation menu