Difference between revisions of "Word Press"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Server== ==Plugins== *Next Active Directory Integration")
 
Line 1: Line 1:
 
==Server==
 
==Server==
 +
===SELinux===
 +
*When working with an Amazon Linux installation, and manually installing SELinux, these are steps I had to take.
 +
sudo semanage  fcontext -f ""  -a -t  httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?'
  
 
==Plugins==
 
==Plugins==
 
*[[Next Active Directory Integration]]
 
*[[Next Active Directory Integration]]

Revision as of 12:16, 18 December 2017

Server

SELinux

  • When working with an Amazon Linux installation, and manually installing SELinux, these are steps I had to take.

sudo semanage fcontext -f "" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?'

Plugins