Difference between revisions of "Word Press"
Jump to navigation
Jump to search
↑ https://francispereira.com/deploying-wordpress-with-selinux-enabled.html
Michael.mast (talk | contribs) (→Server) |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
==Server== | ==Server== | ||
===SELinux=== | ===SELinux=== | ||
− | *When working with an Amazon Linux installation, and manually installing SELinux, these are steps I had to take. | + | *When working with an Amazon Linux installation, and manually installing SELinux, these are steps I had to take.<ref>https://francispereira.com/deploying-wordpress-with-selinux-enabled.html</ref> |
sudo semanage fcontext -f "" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?' | 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.[1]
sudo semanage fcontext -f "" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?'