[ACL] Access to context [/] is denied!

#1
Hopefully someone can help me figure out what is wrong here, because I'm kind of stumped.

I just installed litespeed last night, using the cPanel installer, found here
Made no other changes, installed, configured php, works so-so
The problem ? I'm seeing

[ACL] Access to context [/] is denied!
on more pages than anything when using litespeed
Switch back to apache? The page works, but litespeed, not so much

These are all wordpress installs, so what works for one should work for the other, no?
Is there a limitation somehow to the trial license (aside from cpu) ? Could this be causing it?
 

mistwang

LiteSpeed Staff
#2
It it happen only to specific URLs under certain account,
It could be caused by
<Location ...>
<LocationMatch ...>

directive added somewhere.

You can create a helloworld or phpinfo test script using different name, put it in different folder, see if you can access it.
If possible, send a temp root access to bug@litespeed... for us to take a look.
 

mistwang

LiteSpeed Staff
#4
We want to know why it does not happen to Apache?
Those directives are ignored by Apache because it is for non-exist Apache module?
Please send us a sample, we will try to fix it from the root.
 
Top