Check SuExec values
Check SuExec values is one of the important command because some time after configuring SuExec on a server caused many issues to websites and we need to sort out the issue by adjusting SuExec setting. To check the server side SuExec configured values, simply use the following command “suexec -V” on server by using root login credentials.
root@server [~]# suexec -V
It will give you following result.
-D AP_DOC_ROOT=”/var/www”
-D AP_GID_MIN=100
-D AP_HTTPD_USER=”apache”
-D 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”
To collect more information about above value refer following URL
Check it