About
The permission on the file system are set with the user running the Apache daemon.
Articles Related
Management
Find the user
The user running the daemon is generally is named apache or www-data
- Apache v1
ps -ef | grep httpd | grep -v grep
- Apache v2
ps -ef | grep apache