[CentOS] apache user & and list chown properties questions

Mon Jul 2 21:47:49 UTC 2007
Arne Pelka <mail at arnepelka.de>

> 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