The server is running fine -- or at least it seems to -- but there's always the following error:
apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
It happens with Apache 2.2.22-9 on Debian Wheezy.
# apache2ctl configtest
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
Syntax OK
# service apache2 reload
[....] Reloading web server config: apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
. ok
# service apache2 restart
[....] Restarting web server: apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
... waiting /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
. ok
# service apache2 status
Apache2 is running (pid 32045).