Hi there!
ispconfoig adds automatically the following lines to any vhost-entry:
Code:
...
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
...
That leads to this error in the /var/log/apache2/error.log:
Code:
[Tue Nov 15 07:00:52 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:00:54 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:00:54 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:01:36 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:01:36 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:10:00 2005] [error] an unknown filter was not added: PHP
[Tue Nov 15 07:10:00 2005] [error] an unknown filter was not added: PHP
PHP is up and running, but I don't like the error-message. Is there a vhost-template, where I can disable these lines? Else I have to uncomment these lines always manually (or is there a problem with manual editing and ispconfig won't work anymore?).
Best regards,
Bruce
Recent comments
18 hours 15 min ago
21 hours 10 min ago
22 hours 24 min ago
23 hours 48 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 4 hours ago
1 day 20 hours ago
1 day 20 hours ago
2 days 40 min ago