Stefan Kohn schrieb/wrote: > i've a Problem concerning PHP with Apache ... > > I Installed Apache and PHP4 using dselect ... Apache works fine. > Then i installed PHP the same way, configured it following the manual > and created a test.php page in /var/www/ ... > > When i try to load the Page with a Browser (mozilla and Galeon) there > comes a window that gives me the choice to download it or open it, using > an application.
Was gibt Dir ein grep php /etc/apache/httpd,conf aus? Bei mir kommt folgendes: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so DirectoryIndex index.html index.shtml index.php3 index.htm index.php AddType application/x-httpd-php .php3 AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps <IfModule mod_php3.c> php3_magic_quotes_gpc Off php3_track_vars On php3_include_path <IfModule mod_php4.c> php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals On php_value include_path ...wobei auch Fundstellen aus Kommentarzeilen enthalten sein koennen. > [..] > (Ihr k�nnt auf deutsch antworten, ... ich hatte nur keine Lust, den Text > zweisprachig f�r zwei Listen zu verfassen) Wir sollen uns aber die Muehe machen, das erst zu uebersetzen, um _Deine_ Probleme loesen zu koennen, ja? Seltsame Auffassung... Gruss, Christian -- Christian Schmidt | Germany | [EMAIL PROTECTED] PGP Key ID: 0x28266F2C -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

