MZMcBride z@mzmcbride.com wrote:
[...] I think the eventual plan is to switch back to Apache. Just as soon as everyone has rewritten their rewrite rules and redirects for ZWS.
BTW, my ~/public_html/.htaccess contains:
| # Added by install-php on Mon Jun 20 19:17:35 UTC 2011; this enables the PHP | # wrapper so PHP scripts work. You can edit the "php" script by hand, but if | # you run install-php again, it will be overwritten.
| FCGIWrapper "/home/timl/public_html/fcgi-bin/php" .php | AddHandler fcgid-script .php
which seems to trigger the warnings in /var/log/http/errors (on wolfsbane):
| [26/Mar/2012:12:12:41 +0000] WARN:toolserver.org:Unknown directive: fcgiwrapper | [26/Mar/2012:12:12:41 +0000] WARN:toolserver.org:Unknown handler: fcgid-script
that account for about two thirds of log content. Is this still needed? Will it be needed on Apache? Should all .htaccess files be changed globally by the admins in the meantime?
Other log file fillers are:
| WARN:toolserver.org:Unknown directive: addcharset | WARN:toolserver.org:Unknown directive: addoutputfilterbytype
which I couldn't grep in any user .htaccess files and:
| WARN:toolserver.org:Unknown directive: rewriteengine | WARN:toolserver.org:Unknown directive: rewriterule
which are ubiquitous, but fall under your observation above.
Tim