Nemesis
N3RD
ja, ich hab ne httpd.conf und ne apache2.conf.
in der apache2.conf steht:
also sollte doch der php4-mod includiert sein, oder?
in der php4.conf steht:
in der apache2.conf steht:
Code:
# Include module configuration:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf
# Include all the user configurations:
Include /etc/apache2/httpd.conf
in der php4.conf steht:
Code:
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>