Difference between revisions of "Word Press"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Server== ==Plugins== *Next Active Directory Integration") |
Michael.mast (talk | contribs) (→Server) |
||
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(/.*)?'