Changes between Version 10 and Version 11 of WordPress/MultiSite
- Timestamp:
- 01/13/18 01:03:15 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WordPress/MultiSite
v10 v11 95 95 96 96 == 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. 97 it's easiest to rely on Cloudflare's edge SSL certificates. 99 98 100 {{{101 yum install certbot-apache102 }}}103 Make sure certbot can read the contents of /.well-known/acme-challenge/ by adding the following line to the apache configuration104 {{{105 Alias /.well-known/acme-challenge/ /var/www/html/.well-known/acme-challenge/106 }}}107 Generate the ssl configuration:108 {{{109 certbot --apache110 }}}111 Select the sites you want to have certs for and select SSL only... done....112 99 113 100 == Plugins == 101 102 === Backup-Scheduler 114 103 * Free multisite backup solution 115 104 * https://wordpress.org/plugins/backup-scheduler/ 116 * cloudflare 105 It requires write access to some files here is the selinux context: 106 {{{ 107 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex 108 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/backup-scheduler 109 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/inline_styles 110 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/inline_scripts 111 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/translations 112 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/sedlex/log 113 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/plugins/backup-scheduler/lang 114 semanage fcontext -a -t httpd_sys_rw_content_t /usr/share/wordpress/wp-content/plugins/backup-scheduler/readme.txt 115 }}} 116 === cloudflare === 117 117 * https://wordpress.org/plugins/cloudflare/ 118 118