Search results

  1. Cold-Egg

    OLS v8.0.1 with PHP v8.0 on Ubuntu 20.04

    You will need to use LSPHP which has LSAPI included in order to communicate with LSWS/OLS. To switch PHP versions, no need to use a custom PHP build. So you have lsphp74 set in the virtual host but the site is still using PHP 80? Please share both the server and virtual config file so we can...
  2. Cold-Egg

    LightSail Wordpress imagick & intl

    I see, by using the ols1clk script. Then those two packages are not pre-installed. You might want to run apt-get install lsphp80-intl lsphp80-imagick -y
  3. Cold-Egg

    LightSail Wordpress imagick & intl

    Under the document root, run the following command, echo '<?php phpinfo();' > phpinfo.php then visit the site, e.g. http://example.com/phpinfo.php Could you share some information about how did you launch OLS WP on Lightsail? I remember AWS does not provide an LSWS solution on lightsail?
  4. Cold-Egg

    Deploy an Elastic Beanstalk enviroment with OpenLiteSpeed

    https://www.litespeedtech.com/support/forum/threads/setting-up-litespeed-on-elastic-beanstalk.16482/ We don't have any existing stack/script to do it, you might need to config everything manually.
  5. Cold-Egg

    LightSail Wordpress imagick & intl

    Do you mean AWS EC2? Imagick and intl package should be installed by default. You might want to create a phpinfo page to show all the PHP modules.
  6. Cold-Egg

    Lost vhost directory after each docker-compose

    HI https://github.com/litespeedtech/ols-docker-env/blob/master/docker-compose.yml#L20-L26 It seems the admin password (/usr/local/lsws/admin/conf ) and vhost conf (/usr/local/lsws/conf) are included. Maybe you can update "- ./lsws/conf:/usr/local/lsws/conf" to "- ./lsws:/usr/local/lsws", so it...
  7. Cold-Egg

    webadmin username

    Use the following to reset: /usr/local/lsws/admin/misc/admpass.sh
  8. Cold-Egg

    DOCUMENT_ROOT

    For OLS, it's doable but not easy. You might want to install it from the source code and put a custom prefix. Check https://openlitespeed.org/kb/installation-from-source-code/#Installation_Steps Note4. FYI, Apache uses the same term...
  9. Cold-Egg

    litespeed is not running and Can not Login at WebAdmin, but CyberPanel is OK

    The above log means restart, we probably need to check more std or error log to find out the reason. Please submit an issue to support@litespeedtech.com with this post link appended.
  10. Cold-Egg

    DOCUMENT_ROOT

    You are right, and I still don't understand your question. $SERVER_ROOT is the directory where OLS was installed to. $DOCUMENT_ROOT can be set to anywhere when you define a virtual host. If you want to move the $SERVER_ROOT, then why do you keep saying "DOCUMENT_ROOT"?
  11. Cold-Egg

    How to fine tune the server settings for 1gig of memory?

    Hi, wp-admin is not cacheable. Also, to increase the PHP performance, it may be no help to increase the parameter that you listed. Server original PHP value should be good enough, maxConns 10 env PHP_LSAPI_CHILDREN=10 env...
  12. Cold-Egg

    How to run Perl CGI

    I don't know, I moved the script outside of the cgi-bin folder is still working fine.
  13. Cold-Egg

    Unable to access ip address:8088

    7080 is secured, so you should visit it with https. 8088 is http only.
  14. Cold-Egg

    How to run Perl CGI

    Have you created a CGI context? Where's the script location? any test URL?
  15. Cold-Egg

    How to run Perl CGI

    I followed the same, and use the perl script from https://perlmaven.com/hello-world-with-plain-cgi, then it works. before loading it from the web, make sure perl xxx works from the SSH console. #!/usr/bin/perl use strict; use warnings; print "Content-type: text/html\n\n"; print "Hello World!";
  16. Cold-Egg

    Unable to host the OpenLiteSpeed server under AWS Application load balancer

    HI, why don't you just use OLS -> NodeJS instead of OLS -> Apache -> NodeJS? You need to make sure the setup is working before applying the AWS Elastic Load balancer
  17. Cold-Egg

    OpenLiteSpeed swapping directory keeps getting full

    I don't think LSCache stores cached files there, did you leave the log debug level to debug and high? If so, please set it to None and Error level. Otherwise, you can send the issue to support@litespeedtech.com for further check.
  18. Cold-Egg

    Mail is not working

    You might want to post on CyberPanel forum for such issue, https://community.cyberpanel.net/
  19. Cold-Egg

    cant redirect with reverse proxy

    Please join LiteSpeed community on slack https://litespeedtech.com/slack and DM me @eric from there, so I can help you more quickly.
  20. Cold-Egg

    cant redirect with reverse proxy

    Please follow https://docs.openlitespeed.org/docs/advanced/proxy and the proxying-with-rewrite-rules method to set up.
Top