Search results

  1. P

    OLS PHP 5.6 wont compile with openssl.

    normally you should not compile php anymore, just use lsphpphp from repository. If you still want to compile yourself, make sure to check php forum for all kind of compiling errors, centos8 may not support php56. I would recommend your choose CyberPanel since it will install necessary phps...
  2. P

    Having trouble installing Symantec Encryption Everywhere SLL certificate from name.com on OpenLiteSpeed WordPress on DigitalOcean

    For OLS ssl setup, it should be as simple as https://openlitespeed.org/kb/ssl-setup/, your issue more like from the certificate itself, or if the certificate can be read by OLS as "nobody:nobody"
  3. P

    Multiple wp domains one virtualhost config

    The mass-hosting page you refer to is a feature on LiteSpeed enterprise, not available for OLS.
  4. P

    Reg Rules

    setting rewrite rules in OLS console is similar to set rules in apache virtual host configuration file. Setting rewrite rules in .htaccesss is similar to set rules in apache .htaccess. Both rules will apply. The rule syntaxs are different sometimes. Please only set rules to one place instead...
  5. P

    `ServerAlias *.|DOMAIN|` in OpenLiteSpeed (DirectAdmin)

    https://openlitespeed.org/kb/directadmin-configuration-files/#httpd-vhostsconf vhDomain example.com vhAliases www.example.com
  6. P

    reg tempalate based configration

    You just upgrade your OLS to latest version, if there is any new configuration, it should add automatically.
  7. P

    Multiple wp domains one virtualhost config

    You will need separate virtual host configuration file for each domain, however you can create a template yourself and copy over to make necessary change for the rest of the domains. For one virtual host to contain multi -domain, you can also consider yourdomain.com/sub1/ first wordpress...
  8. P

    Webadmin console on CentOS 8

    was OLS still running at that time with no access? ps -ef | grep litespeed
  9. P

    How to set a new MimeType with special characters + or @ # | etc.....

    OLS doesn't support AddType text/html .htm# AddType text/html .hif+ OLS only support rewrite rules in .htaccess You can try to add to conf/mime.properties
  10. P

    . CSS and. JS problems

    For your css and js, you will need to check server log why it doesn't load. or just bypass cloudflare to see if css and js load correctly or not. Most likely between connection of CloudFlare and Openlitespeed, if so, you can add CloudFlare to allowed IP list.
  11. P

    . CSS and. JS problems

    "when I changed the port to 8443 and tried to access from cloudflare ", you should not do that. CloudFlare doesn't support such port. You just need to access to the admin through ipv6:7080 directively.
  12. P

    503 error importing zipped wordpress post ONLY if Litespeed Cache is Enabled

    You can log a ticket with tmp root access, we can take a further look.
  13. P

    How To Set Openlitespeed with a DEFAULT WEBSITE (A host record)

    When you said "default" web site, how do you access it? yourdomain.com? or IP? setup on backend server on OLS should be easy. You will need to setup your AWS loadbalancer to point to your backend? How? While it is a question for AWS, you should check was load balancer documentation on how to...
  14. P

    How to optimize openlitespeed-wordpress on GCP f1-micro (1 vCPU, 0.6 GB memory)?

    0.6 GB memory looks too small. Your php and database will still need RAM to process, especially for woocommerce, not a simple wordpress site. Setting SWAP should be good practice when running out memory. increasing your RAM should be another soluttion. Enabling cache should help to avoid...
  15. P

    Which environment variables to use?

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi-environment-variables
  16. P

    OLS as redirection

    RewriteCond %{HTTPS} !=on RewriteRule (.*) https://yourdomain.com/$1 [R=301,L] shoud force https on your OLS reverse proxy already. Interm of reverse proxy setup, you can just follow the KB https://openlitespeed.org/kb/reverse-proxy-basics/ .
  17. P

    site goes down

    You can use real time stats tool to check if any WaitQ for any virtual host https://openlitespeed.org/kb/ols-web-admin-console/#Tools_Real-Time_Stats
  18. P

    How to update php version from 7.3 to 7.4 with OLWS on Ubuntu 20.04?

    I would also recommend you should use Cyberpanel + OLS together since free cyberpanel has automated a lot of stuff including installation of multi php versions. It will make the life much easier. but you can not install cyberpanel on your exiting OLS, it should be a bare OS...
  19. P

    site goes down

    It means that site needs more concurrent php processes. You will need to increase "LSAPI_CHILDREN" from external app environment variables.
  20. P

    Can't upgrade OpenLiteSpeed

    I believe only you can figure out who can touch that /etc/hosts file and modified it. OLS won't do such override at all.
Top