Search results

  1. lskagan

    Inexplicable 404 error for OLS

    There are no entries in `/usr/local/lsws/log/error.log` about the 404?
  2. lskagan

    Updates Losing Configuration

    The latest package should account for these issues. Please let us know if they do not.
  3. lskagan

    libxml

    libxml is included in the common package: lsphp72-common
  4. lskagan

    mod_security fails in ubuntu 16.04

    How do you have OLS installed via apt? If so you can just run `apt-get install ols-modsecurity` to install mod_security instead of compiling it.
  5. lskagan

    cache rewrite rule question

    Yes, as long as those files are not handled by WordPress it should be fine.
  6. lskagan

    OLS crawler for cache?

    Not for OLS it doesn't, just for Enterprise.
  7. lskagan

    OLS crawler for cache?

    The crawler feature was added in V1.4.29 and should be enabled by default with you just needing to enable it in WordPress.
  8. lskagan

    RPMS for Ubuntu 18 LTS

    Hello, they have already been released and you can find out how to install them via this link here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:apt
  9. lskagan

    Updates Losing Configuration

    Hi @TexasGreg, I am unsure how Webmin does upgrades for packages installed by APT but when you run `sudo apt-get upgrade openlitespeed` it will prompt you if you want to overwrite your `httpd_config.xml` and `.htpasswd` file. Like the following: root@deb9-rpm:~# apt-get upgrade Reading package...
  10. lskagan

    Python LiteSpeed LSAPI 503 Error

    Did you check stderr.log? What code are you trying to run? Can you try the following: def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/plain')]) return ['Hello World!\n'] Save it as hello.wsgi and try to visit it?
  11. lskagan

    OpenLS vs. Enterprise?

    The biggest difference between OLS and LSWS is the Apache compatibility. About stability is that we usually put new features inside of OLS first before LSWS and this can cause some bugs here and there. OLS does support HTTP/2 and everything with SSL, the only thing it does not support is QUIC...
  12. lskagan

    Unable to host 2 domain

    You will want to setup the per vhost/domain SSL certificates under the Virtual Host. There should be an SSL tab under each Virtual Host that you will want to configure. The main Listener SSL is for the main SSL cert of the server, it can be one of the domains or a self signed certificate it does...
  13. lskagan

    Magento 2 Install

    Please try running php directly ie /usr/local/lsws/lsphp71/bin/php bin/magento setup:static-content:deploy.
  14. lskagan

    phpMyAdmin issue

    Please try the following command: `yum install lsphp72-json` then do a graceful restart of OLS and it should be working.
  15. lskagan

    phpMyAdmin issue

    How did you install lsphp72?
  16. lskagan

    tmp tasks of lsphp which installed by ols, take to much cpu

    You can try adding Max Idle time of about 15 seconds. This will kill off idle PHP processes after 15 seconds.
  17. lskagan

    SSL VHOST Config

    You will want to setup the main SSL Cert on the listener, this can be a self signed or trusted certificate. Then under each VHOST, there is an SSL tab to specify the location for the domain/vhost specific SSL certificates. Then under the SSL Listener map the vhost and domain to that listener...
  18. lskagan

    PHP Upload not working on SSL page

    1.4.29 has been released. If you used an RPM you can update it via yum update or you can compile from source.
  19. lskagan

    Update OpenLiteSpeed 1.4.29 No Start.

    Is there any info in the Error Log?
  20. lskagan

    Php Setups

    For each OLS process you have it will spawn a main LSPHP process for each account. At which point it will spawn up-to how many children you specified.
Top