PHP Support im Autoinstaller nachinstallieren
Ganz so doof bin ich ja nicht, das ist natürlich installiert
Ich sitze nun hier schon seit gut 2h und kriege das Problem einfach nicht gelöst! Hilfe!
Meine error.log dazu übrigens
[Thu Apr 21 21:17:04 2011] [notice] caught SIGTERM, shutting down
[Thu Apr 21 21:17:05 2011] [warn] RSA server certificate CommonName (CN) `***.de' does NOT match server name!?
[Thu Apr 21 21:17:05 2011] [warn] RSA server certificate CommonName (CN) `***.de' does NOT match server name!?
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:10) vs. horde.webmail:443 (/opt/psa/adm$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:13) vs. horde.webmail:443 (/opt/psa/admin$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:10) vs. horde.webmail:443 (/opt/psa/admin/conf/generate$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: default-82_165_139_158:443 (/opt/psa/admin/conf/generated/13034079000.35856800_server.include:101) vs. horde.webmail:443 (/opt/psa/admin/c$
[Thu Apr 21 21:17:05 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Thu Apr 21 21:17:05 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.6-1+lenny9. Rebuild it for your PHP version (5.2.6-1+lenny10) or download precompiled binaries.
[Thu Apr 21 21:17:05 2011] [notice] mod_python: Creating 8 session mutexes based on 50 max processes and 0 max threads.
[Thu Apr 21 21:17:05 2011] [notice] mod_python: using mutex_directory /tmp
[Thu Apr 21 21:17:05 2011] [warn] RSA server certificate CommonName (CN) `***.de' does NOT match server name!?
[Thu Apr 21 21:17:05 2011] [warn] RSA server certificate CommonName (CN) `***.de' does NOT match server name!?
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:10) vs. horde.webmail:443 (/opt/psa/adm$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:13) vs. horde.webmail:443 (/opt/psa/admin$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: ***.de:443 (/srv/www/vhosts/***.de/conf/13034078910.60765600_httpd.include:10) vs. horde.webmail:443 (/opt/psa/admin/conf/generate$
[Thu Apr 21 21:17:05 2011] [warn] Init: SSL server IP/port conflict: default-82_165_139_158:443 (/opt/psa/admin/conf/generated/13034079000.35856800_server.include:101) vs. horde.webmail:443 (/opt/psa/admin/c$
[Thu Apr 21 21:17:05 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Thu Apr 21 21:17:05 2011] [notice] Apache/2.2.9 (Debian) mod_fcgid/2.3.5 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
Und PHP5 ist installiert und aktiviert. Habe schon a2enmod php5 probiert, doch da kommt die Meldung, dass es läuft
//EDIT
Ich habe das Problem gelöst, allerdings bin ich damit nicht 100%ig zufrieden
Ich habe in der /etc/apache2/apache2.conf die Zeile
LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
hinzugefügt. Vorher habe ich mit
PHP5 deaktiviert, sonst hätte er gemeckert, dass PHP5 schon geladen ist. Irgendwo scheint also eine Datei zu fehlen bzw. der Link zum PHP5-Modul. Vielleicht hat ja einer von euch hier einen kleinen Hinweis.
PHP über a2enmod wäre mir irgendwie lieber, aber es läuft erstmal ;-)