Hallo, ich habe Suse Linux Version 7.0 am Laufen, soweit alles bestens. Ich habe den Apache mit PHP3 per Yast installiert, später mit yast php4 nachinstalliert. php3 wird korrekt geparst ( wenn ich die unten aufgeführten Parameter wieder ändere). Ich habe in der http.conf die Parameter für php4 genau so eingetragen. Funktionert leider nicht. Kann mir jemand helfen. <IfDefine PHP> #LoadModule php3_module /usr/lib/apache/libphp3.so LoadModule php4_module /usr/lib/apache/libphp4.so </IfDefine> <IfDefine PERL> LoadModule perl_module /usr/lib/apache/libperl.so </IfDefine> <IfDefine PHP> #AddModule mod_php3.c AddModule mod_php4.c </IfDefine> #<ifDefine PHP> #AddType application/x-httpd-php3 .php #AddType application/x-httpd-php3 .phtml #AddType application/x-httpd-php3 .php3 #AddType application/x-httpd-php .php4 #AddType application/x-httpd-php3-source .phps #</ifDefine> <ifDefine PHP4> AddType application/x-httpd-php3 .php AddType application/x-httpd-php .phtml AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps </ifDefine> Viele Grüße Oliver Wiemer