• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

HTTPD won't start

P

painterj

Guest
I successfully had Apache up(withou suexec) for a day before it shutdown for some reason this morning and now I've spent almost a day getting it up again without success.

When I try to start it in plesk I get this error:

Unable to make action: Unable to manage service by websrvmng: Empty error message from utility.

0: /usr/local/psa/admin/plib/common_func.php3:154
psaerror(string 'Unable to make action: Unable to manage service by websrvmng: Empty error message from utility.')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:28
require(string '/usr/local/psa/admin/htdocs/server/restart_services.php')
2: /usr/local/psa/admin/htdocs/plesk.php:23


This is what the apache error log shows:

[Sun Jul 13 22:38:17 2008] [info] Init: Seeding PRNG with 256 bytes of entropy
[Sun Jul 13 22:38:17 2008] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Sun Jul 13 22:38:17 2008] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Sun Jul 13 22:38:17 2008] [info] Init: Initializing (virtual) servers for SSL
[Sun Jul 13 22:38:17 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Jul 13 22:38:17 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Jul 13 22:38:17 2008] [warn] Init: SSL server IP/port conflict: default-193-37-152-94:443 (/etc/httpd/conf.d/zz010_psa_httpd.conf:78) vs. webmail:443 (/etc/httpd/conf.d/zz010_psa_httpd.conf:133)
[Sun Jul 13 22:38:17 2008] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Jul 13 22:38:17 2008] [info] mod_ssl/2.2.6 compiled against Server: Apache/2.2.6, Library: OpenSSL/0.9.8b
[Sun Jul 13 22:38:17 2008] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 13 22:38:17 2008] [notice] Digest: done
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: xxxxxx.com
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: lists
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: lists
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: webmail
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: webmail
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: default-xxxxxxxx
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: default
[Sun Jul 13 22:38:17 2008] [debug] util_ldap.c(1952): LDAP merging Shared Cache conf: shm=0x809a338 rmm=0x809a368 for VHOST: xxxxxxxxxxxxxx
[Sun Jul 13 22:38:17 2008] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Sun Jul 13 22:38:17 2008] [info] LDAP: SSL support available

I tried to restart it in the shell and it seems to be up and running:

[root@rbi0294 init.d]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Warning: SuexecUserGroup directive requires SUEXEC wrapper.
[ OK ]
 
Make sure your mod_suexec is loaded into the apache config.
 
Back
Top