Changes between Version 10 and Version 11 of WordPress/MultiSite


Ignore:
Timestamp:
01/13/18 01:03:15 (6 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordPress/MultiSite

    v10 v11  
    9595
    9696== SSL certificates ==
    97 It's nowadays easy to get valid SSL certificates if you chose for letsencrypt.org certificates.
    98 The certificates are free, and renewal can be fully automated.
     97it's easiest to rely on Cloudflare's edge SSL certificates.
    9998
    100 {{{
    101 yum install certbot-apache
    102 }}}
    103 Make sure certbot can read the contents of /.well-known/acme-challenge/ by adding the following line to the apache configuration
    104 {{{
    105 Alias /.well-known/acme-challenge/ /var/www/html/.well-known/acme-challenge/
    106 }}}
    107 Generate the ssl configuration:
    108 {{{
    109 certbot --apache
    110 }}}
    111 Select the sites you want to have certs for and select SSL only... done....
    11299
    113100== Plugins ==
     101
     102=== Backup-Scheduler
    114103 * Free multisite backup solution
    115104   * https://wordpress.org/plugins/backup-scheduler/
    116  * cloudflare
     105It requires write access to some files here is the selinux context:
     106{{{
     107semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex
     108semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/backup-scheduler
     109semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/inline_styles
     110semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/inline_scripts
     111semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/translations
     112semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/log
     113semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/plugins/backup-scheduler/lang
     114semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/plugins/backup-scheduler/readme.txt
     115}}}
     116=== cloudflare ===
    117117   * https://wordpress.org/plugins/cloudflare/
    118118