PDA

View Full Version : strange "files context" error in 3.3.10


aww
04-20-2008, 05:14 AM
After upgrading to 3.3.10 I get this error on startup:

2008-04-20 07:08:36.559 ERROR [/home/username/public_html/.htaccess:151] Failed to add <Files context: *

That section worked before? Is it suddenly unsupported?
The area looks like:

<Files *>
order deny,allow
deny from env=openisearch
deny from env=getout
allow from env=allowsome
# permanently ban list of known bad bots/spiders
deny from 72.xx.xx.xx
deny from 61.x.x.x/20
deny from 63.x.x.x/27
(etc.)
</Files>

murp
04-21-2008, 03:52 PM
Same here.

Whenever I upgrade to 3.3.10, my PHP scripts are all sent to the browser as text/html without being parsed by PHP. This only happens to those scripts that are set ForceType application/x-httpd-php using the <Files> context under Apache Style Configurations.

3.3.9 is fine.

Matt

mistwang
04-21-2008, 05:02 PM
A bug introduced in 3.3.10 affects this, has been fixed in the 3.3.11 package, you can get it by changing the version number in the download link.