Am Montag, 28. August 2006 17:47 schrieb Christian Boltz:
grep "^[^#]" /etc/sysconfig/apache2 APACHE_MODULES="access actions alias auth autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imap"
Dann trag da mal zusätzlich php5 mit ein. Hinterher SuSEconfig und rcapache2 restart laufen lassen.
Na genau darüber war ich mir nicht sicher, wo das einzutragen ist. grep -i php /etc/sysconfig/apache2 ## Default: "access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir php4" Ich habe den Verdacht, dass sich da php4 mit php5 beißt. Ich habe für den lokalen Bedarf immer die Default-Konfiguration verwendet und kenne mich da leder noch nicht so aus. Irtgendwo ist also vermutlich php4 für Apache als Default definiert und das muss auf php5 geändert werden. Bitte wo muss ich da also eine Änderung durchführen? grep -r -i " APACHE_MODULES" /etc/apache2/httpd.conf # generated from APACHE_MODULES in /etc/sysconfig/apache2 /etc/apache2/sysconfig.d/loadmodule.conf LoadModule access_module /usr/lib/apache2-prefork/mod_access.so LoadModule actions_module /usr/lib/apache2-prefork/mod_actions.so LoadModule alias_module /usr/lib/apache2-prefork/mod_alias.so LoadModule auth_module /usr/lib/apache2-prefork/mod_auth.so LoadModule autoindex_module /usr/lib/apache2-prefork/mod_autoindex.so LoadModule cgi_module /usr/lib/apache2-prefork/mod_cgi.so LoadModule dir_module /usr/lib/apache2-prefork/mod_dir.so LoadModule include_module /usr/lib/apache2-prefork/mod_include.so LoadModule log_config_module /usr/lib/apache2-prefork/mod_log_config.so LoadModule mime_module /usr/lib/apache2-prefork/mod_mime.so LoadModule negotiation_module /usr/lib/apache2-prefork/mod_negotiation.so LoadModule setenvif_module /usr/lib/apache2-prefork/mod_setenvif.so LoadModule status_module /usr/lib/apache2-prefork/mod_status.so LoadModule userdir_module /usr/lib/apache2-prefork/mod_userdir.so LoadModule asis_module /usr/lib/apache2-prefork/mod_asis.so LoadModule imap_module /usr/lib/apache2-prefork/mod_imap.so
Teste nach obiger Änderung nochmal. Wenn es immer noch nicht geht, zeig mal die entsprechende Zeile aus /var/log/apache2/error_log.
Das mache ich gerne, wenn ich weiß, wo was zu ändern ist. Al