Version 2 (modified by at 2016-10-21T21:39:19+02:00) ( diff ) | ,
---|
Selinux
Make sure uploads are writable for apache, without allowing apache to write in regular content locations
semanage fcontext -f "f" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?' restorecon -Rv /var/www/html setsebool -P httpd_unified 0
Note:
See TracWiki
for help on using the wiki.