Inheritance problem with allow-override directives

#1
I'm using Litespeed Web Server Standard v3.2.1 on Ubuntu 6.10 Server.

On the server level, I checked "Auth" on allow override.

On the vhost level, the setting is empty. Admin panel shows "Not Set" and the configuration file for the vhost contains the following:
Code:
<htAccess>
  <allowOverride></allowOverride>
  <accessFileName></accessFileName>
</htAccess>
Yet, the directive is not inherited unless I physically remove the xml in question from the configuration file.

Also, if the directive is set to "None", it's checked on the overview page, but not on the edit page. If I click on edit, none of the boxes are checked and if I click on save without changing anything, it's reset to "Not Set".

I wasn't able to test whether this has been fixed in 3.2.2.

I didn't find any related messages in the log files.
 
Last edited:
Top