Search results

  1. I

    LSAPI PHP Handler config / stats questions

    Thanks so much for the replies guys - this makes sense and helps a lot!
  2. I

    LSAPI PHP Handler config / stats questions

    I'm running LSWS 4.2.1 with 'LiteSpeed API' PHP handler and I have a couple newb questions: 1. If I want to compile PHP with LSAPI should I choose the version of PHP that I currently have compiled in Apache? 2. When I look at the 'real-time stats' I see the following as my top process...
  3. I

    vB seo + litespeed cache

    I've found that moving the lsws rules to the top of the htaccess file tends to cause problems, including 404 errors. The only thing that solves the errors is to move the lsws rules below all existing VBSEO RewriteCond and RewriteRule statements. RedirectMatch and other statements can go below...
  4. I

    vB seo + litespeed cache

    Ok - thanks. I'll make the necessary changes. two more questions: 1. can you help me understand this line: #RewriteCond %{ORG_REQ_URI} ^/(index\.php|)$ ..and why it is commented out? 2. is there a way to use the 'private cache' feature in lsws for vbulletin/vbseo logged in members?
  5. I

    vB seo + litespeed cache

    Ok - thanks for the update! to confirm, the latest approach is to leave the 'L' intact in the rule(s) containing 'vbseo.php' - instead of removing it as recommended previously. So use this: RewriteRule ^(.+)$ vbseo.php [L,QSA] ..and not this: RewriteRule ^(.+)$ vbseo.php [QSA] correct?
  6. I

    vB seo + litespeed cache

    Thanks for this concise tutorial - I was able to implement it successfully in my forum. I do have a question about the htaccess rule updates, specifically, I'm wondering why we remove the 'L' from [L,QSA] - I have a few different rewrite rules that include the vbseo.php file, and I want to make...
Top