[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP und Apache





Joerg Rossdeutscher wrote:
So sieht das bei mir aus, um irrelevante Fundstellen befreit:

ratti:~# grep -i php /etc/apache/*

/etc/apache/httpd.conf:AddType application/x-httpd-php .php
/etc/apache/httpd.conf:    DirectoryIndex index.html index.htm index.shtml index.cgi index.php
/etc/apache/mime.types:application/x-httpd-php                          phtml pht php
/etc/apache/mime.types:application/x-httpd-php-source                   phps
/etc/apache/mime.types:application/x-httpd-php3                 php3
/etc/apache/mime.types:application/x-httpd-php3-preprocessed            php3p
/etc/apache/mime.types:application/x-httpd-php4                 php4
/etc/apache/modules.conf:LoadModule php4_module /usr/lib/apache/1.3/libphp4.so


Hallo,
auch ich plage mich schon seit längerem mit dem Problem rum, dass php-Dateien nicht ausgefürht sondern nur geöffnet werden sollen.
Das Problem ist aber, dass ich anscheinend alles eingerichtet habe:

root@orclex:/usr/src/linux# grep -i php /etc/apache/*
/etc/apache/httpd.conf: DirectoryIndex index.php index.html index.htm index.shtml index.cgi
/etc/apache/httpd.conf:    AddType application/x-httpd-php .php .php3 .php4
/etc/apache/httpd.conf:    AddType application/x-httpd-php-source .phps
/etc/apache/mime.types:application/x-httpd-php phtml pht php
/etc/apache/mime.types:application/x-httpd-php-source                   phps
/etc/apache/mime.types:application/x-httpd-php3                 php3
/etc/apache/mime.types:application/x-httpd-php3-preprocessed php3p
/etc/apache/mime.types:application/x-httpd-php4                 php4
/etc/apache/modules.conf:LoadModule php4_module /usr/lib/apache/1.3/libphp4.so


Habe ich was übersehen? Gibt es noch irgendwo eine Einstellung, an der es liegen könnte?
Wer kann mir helfen?

Danke,
Alex



Reply to: