Search results

  1. A

    Too Many PHP Processes

    should i enable it as Detached mode? max connections and LSAPI CHILDREN already increased
  2. A

    Too Many PHP Processes

    how can i limit the amount of processes can be opened?
  3. A

    curl 405 method not allowed

    hello! when im running the command curl -i -X PURGE https://mywebsite.com putty ssh i get the following error 405 method not allowed. how can i solve this please
  4. A

    phpredis session problem

    /tmp/ works fine. still can't figure out the issue with redis session but i changed php sessions to memcached, also works fine. cheers
  5. A

    Gzip URL

    https://store.litespeedtech.com/store/submitticket.php
  6. A

    SSL Fails at 1.4.36 and 1.4.35

    i'm currently on openssl 1.1.1, i can't seem to get tls 1.3 to work. should i revert back to v1.1.0i?
  7. A

    LS mod_pagespeed

    thank you!
  8. A

    LS mod_pagespeed

    coldegg what's your Module Parameters for pagespeed?
  9. A

    cache rewrite rule question

    thanks admin, should i leave public and private to 0? i do have the LS wp plugin though enableCache 0 enablePrivateCache 0
  10. A

    cache rewrite rule question

    is this rewrite rule okay to add even if we already have the LScache module + WP LS cache plugin RewriteRule cacheable/(.*\.php)?$ - [L,E=cache-control:max-age=120] cheers
  11. A

    LS mod_pagespeed

    can't remember what version i installed when i first installed OLS, but it may been couple versions back, but that time pagespeed module wasn't installed by default. so i had to install it manually. been upgrading OLS to each update, so i'm 1.4.39 now. i'm planning on doing a clean install on...
  12. A

    LS mod_pagespeed

    i have successfully installed the ls-pagespeed module using the RPM method. In one of the wiki pages on openlitespeed, it states i checked this directory for the "modpagespeed.conf" file, but don't see it in there, nor in any other directory (from my search) am i doing something wrong? how...
  13. A

    memcached install?

    thanks got it! just had to get it to work with php
  14. A

    memcached install?

    is there any tutorials on how to install memcached on litespeed ubuntu i found one from litespeed but it's not in ubuntu https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lsmcd:install-memcached cheers
  15. A

    backup my openlitespeed settings?

    Is it possible to backup my openlitespeed settings? i'm moving to a new server and would like to take my settings with it too cheers
  16. A

    php.ini php 7.2?

    nice one. not sure why but i should've used the apt-get lol
  17. A

    php.ini php 7.2?

    nope can't find it anywhere, even with the commands above php-production or php-developement is not found
  18. A

    php.ini php 7.2?

    i can't seem to find the php.ini file anywhere, i compiled the php 7.2 from the admin console ubuntu on phpinfo.php it says Configuration File (php.ini) Path - /usr/local/lsws/lsphp7.2/lib there's no php.ini file in there
  19. A

    how can enable CORS on openlitespeed (admin panel)?

    nice one egg. btw what can i set the url and location as?
  20. A

    how can enable CORS on openlitespeed (admin panel)?

    can someone please guide me how to properly enable CORS on openlitespeed (ubuntu 14) cheers
Top