Search results

  1. Cold-Egg

    how can enable CORS on openlitespeed (admin panel)?

    I simply test with settings: Type: Static URl: / Locations: $SERVER_ROOT/Example/html/ You can verify with default page: http://Your_Domain/index.html Please correct me if I am wrong
  2. Cold-Egg

    how can enable CORS on openlitespeed (admin panel)?

    You can try Access WebAdmin>Virtual Hosts>Context Create a type and URl you want with Extra Headers: Access-Control-Allow-Origin * Restart lsws gracefully Then you can see Response Headers like this: Accept-Ranges: bytes Access-Control-Allow-Origin: * Cache-Control: public, max-age=604800...
  3. Cold-Egg

    mysqli_real_connect(): Headers and client library minor version mismatch.

    I just clean installed CentOS 7 + ./ols1clk.sh -w without any problem. You may want to try the following commands to fix the mysql version issue: yum -y remove lsphp56-mysql yum -y install lsphp56-mysqlnd service lsws restart
  4. Cold-Egg

    install redis on php 7 (lsphp70)

    We have a wiki on this here for Enterprise but should work the same for OLS: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:redis#verify_the_installation
Top