I currently have a php script that is running when a browser browser browses to the webpage. What I\'m trying to do is write a text file when the script runs that stores a v
I'm note sure if my solution is really clear but it worked :
cd /mydir/ setsebool -P allow_httpd_anon_write true
Best regards