SELinux Enforced blocks writes to s9y RESOLVED

Having trouble installing serendipity?
Post Reply
chiriqui
Regular
Posts: 55
Joined: Tue Jan 01, 2008 4:31 pm
Location: Paso Ancho, Rep. of Panama

SELinux Enforced blocks writes to s9y RESOLVED

Post by chiriqui »

I have a new installation of Fedora #13 and SElinux a "firewall" is blocking the writes to those 5 critical folders in S9y var/www/html, archives, templates_c, plugins, and uploads

Does anyone have the settings for SELinux that allows one to keep "enforce" enabled and s9y in working order?

This series of commands eliminated my problems <path_to_directory> being DocumentRoot/serendipty
Open a root terminal
# chown -R apache:apache <path_to_directory>
# chmod -R 755 <path_to_directory>
# chcon -R -t httpd_sys_content_rw_t <path_to_directory>
# service httpd restart
Post Reply