Search results

  1. P

    FreeBSD not supported

    Where did you download OpenLiteSpeed? Souce code in github master branch doesn't support FreeBSD. You will need to choose other branches such as: Try 1.4 branch https://codeload.github.com/litespeedtech/openlitespeed/zip/v1_4. We tested it on FreeBSD 11.1 and it should work. If not, you can...
  2. P

    FreeBSD not supported

    For FreeBSD 11, you need to run cd /usr/ports/perl5.26; make install clean; rehash; then: ./configure --with-pcre=/usr/local OLS will handle openssl part itself. Let us know if there is any further issue.
  3. P

    Rewrite Map config appears in Rewrite Rules once saved

    Is it the same issue as http://openlitespeed.com/threads/rewrite-rules-creates-malformed-config.2858/#post-4917? If so, please check update from there.
  4. P

    Rewrite Map config appears in Rewrite Rules once saved

    Can you share the detailed rule you have entered and where did you place? better to provide some screenshot. also could you please upgrade to the latest OLS 1.4.33 first? We can take a look once we have more details.
  5. P

    Caching proxy

    can you provide details on how to setup cache on OLS reverse proxy and how did you configure your backend?
  6. P

    Server doesn't start anymore

    Which version? Which command did you run?
  7. P

    Terminated with signal 11 - OCSP Stapling

    You can log a ticket with us with server login details and core file for further analysis.
  8. P

    php.ini - openlitespeed [7.1.9]

    seems a little wired. change over /usr/local/lsws/lsphp71/etc/php.ini should work. Did you start openlitespeed successfully? Can you make sure server process ID change after server restart? If still problem , may need your root ssh access to check
  9. P

    Mod_Rewrite SiberianCMS

    openlitespeed doesn't support .htaccess, you can simple copy the rewrites rules ( rewrite rules only, nothing else ) to the virtual host rewrite section in OpenLiteSpeed Admin Console. RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d...
  10. P

    Server Side Includes?

    LiteSpeed Enterprise version supports "server side includes" since 4.x version. You can give it try if you need this feature immediately.
  11. P

    Server Side Includes?

    not yet supported. planned in "to do" list of 1.5 branch, but no ETA for it yet.
  12. P

    cloudflare and openlitespeed

    check https://forum.salobby.net/ and did not see the problem. Could you advise how can I see the problem? also You should try to clear cache on your cloudflare to see how it is going.
  13. P

    cloudflare and openlitespeed

    what's the error then? Could you provide some snapshot? also what's in web server's error log?
  14. P

    cloudflare and openlitespeed

    You can check tips as the following, basic place ip/subnet in allowed list to avoid being blocked. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cloudflare
  15. P

    GeoIp filter, how to use ?

    You can refer to some rewrite examples: http://dev.maxmind.com/geoip/legacy/mod_geoip2/#Redirecting_a_client_based_on_country We will write a wiki for open Litespeed later.
  16. P

    GeoIp filter, how to use ?

    yes, you can do it on web server level through rewrite rules.
  17. P

    lsphp security patches

    1. Which repo does the PHP (php-fpm) you mentioned come from? Does it have some more patch than remi? Normally remi has already in the leading position for PHP. 2. LSAPI is the LiteSpeed way to communicate with php, which is also faster than other apache ways. You can compile PHP yourself...
  18. P

    problem with make a password for a folder

    Is "Require (Authorized Users/Groups)" set for some value? For example, default is "user test", then only "test" user allow for login. Otherwise show more steps and details/or even screenshoot how you set it up, will try to analysis what happened.
  19. P

    problem with memcache and Xcache

    Opcode cache, you can use php70-opcache from php main packages. In LiteSpeed CentOS repo, lsphp70-opcache. Memcache pecl extention is not stable yet for PHP 7 unless you want to try some development version from git.
  20. P

    Openlitespeed in docker container ?

    also we could not reproduce your error in our lab. If the above fresh install doesn't work, please let us know the details how to reproduce it or give us your tmp root access.
Top