Applicable to:
- Plesk 12.5 for Linux
Symptoms
Apache webserver fails to start:
CONFIG_TEXT: [notice] mod_hostinglimits: use Min UID 10000
[notice] mod_hostinglimits: use old style for LVE exit
[notice] mod_hostinglimits: version 1.0-23. LVE mechanism enabled
[notice] mod_hostinglimits: found apr extention version 3
[notice] mod_hostinglimits: apr_lve_environment_init_group_minuid check ok
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
Cause
Apache configuration file /etc/httpd/conf.d/ssl.conf
is corrupted or misconfigured.
Resolution
-
Connect to the server via SSH.
-
Reinstall 'mod_ssl' package:
# rm -f /etc/httpd/conf.d/ssl.conf
# yum reinstall mod_ssl -y -
recreate configuration if nginx is used:
# /usr/local/psa/admin/sbin/nginxmng -d
# /usr/local/psa/admin/sbin/nginxmng -e -
Start the Apache service
# service httpd start (CentOS/RHEL/CL)
# service apache2 start (Debian/Ubuntu)
Comments
0 comments
Please sign in to leave a comment.