Search results

  1. T

    Debian 12 lsphp81-gd

    I was forced to upgrade from PHP 7.4 to 8.1 on my Debian 12. After solving a lot of issues, I'm down one. My application image resize is not working. I get this: PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried...
  2. T

    Webp support in GD for PHP 8.1

    How do I add Webp support in GD for PHP 8.1. I was able to do this before with PHP 7.3. I'm using Debian 11.
  3. T

    Fatal error: Uncaught Error: Call to undefined function imagecreatefromjpeg()

    I have a fresh install of Openlitespeed, Debian 11.3, and have tried PHP 7.3, 7.4, and 8.0 without success in eliminating this error. For all PHP versions I tried, GD is enabled. What should I try? I attached PHP info from a working server and the one not working.
  4. T

    Repository for Debian 11 containing lsphp73-opcache

    I upgraded to Debian 11 and found that the lowest version of PHP in the default openlitespeed repository is PHP 7.4. Because of one application, I have to use PHP 7.3. I want to install lsphp73-opcache but can't find a way to install it. Is there a repository I can add to Debian 11 that contains...
  5. T

    Add lsphp73-intl to Debian 11

    I have an application that is forcing me to stick with PHP 7.3. I compiled PHP 7.3 in Openlitespeed. Now I'm trying to install Roundcube and can't because of the missing PHP intl extension. How can I add this extension to Debian 11? The repositories start at PHP 7.4.
  6. T

    403 Forbidden Port 7080

    Out of the blue, I'm getting an access error trying to get to Openlitespeed admin section. What should I try? Found the solution. I had added access control to the admin section. My IP address changed and I got locked out. The solution: Edit /usr/local/lsws/admin/conf/admin_config.conf change...
  7. T

    Limit Access to Port 7080

    Is there a way to limit access to port 7080 to one IP address? Maybe .htaccess? I found the answer. WebAdmin Settings > General > Access Control
  8. T

    Enable Pear

    I'm trying to get Roundcube to work on Debian 9 with lsphp73 and can't figure out how to enable Pear to get past a 500 error. Any ideas?
  9. T

    lsphp72-sodium for Debian 9

    I'm trying to install Magento 2 on a Debian 9 server and it requires the sodium php extension. I have a Centos 7 server that had lsphp72-sodium available to install but I can't find the same for Debian. Where can this be found? Still digging. Found that Sodium is installed but needs to be...
  10. T

    Redirect 404 errors to /

    How do I redirect 404 errors to /?
  11. T

    Updates Losing Configuration

    I have Debian Linux 9 and the last 2 times I updated Open Litespeed with Webmin, I lost my configuration and admin login. Should I be doing something different?
  12. 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...
  13. 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 =...
  14. 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?
Top