Search results

  1. Cold-Egg

    upload_max_filesize ?

    Hi, @k0fein I will use lsphp80 as an example to set up a bind mount for php.ini. 1. Move/Copy the php.ini out of the litespeed folder, run the following commands from the host. docker-compose exec litespeed su -c 'mv /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini /usr/local/lsws/conf'...
  2. Cold-Egg

    how to install lsphp71?

    http://rpms.litespeedtech.com/debian/pool/main/focal/ Please use PHP version start from v72
  3. Cold-Egg

    CPU core limitation

    You might want to check cgroup https://openlitespeed.org/kb/using-cgroups-v2-with-openlitespeed/ or CloudLinux to limit such resources.
  4. Cold-Egg

    file_get_contents 403 in OpenLiteSpeed | PHP 7.4

    I upload an SVG to my test site but no 403 return with the iTheme security plugin(free version). Maybe you can also raise a question on iTheme Security forum. A similar issue before, https://wordpress.org/support/topic/svg-files-forbidden-403-errors/
  5. Cold-Egg

    OpenLiteSpeed WordPress Docker Container

    Because the demosite.sh will import .env file. Before running the "bash bin/demosite.sh " command, please edit the .env file with your domain name DOMAIN and MYSQL_DATABASE name.
  6. Cold-Egg

    WHMCS change from Apache to Openlitespeed

    Ok, have you checked the rewrite log, or is it possible to share the whole content of the .htaccess file?
  7. Cold-Egg

    PHP upgrade on GCP

    Here you go https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80
  8. Cold-Egg

    httpd_config.conf file keeps crashing on 1.7.14

    Maybe you can raise a ticket to support@litespeedtech.com for a further look
  9. Cold-Egg

    CPU core limitation

    You can specify a number to Web Admin > Server Configuration > General > CPU Affinity, this is for the whole server, can not specify to website.
  10. Cold-Egg

    SSL error for www -version of domain

    Example command certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com But it won't fix your 404 issue since it means the file is not found.
  11. Cold-Egg

    WHMCS change from Apache to Openlitespeed

    Maybe you can try to set a different listener port on OpenLiteSpeed so it can run in parallel. May I know if you have set up virtual host, PHP handler, and document root correctly? Does it loadable if you put a phpinfo page?
  12. Cold-Egg

    ols wedadmin php version

    HI, It's not configurable through the web admin, hence web admin is not allowed to public. If you want, try to symlink /usr/local/lsws/admin/fcgi-bin/admin_php to the php binary file you want. Note, PHP 8 is not ready for webadmin yet.
  13. Cold-Egg

    "Unable to locate package openlitespeed" Error while installing CyberPanel on ubuntu

    @Khosmhyn In that video, he changed the CPU back to AMD at 3:12 :ROFLMAO:
  14. Cold-Egg

    Listener mapping, URL masking

    Right, static context is not enough for this case. Should use the proxy method. May I know if abc.xyz.com:3000 is a nodeJS, not a WordPress site right? First, you might want to set up a subfolder called abc, and make sure xyz.com/abc is loadable. For checking, you can add IP and xyz.com to your...
  15. Cold-Egg

    "Unable to locate package openlitespeed" Error while installing CyberPanel on ubuntu

    @Khosmhyn Please share the log output Also the output of "name -a" and "lscpu" may help.
  16. Cold-Egg

    My website not opening

    Maybe due to DNS propagation? nslookup sbaccounting.com.ng ** server can't find sbaccounting.com.ng: SERVFAIL Can you see the site if you add IP and domain to your host file?
  17. Cold-Egg

    ssl not work

    https://medium.com/@saurabh6790/generate-wildcard-ssl-certificate-using-lets-encrypt-certbot-273e432794d7
  18. Cold-Egg

    Listener mapping, URL masking

    Set listener with domain mapping to xyz.com, then set a static context called abc to abc.xyz.com document root should do the item 1.
  19. Cold-Egg

    ssl not work

    Hi, Did you hit the limit? https://letsencrypt.org/docs/rate-limits/ The main limit is Certificates per Registered Domain (50 per week) Maybe you can apply Wildcard SSL certificate?
Top