Changes

From SME Server
Jump to navigationJump to search
204 bytes added ,  00:38, 21 September 2019
m
Line 40: Line 40:  
     * - Enable Execution of dynamic content.  
 
     * - Enable Execution of dynamic content.  
 
     * - If you enable "Force secure connections" all connections will be forced to HTTPS
 
     * - If you enable "Force secure connections" all connections will be forced to HTTPS
         (Viewers will receive "Problem with websites security certificate" error message, unless you install trusted certificates. See [[Letsencrypt|HERE]])  
+
         (If "Force secure connections" is enabled, All Viewers will receive "Problem with websites security certificate" error message, unless you
 +
        install trusted certificates.  
 +
        You can ether purchase commercial certificate, which is recommended for large retail sites, or you can use free LetsEncrypt Contrib, See [[Letsencrypt|HERE]])  
    
'''<u>A2)</u>''' Issue a following command to enable PHP temporary upload folder in that iBay.(Change "iBay" to the name of your ibay and remove quote marks). Note you may have to add additional directories beyond what is shown here depending on the plugins you select. Take a look at /var/log/messages if something isn't working. PHP will issue warnings to that log file. Additional directories are added to the db accounts statement below by separating them with a colon.
 
'''<u>A2)</u>''' Issue a following command to enable PHP temporary upload folder in that iBay.(Change "iBay" to the name of your ibay and remove quote marks). Note you may have to add additional directories beyond what is shown here depending on the plugins you select. Take a look at /var/log/messages if something isn't working. PHP will issue warnings to that log file. Additional directories are added to the db accounts statement below by separating them with a colon.
Line 264: Line 266:  
   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>
 
  −
++ If you are using [[PHP Software Collections]], use this code. If you are using different PHP-SCL version than php71, you can replace that section with version you are using for your Wordpress iBay.<syntaxhighlight>
   
db configuration setprop php71 MemoryLimit 128M
 
db configuration setprop php71 MemoryLimit 128M
 
db configuration setprop php71 PostMaxSize 112M
 
db configuration setprop php71 PostMaxSize 112M
Line 272: Line 272:  
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