php - Webserver cannot write to directory when installing CMS -


i have local stand-alone lamp stack i'm using local web development. i've tried install multiple cms's use php write data mysql database , files on webserver (concrete5, symphony, getsimple cms).

however when try install of these error messages each state along lines of "the files need change not writeable webserver."

concrete5 error message:

error: web server access files , configuration directories
/config /packages , /files directories must writable webserver

symphony error message:

missing log file

symphony tried create log file , failed. make sure install folder writable.

obviously permissions issue, i've tried changing owner & group (recursively of course) of apache's www directory many different combinations of root, apache user & group , own user & group set permissions way 777 using chmod, , still same error systems.

i can drop regular static file (like phpinfo) www directory , apache serves fine, no matter change permissions cms's cannot write server. going on?

if use selinux, it's not enough give permissions using chmod. have grant apache permission write folders well.

more information can found here: http://fedoraproject.org/wiki/selinux/apache


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -