Search results

  1. Hifihedgehog

    Can't install lsphp80-pecl-imagick: nothing provides libMagickCore

    Not to be "that guy" but while the issue has been fixed for PHP 7.3 through 8.1, the error "nothing provides libMagickWand-6.Q16.so.6()(64bit)" yet remains outstanding for 1 year+ for PHP 7.1 and 7.2 in AlmaLinux 8. Any ETA at all for this?
  2. Hifihedgehog

    SnappyMail with OpenLiteSpeed. How to adapt this .htaccess file?

    With the help of SnappyMail lead developer @the-djmaze, I was able to pinpoint the problem file which is .htaccess located under the directory public_html/snappymail/v/2.N.N/static/. The file contents are so: <IfModule mod_headers.c> <IfModule mod_rewrite.c> RewriteEngine On...
  3. Hifihedgehog

    Can't install lsphp80-pecl-imagick: nothing provides libMagickCore

    Any update on this? I had to do a migration to a new server with AlmaLinux 8 and ImageMagick is a must for us.
  4. Hifihedgehog

    Almalinux 8.6 failed to update ImageMagick-libs

    Any update on this? I had to do a migration to a new server with AlmaLinux 8 and ImageMagick is a must for us.
  5. Hifihedgehog

    ENV Path

    @hennaboy, here is a fix. You will need to add this line at the end of conf.php in Mailscanner. Until CyberPanel has a vHost config file, this is the best solution I can conjure up. Once you add this at the end of your conf.php file, ClamAV and Postfix's version information should now show up...
  6. Hifihedgehog

    ENV Path

    I also tried editing the command section. That didn't work, either, but only because OpenLiteSpeed, unlike LiteSpeed, does not allow putting a path environment variable before the actual lsphp path. For reference, in LiteSpeed, editing the command section would have worked since it allows...
  7. Hifihedgehog

    ENV Path

    OK, I tried this, but it doesn't seem to work:
  8. Hifihedgehog

    ENV Path

    I believe I've found it: https://openlitespeed.org/kb/server-environment-variables/
  9. Hifihedgehog

    ENV Path

    So the question here is how do we change the PATH variable environment for OpenLitespeed?
  10. Hifihedgehog

    ENV Path

    The PHP environment PATH needs to be changed from this default, which I currently see as this: For MailWatch to fully work as hennaboy has requested, it needs to be /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin.
  11. Hifihedgehog

    ENV Path

    Any update? I am also having this issue.
  12. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Strange indeed! Thanks for reviewing all my information. In reevaluating my needs, Samba is not a need for my server since its first and only role is a web server and I have no need to integrate Active Directory with it. I only compiled that PHP extension since I was moderately annoyed by...
  13. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Here it is. In CentOS 7, I had installed samba-client and then I had compiled this extension using LSPHP 7.3.
  14. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Ah, I found it. Mea culpa. I had installed the php extension smbclient around when this issue began. Disabling that extension fixed it. I don’t have a grave need for Samba support, so I can live without it. I am unsure if it is an issue with this extension with all PHP implementations or if this...
  15. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Nope, it persists with 15. I know that it was working and I hadn't changed the configuration in Nextcloud at all.
  16. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    I tried both 16.0.0 and 16.0.1 and both do not work. I am trying version 15 now to see if that fixes the issue.
  17. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Done: https://test.techandtiny.com/example_homepage.txt
  18. Hifihedgehog

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    I can also create a quickie test install of NextCloud at the same URL for you to review and provide the credentials here. One moment. UPDATE: Here you go. https://test.techandtiny.com/nextcloud/ The username and password are both test.
Top