Search results

  1. Cold-Egg

    .htaccess restrict access to site via IP address

    Hi Dagan, please use public server IP. :)
  2. Cold-Egg

    Need help with Django one-click app from Digital Ocean

    Hi @dbinott, Sorry for the late reply. If this is a new virtual Host, have you add to the listener yet? Generally 404 issue happens due to no virtual host mapping to the listener. Best
  3. Cold-Egg

    OLS + Django = GET request URLs not working

    Hi @Noah May I know if this happens on latest OLS version which is v1.4.45? If so, could you log a ticket to bug@litespeedtech.com and tell us more about how to reproduce it? Best
  4. Cold-Egg

    404 after subdomain redirect to new openlitespeed digital ocean droplet

    Hi @matej, If you point your domain to the DO server and found out only IP works, probably listener haven't setup yet. I am not sure if you have configured listener like this to accept your domain and sub domain on both http and https, you can also use `*` to accept all for you to test...
  5. Cold-Egg

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

    Hi @verflext, So the issue has been fixed and will be released on 1.4.45 release version, you will see more details on change log. Best
  6. Cold-Egg

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

    Hi @verflext , Thanks, I can reproduce this locally by following your steps, will take a deeper look and update you soon. Best
  7. Cold-Egg

    min.js not working as intended

    Hi @Machiel92, This min.js has problem, lots of invalid character like �T, maybe replace min.js or reference to a jquery official cdn url can fix it. Best, Eric
  8. 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>...
  9. 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?
  10. 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
  11. 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.
  12. 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
  13. 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...
  14. 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/
  15. 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...
  16. 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,
  17. 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.
  18. 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...
Top