strange "files context" error in 3.3.10

aww

Well-Known Member
#1
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>
 
#2
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

LiteSpeed Staff
#3
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.
 
Top