Search results

  1. Cold-Egg

    Switching from Apache to LiteSpeed (Issues)

    Hi May I confirm with you the web server is OpenLiteSpeed or LiteSpeed? If the issue is reproducible, please share to support@litespeedtech.com so we can take a further look.
  2. Cold-Egg

    Can't upgrade OLS on Ubuntu 18

    Hi, it should. And I just updated the above command.
  3. Cold-Egg

    Virtual directory?

    Check this https://openlitespeed.org/kb/setup-per-directory-file-php/
  4. Cold-Egg

    Virtual directory?

    You can add context to your virtual host configuration like so context /forum/ { location /www/wwwroot/mydomain.com/forum/ allowBrowse 1 indexFiles index.php accessControl { allow * } rewrite { enable...
  5. Cold-Egg

    Can't upgrade OLS on Ubuntu 18

    How about apt-get update apt-get upgrade openlitespeed and what is the current OLS version you have?
  6. Cold-Egg

    How to setup or modify 404 default page for all sites and IP address?

    The custom error page supports on virtual host level only, so you might also want to do the same to other virtual hosts.
  7. Cold-Egg

    High (Requests in Processing) on my server

    I see, but the 22% CPU usage is not really high actually. What's the output of the `top` command from console.
  8. Cold-Egg

    High (Requests in Processing) on my server

    Is it normal traffic or it's unusual? If it's an attack, try setup Recaptcha or throttling to stop the attack, https://docs.openlitespeed.org/docs/advanced/security
  9. Cold-Egg

    VPS Symfony app - error 404 except on root route

    I don't see an issue with the config yet. Did you change any settings or upgrade any package recently?
  10. Cold-Egg

    Unable to Use Git PUSH with AWS AMI "WordPress with LiteSpeed" ?

    Not sure if this is the same case as yours, https://stackoverflow.com/questions/22738196/permission-denied-publickey-when-pushing-commit-to-amazon-ec2
  11. Cold-Egg

    Failed to get process [18953] start time, not running, skip killing.

    If you think it's not permission-related, then you might want to check the folder size, as well as the tmp folder.
  12. Cold-Egg

    How can I host two (or more) Python Flask apps on the same OLS server

    What if you try to restart the lswsgi process? killall lswsgi Does any error show in logs? tail -f /usr/local/lsws/logs/*
  13. Cold-Egg

    Failed to get process [18953] start time, not running, skip killing.

    What does it show on WordPress UI? Is it a large file? and what's the suffix of the media file?
  14. Cold-Egg

    How can I host two (or more) Python Flask apps on the same OLS server

    I set up multiple Django Apps on the same VPS without issue. May I know if you have set up different domain names for these two virtual hosts? Before creating the app context in the second virtual host, does the site is still working normally?
  15. Cold-Egg

    apache .htaccess to OLS migration

    HI, 1. You only need to set Rewrite to On from the web admin. Check item 6 of the https://docs.openlitespeed.org/configuration#create-virtual-host-directories 2. Check https://forum.openlitespeed.org/threads/addtype-for-parsing-php-in-xml-files-not-working.4269/ 3. You need a "space" after the...
  16. Cold-Egg

    Curl with http/3 option cannot get web page

    It is expected that the first URL load with http/2 first then the same URL with http/3 is loaded. Chrome has to learn about a site that supports HTTP/3, this is done through HTTP headers, so the first request will be HTTP/2
  17. Cold-Egg

    Adding Alias Domain to DigitialOcean Droplete

    I saw you already found the exact post to follow https://forum.openlitespeed.org/threads/add-a-vhost-that-is-just-an-alias-for-this-existing-server.2566/
  18. Cold-Egg

    error 403 - owner of file does not match owner of vhost - strange one

    HIHI, just so everyone knows that the developers have openlitespeed package updated to address this issue. New rpm and Debian packages have been pushed. Please let us know if you encounter the same issue again.
Top