Search results

  1. Cold-Egg

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Hi @verflext, I am not familiar with JS code so just grabed a simple post script and try. It seems works fine with Post request. const http = require('http'); const server = http.createServer((req, res) => { res.end(` <!doctype html> <html> <body>...
  2. Cold-Egg

    How to open port on openlitespee

    Hi, may I also ask whats the output of `firewall-cmd --list-all | grep 8890`. Could you also verify if config firewall directly on CyberPanel works or not?
  3. Cold-Egg

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Hi @verflext , Thanks for your report, we will try to reproduce it locally first and update you here soon. Best
  4. Cold-Egg

    Getting started with a blank PHP site

    You are welcome. :D Also welcome to join LiteSpeed community here: https://goo.gl/FG9S4N Sometimes you may get help from there as well.
  5. Cold-Egg

    Getting started with a blank PHP site

    Hi kiwhen, May I know how what else you have setup for listeners? Have you add virtual hosts + Domains to both 80 and 443? Best, Eric
  6. Cold-Egg

    How to use with W3TC plugin

    Hi @breakpoint25 The "invalid rewrite directive" is because openlitespeed does not support these rewrite directive. More setup info please check this post https://forum.openlitespeed.org/threads/invalid-rewrite-directive.3577/ I may suggest you try LiteSpeed Cache since you already using...
  7. Cold-Egg

    After running yum update today, OpenLiteSpeed is Missing In /etc/init.d/lsws

    Fixed method and Result are here: https://www.litespeedtech.com/support/forum/threads/after-running-yum-update-openlitespeed-is-missing-in-etc-init-d-lsws.17210/
  8. Cold-Egg

    Good night everyone! I'm suffering from a trouble caused by SSL

    Hi, I can see the warning shows on Firefox but Chrome works fine. Somehow https://fitpolo.net/ stuck on FF due to cert issue? But it should redirect to www first. https://www.ssllabs.com/ssltest/analyze.html?d=www.fitpolo.net I didn't see any ssl issue from this report. Do you test it...
  9. Cold-Egg

    Good night everyone! I'm suffering from a trouble caused by SSL

    Hi, I checked https://www.fitpolo.net/ seems no cert issue, does this happens on your dev server? Can you take a snapshot with the certificate from browser which should mentioned valid from xxx to xxx Best,
  10. Cold-Egg

    LS mod_pagespeed

    Hi @adz, I know why. I installed via 1-click install method which includes pagespeed module already. If your server doesn't has it, for CentOS, you can try yum install ols-pagespeed. That wiki is outdated and will be updated soon.
  11. Cold-Egg

    LS mod_pagespeed

    Hi @adz, I just do a newly install with v1.4.39 and pagespeed module auto-installed already and conf file is in /usr/local/lsws/conf too. May I ask which version you are running with? cat /usr/local/lsws/conf/modpagespeed.conf module modpagespeed { param <<<END_param pagespeed on pagespeed...
  12. Cold-Egg

    PHPmyAdmin - file size exceeded the maximum size permitted by your PHP

    Hi Please check this `/usr/local/lsws/lsphp56/etc/php.ini` Update `upload_max_filesize = 2M` to higher number lsphp56 number maybe different. Best,
  13. Cold-Egg

    Upgraded and getting MySQL Extension error

    Hi thecomicshq, I think you may just need to install php mysql package, e.g. yum install lsphp56-mysqlnd. If you installed already but still not work, can you paste your phpinfo here?
  14. 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
  15. 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...
  16. 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
  17. 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