Don't know if this is the problem, but php is working on my system again. Didn't try switching off php in ispconfig yet
host:/etc/apache2/conf.d # cat php5.conf
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .php4
AddHandler application/x-httpd-php .php5
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .php4s
AddHandler application/x-httpd-php-source .php5s
AddHandler application/x-httpd-php-source .phps
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php
</IfModule>
seems to be correct, in my php5.conf it was changed to:
host:/etc/apache2/conf.d # cat php5.conf.old
<IfModule mod_php5.c>
AddHandler ##ISPConfig INSTALL## application/x-httpd-php .php4
AddHandler ##ISPConfig INSTALL## application/x-httpd-php .php5
AddHandler ##ISPConfig INSTALL## application/x-httpd-php .php
AddHandler ##ISPConfig INSTALL## application/x-httpd-php-source .php4s
AddHandler ##ISPConfig INSTALL## application/x-httpd-php-source .php5s
AddHandler ##ISPConfig INSTALL## application/x-httpd-php-source .phps
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php
</IfModule>
host:/etc/apache2/conf.d #
Thus by removing the ##ISPConfig INSTALL## part it worked again
Recent comments
2 hours 27 min ago
11 hours 55 min ago
12 hours 44 min ago
16 hours 17 min ago
20 hours 41 min ago
21 hours 3 min ago
23 hours 13 min ago
1 day 9 hours ago
1 day 14 hours ago
1 day 15 hours ago