LSWS 3.3.24 and errors after recompile

Bono

Well-Known Member
#1
I have recompiled php to new version 5.2.9 (I used option build against apache) and now I got error which i didn't had before.
Anyone knows how to find from where that htaccess error is from?

2009-05-09 02:30:33.786 ERROR [[HTAccess]] rewrite: invalid rewrite condition while parsing: RewriteCond %{QUERY_STRING} CONFIG_EXT([|%20|%5B).*= [NC,OR]

After recompile easyapache has moved back config from backup because apache couldn't start, so I hope I copied over right config before upgrade, because with moved one by apache sites didn't work.
 

mistwang

LiteSpeed Staff
#2
The rewrite rule looks fine, you may have to "grep" for it.
You should upgrade Apache's PHP with easyapache before upgrade LiteSpeed PHP.
You need to switch back to Apache before running easyapache.
 

Bono

Well-Known Member
#3
I did that, compiled new php with easyapache, then i didn't clicked on "do not try to restart apache" so it detected apache is broken and it pulled old config file from backup. So I replaced apache config with my original file and compiled LiteSpeed php.

I'm asking because I didn't had that error before, and now after compile I see that error.
 
Top