Tagged Questions
0
votes
2answers
88 views
How to protect files (cron files) frome being executed by everyone?
I wonder what read / write permissions should I set on my cron files (php files) so they can be executed only by our server.
We're using CentOS 5.9 - 64bit and cPanel / WHM + Apache.
Thanks!
10
votes
2answers
877 views
Security implications of having files owned by the apache user?
Currently running a LAMP instance that developers are using for a variety of webapps. I have the following scenario:
Multiple developers need access to create and modify files under ...