I am trying to chown certain directories and binaries for the Apache user. How can I (a) find out the user Apache is using, and (b) the current owner on a given (or group of) folder(s) / file(s)?
(a) /etc/httpd/conf/httpd.conf - should be apache as user and as group (b) for the content of the current directory: ls -la
-Arne