My server was terminated abnormally because power was turned off. After start server I can't to run Apache.
$ /etc/init.d/httpd start
Starting httpd: [FAILED]
Apache log file:
[notice] suexec mechanism enabled (wrapper /usr/sbin/suexec)
$ ll /usr/sbin/suexec
-rws--x--x 1 root apache 11544 Nov 12 2008 /usr/sbin/suexec
I was tryed to run suexec:
suexec policy violation: see suexec log for more details
SUEXEC log file:
too few arguments
Сan anyone suggest a solution to this problem?
UPD:
$ suexec -V
-D AP_DOC_ROOT="/var/www"
-D AP_GID_MIN=100
-D AP_HTTPD_USER="apache"
-D AP_AP_LOG_EXEC="/var/log/httpd/suexec.log"
-D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
-D AP_UID_MIN=500
-D AP_USERDIR_SUFFIX="public_html"
OS: Redhat Linux 2.6.18-128el15
Apache 2.2.3