Search results

  1. R

    Speed optimisation / LSCache

    Hi there, I am using Openlitespeed 1.5.4 / LSCache / Cloudflare CDN / Wordpress on over powered ubuntu server. Over all I am getting excellent performance. I am wondering tho, why after the last asset is loaded from my web server why there is such a big gap when loading the deferred items like...
  2. R

    Performance difference for OLS using difference linux distro's?

    Hi All, Has anyone had experience with OLS across different Linux distro's - for example does using Cento 7 or Ubuntu result in faster page loads ? Maybe because the distro is lighter, better tuned or what ever the reason might be? Im interested in loading dynamic PHP based pages as fast...
  3. R

    Wordpress Wordfence .user.ini / auto_append_file

    Hi All, I use wordfence to protect my wordpress site. One of the functions is It checks the code before executing it. It does this by appending a file called .user.ini. In litespeed enterprise it just picks up the .user.ini file and wordfence works. in OLS it didnt pick the file up so i put...
  4. R

    Redirect whole domain except 1 directory

    Hi all, I am trying to redirect a whole domain except 1 directory - this is the code i have: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI}...
  5. R

    wont bind to port 80 or 443

    Hi all, Just wondering if anyone knows how to solve this: I have a node.js app running using pm2 to keep alive and i want to use openlitespeed to reverse proxy. But i cant get openlitespeed to work on a port below 1024 - it just wont work - even though its open in the firewall. port 8080...
  6. R

    Too many open files

    hi all, I am randomly getting an error that my port 80 listener "can't accept: too many open files" Anyone seen this before or have an idea on how to fix it ? Ps I can never seem to be able to upload images (server error) on this forum
  7. R

    Openlitespeed Cache Module

    Hi All, I am running OLS 1.3.1 which has the "cache.so" module pre built; I followed the follow: http://open.litespeedtech.com/mediawiki/index.php/Help:Modules:Cache I then set the settings to: enableCache 1 qsCache 1 reqCookieCache 1 respCookieCache 1 ignoreReqCacheCtrl 0...
  8. R

    help with rewrite

    Hi All, Hoping you can help me; In an apache environment: in a subdirectory /CDN/ there is a .htaccess file with this: RewriteEngine on RewriteRule ^[0-9]{1,6}/(.*)$ ../$1 [PT] In openlitespeed i tried the following: in rewrite tab i tried the following RewriteRule ^/cdn/[0-9]{1,6}/(.*)$...
  9. R

    SSL SNI Setup & Errors

    Hi All, I am having some issues setting up SSL on my new test server, looking for some help from the community if possible. setup: 443 listener with one of the SSL's cert's attached to that listener 2 virtual hosts domain1.com.au with the same SSL attached as the listener domain2.co.nz...
  10. R

    lsphp from command line and cron

    Hi All, Just testing out OpenLitespeed, so far very impressed, really easy to configure and get running. I am having a couple of small issues, probably a lack of understanding how the system hands together. I was able to get my php website (magento) to run perfectly, then i went to the command...
Top