Changes

From SME Server
Jump to navigationJump to search
717 bytes added ,  00:07, 30 March 2014
no edit summary
Line 216: Line 216:     
   signal-event post-upgrade; signal-event reboot
 
   signal-event post-upgrade; signal-event reboot
 +
 +
 +
'''3) Increase file size limit in PHP.'''
 +
 +
This step is not necessary, you can do it if you need to upload files/ pictures larger than the default settings in php.
 +
 +
(Wordpress also has its own user upload limit settings, which need to be changed in wordpress dashboard, separately from PHP settings)
 +
 +
(Below can be done again if for some reason values need to be changed)
 +
 +
 +
  db configuration setprop php MemoryLimit 128M
 +
  db configuration setprop php PostMaxSize 112M
 +
  db configuration setprop php UploadMaxFilesize 96M
 +
  expand-template /etc/php.ini
 +
  sv t httpd-e-smith
 +
 +
Sidenote: To see how to change file size limits for other aplications, see here: http://wiki.contribs.org/Email#Set_max_email_size
 +
     
175

edits

Navigation menu