Search results

  1. T

    Magento 2 Install

    I figured this out. This fixed it. rm /usr/bin/php ln -s /usr/local/lsws/lsphp71/bin/php /usr/bin/php
  2. T

    Magento 2 Install

    Checked again and you are right "/usr/local/lsws/lsphp71/bin/php" worked. Why would the symbolic link not work the same?
  3. T

    Magento 2 Install

    I did with the same result. I have a symbolic link set up from /usr/bin/php to /usr/local/lsws/lsphp71/bin/php
  4. T

    Magento 2 Install

    I'm installing Magento 2.2.2 on Centos 7 using Litespeed PHP 7.1.14 and after the install, it appeared no CSS was applied. I found this solution to that problem: php bin/magento setup:static-content:deploy php bin/magento indexer:reindex rm -rf var/cache/* chown -R nobody:nobody but when I...
  5. T

    Monit Configuration Example

    Does anyone here have a configuration example for Openlitespeed to use in the Linux monitoring app Monit? I will answer my own question for others. check process OpenLitespeed with pidfile /tmp/lshttpd/lshttpd.pid start program = "/usr/local/lsws/bin/lswsctrl start" stop program =...
  6. T

    'Process Limit' probably is too low

    Silly me, I went to App Server instead of External App. Notice gone. Thanks again.
  7. T

    'Process Limit' probably is too low

    Thanks, I changed both those and I still get the same notice after a restart.
  8. T

    'Process Limit' probably is too low

    I'm getting this in my log file: [config:server:epsr:lsphp] 'Process Limit' probably is too low, adjust the limit to: 1240. Where do I set this?
  9. T

    SSL VHOST Config

    I'm in the same boat. I'm new to Litespeed. I can only get one website to work with SSL. Only the one using the SSL files listed in the Listener. I tried setting up a second Listener using port 443 but that crashed Litespeed. How do I configure multiple SSL certificates?
Top