Plesk startet nicht mehr

JaEgErmEistEr

Registered User
Hallöchen,

ich krieg mein Plesk 8.6 nicht mehr gestartet. Läuft auf Ubuntu 8.04

Hier mal die error.log
Ich glaube das es an mod_bw liegt weiß aber nicht wie ich das Paket wieder loswerde weil dpkg findet es nicht so wirklich...
Hat jemand ne Idee? Wäre um Hilfe sehr dankbar

Code:
[Fri Nov 28 14:08:08 2008] [notice] caught SIGWINCH, shutting down gracefully
[Fri Nov 28 14:08:18 2008] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log
[Fri Nov 28 14:08:18 2008] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status
[Fri Nov 28 14:08:18 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Nov 28 14:08:18 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Fri Nov 28 14:08:18 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Fri Nov 28 14:08:18 2008] [warn] Init: SSL server IP/port conflict: default-92-51-134-42:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:78) vs. webmail:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:133)
[Fri Nov 28 14:08:18 2008] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Fri Nov 28 14:08:18 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Fri Nov 28 14:08:18 2008] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log
[Fri Nov 28 14:08:18 2008] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status
[Fri Nov 28 14:08:18 2008] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Fri Nov 28 14:08:18 2008] [notice] mod_python: using mutex_directory /tmp 
[Fri Nov 28 14:08:18 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Fri Nov 28 14:08:18 2008] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Fri Nov 28 14:08:18 2008] [warn] Init: SSL server IP/port conflict: default-92-51-134-42:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:78) vs. webmail:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:133)
[Fri Nov 28 14:08:18 2008] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Fri Nov 28 14:08:18 2008] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 28 bytes)
[Fri Nov 28 14:08:18 2008] [notice] mod_bw : Version 0.8 - Initialized [0 Confs]
[Fri Nov 28 14:08:18 2008] [notice] Apache/2.2.8 (Ubuntu) mod_jk/1.2.25 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
Code:
root@lvps92-51-134-42:/# /opt/psa/admin/bin/httpsdctl start
/opt/psa/admin/bin/httpsd: error while loading shared libraries: libxmlrpc_server.so.3: cannot open shared object file: No such file or directory
/opt/psa/admin/bin/httpsdctl start: httpd could not be started

Grüße
Chris
 
Last edited by a moderator:
Ich glaube eher, dass Du noch ein Paket installieren solltest:
Code:
root@lvps92-51-134-42:/# /opt/psa/admin/bin/httpsdctl start
/opt/psa/admin/bin/httpsd: error while loading shared libraries: libxmlrpc_server.so.3: cannot open shared object file: No such file or directory
Wenn Du bei irgendeiner Suchmaschine "libxmlrpc_server.so" eingibst, wirst Du in kürzester Zeit erfahren, wie das zugehörige Paket heißt.
 
Back
Top