Search results

  1. 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.
  2. Cold-Egg

    Unable to access ip address:8088

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

    How to run Perl CGI

    Have you created a CGI context? Where's the script location? any test URL?
  4. 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!";
  5. 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
  6. 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.
  7. Cold-Egg

    Mail is not working

    You might want to post on CyberPanel forum for such issue, https://community.cyberpanel.net/
  8. 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.
  9. 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.
  10. Cold-Egg

    DOCUMENT_ROOT

    To change the doc root location, check step 5 of https://docs.openlitespeed.org/configuration#create-virtual-host-directories
  11. Cold-Egg

    Guide to the OLS Dashboard

    Yes, it may stay 0 when your page is cached.
  12. Cold-Egg

    Errors using openlitespeed

    If it's still happening, please send the issue to support@litespeedtech.com for further help.
  13. Cold-Egg

    DOCUMENT_ROOT

    OpenLiteSpeed does support $DOC_ROOT in the config file.
  14. Cold-Egg

    Error establishing database connection

    It's maintained by LiteSpeed. May I know if it's a fresh installation, did you migrate any site yet? I just launched a new one and finish the installation without any issue. Did you select additional options?
  15. Cold-Egg

    Guide to the OLS Dashboard

    Requests in Processing is the number of concurrent requests being processing at the time when the report is generated.
  16. Cold-Egg

    Perfect OpenLiteSpeed, May I Know which Country It belongs to ?

    Hi Jacky, I'm glad you like it. OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise, everyone can use it, not for sale. If you want to use OpenLiteSpeed as a proprietary product, contact us about obtaining an OEM license. Feel free to check about us
  17. Cold-Egg

    Errors using openlitespeed

    Try restart web server, and see how it goes, systemctl restart lsws; killall lsphp Do you have only this lsphp setup? please check if you have other PHP external apps set on the server level.
  18. Cold-Egg

    FastCGI - X-Sendfile and X-Sendfile2

    Please check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:internal-redirect, hope it helps.
  19. Cold-Egg

    How to do Access Control of Virtual Host ' Web Socket Proxy

    How about using the rewrite rule inside of the Rewrite tab? RewriteCond %{REMOTE_ADDR} ^123\.12\.[0-9]{1,3}\.[0-9]{1,3}$ RewriteRule .* /wherever/ [L]
  20. Cold-Egg

    How do you change the MIME tyes in open litespeed?

    May I know if this is a costumed PHP site? Could you share the whole content of .htaccess file? Refer https://stackoverflow.com/questions/50813133/refused-to-apply-style-because-its-mime-type-text-html-is-not-supported-styles
Top