Permission with the linux server using apache and php

by 3 replies
3
I have setup an linux CentOS 7 server to run php and i using apache, but when all done php can't write file even i have set chmod 777 and i have chown apache at the owner of the directory.

If the file exist, i can write the data on it, but if file don't exist i can create it, it notice me don't have permission (folder is chmod 777).

Thanks for your help !
#website design #apache #linux #permission #php #server

Next Topics on Trending Feed

  • 3

    I have setup an linux CentOS 7 server to run php and i using apache, but when all done php can't write file even i have set chmod 777 and i have chown apache at the owner of the directory. If the file exist, i can write the data on it, but if file don't exist i can create it, it notice me don't have permission (folder is chmod 777).