Search results

  1. M

    libphp7.so undefined symbol: curl_mime_name

    After changing to php-fpm, build php again, and rewrite_confs Apache is working again.
  2. M

    libphp7.so undefined symbol: curl_mime_name

    I'm using PHP 7.4 [root@web01 ~]# php -m | grep curl curl [root@web01 ~]# There is no specific reason mod_php is used. Wasn't that previously the default. After changing to php-fpm, build php again, and rewrite_confs Apache is working again.
  3. M

    libphp7.so undefined symbol: curl_mime_name

    The latest version of libcurl is already installed. The content of httpd-phpmodules.conf
  4. M

    libphp7.so undefined symbol: curl_mime_name

    I use DA 1.645, which is the latest There is no update for libcurl at the moment available by yum.
  5. M

    libphp7.so undefined symbol: curl_mime_name

    After updating PHP Apache won't start anymore httpd[23207]: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 4 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/libphp7.so into server: /usr/lib/apache/libphp7.so: undefined symbol...
  6. M

    Directadmin via port 443 proxy

    With https://help.directadmin.com/item.php?id=15 I made Directadmin available via https://...:2222. Due to firewall issues I would like have Directadmin available via port 443. Used https://help.directadmin.com/item.php?id=84 to do this with https://cp.domain Created the subdomain under the...
  7. M

    Problem on creating new SSL with LetsEncrypt in DirectAdmin

    I'm trying to create a SSL certificate for the Directadmin > letsencrypt.sh request <servername> 4096 Connection: close { "type": "urn:acme:error:invalidEmail", "detail": "DNS problem: NXDOMAIN looking up MX for <servername>", "status": 400 }. There is a MX record in DNS available...
  8. M

    Solve DirectAdmin invalid SSL error on login page using LetsEncrypt

    I got the following error when following the step for Using the free "Let's Encrypt" tool to secure 2222 on http://help.directadmin.com/item.php?id=15: > ./letsencrypt.sh request <host> 4096 Setting up certificate for a hostname: <host> Getting challenge for <host> from acme-server... User...
  9. M

    How-to create individual Diffie-Hellman (DH) 2048 bit keys for nginx and nginx_apache

    This server was still running with custombuild 1. Didn't realized this before, because the others has already CB2. After updating to custombuild 2 the issue with removing the mod_ruid2 configuration is solved.
  10. M

    How-to create individual Diffie-Hellman (DH) 2048 bit keys for nginx and nginx_apache

    I have followed the steps, but have an issue with step '5. Update nginx.conf' With ./build rewrite_confs somehow my mod_ruid2 configuration is gone.
  11. M

    .Send Messages folder

    For this email account IMAP is used when accessing the email with Outlook. For all the other addresses POP is used, end here only .Send is available. Ok, so by using IMAP the .Send Messages will be created. When accessing the email account by webmail, does it show then the content of both...
  12. M

    .Send Messages folder

    Noticed for one emailaccount that in /home/<user>/imap/<domain>/<account>/Maildir there are ".Sent Messages" and .Send folders for send emails. All other accounts have only .Send. Where is this ".Sent Messages" folder come from? Where is this used for?
Back
Top