Hi,

in CentOS 5.2 it is not possible to log in as user apache. This makes setting up crontab seemingly impossible.

After some sufing I found there is a simple solution: It is as easy as:

crontab -u apache -e

I thought I'd post this here in case there is someone else who is as confused with this as I was.

The solution was found at: http://www.centos.org/modules/newbb/...wmode=threaded

br, Timo