Search results

  1. M

    Updated to OLS 1.6.7, Password Protected Directory with Realm and Context Not Working Now

    I had the same problem when I created new virtual hosts from a template. I found out that the created folder (e.g. /usr/local/lsws/conf/vhosts/mysite.com/ had no read permission for the group (nogroup). Vhosts created without template do have read permission by default. So you have to manually...
  2. M

    Exclude logged in users without wordpress plugin

    After some testing I found out that this rewrite rule will not enable private caching (even withhout any conditions) : RewriteRule .* - [E=Cache-Control:private] I did not change anything in the server configuration cache module and public cache with following rule enables public cache without...
  3. M

    Exclude logged in users without wordpress plugin

    I'm using LSCache on a site WITHOUT wordpress. But I want to achieve the same behaviour and don't know how.
  4. M

    Exclude logged in users without wordpress plugin

    On a site without wordpress but active LSCache module I want to exclude logged in users (custom login script) like this can be done in the wordpess plugin for LSCache. Are there any rewrite rules or configuration settings I don't know yet? What I have tried so far are the following rewrite...
  5. M

    LScache crawlers causing error: Too many open files

    Ok, thank you! Now the max open files for the openlitespeed process increased to the desired limit.
  6. M

    LScache crawlers causing error: Too many open files

    Hi, I also have the "too many open files" problem with my site that has about 600.000 different pages in the google index. I like to cache these pages but I dont know how to increase the open file limit in my debian system properly. I did the changes in /etc/security/limits.conf and ulimit -n...
Top