Search results

  1. M

    Modifying php.ini Has No Effect

    Forgive my ignorance -- is this also for php-fpm? Can you also confirm what you mean by web root? That can't be the public_html folder, can it? Otherwise, the user could do that themselves (which they cannot, obviously). Also, I am having issues applying the settings. If I go into...
  2. M

    Modifying php.ini Has No Effect

    Would you elaborate please precisely on the procedure? I find Directadmin's documentation to be a little lacking. In the meantime, I managed to find a less elegant solution than yours. Under "/usr/local/directadmin/data/users/[username]/php" you need to create a file: 'domain.com.ini'...
  3. M

    Modifying php.ini Has No Effect

    I am trying to modify certain variables. I followed the instructions here: https://docs.directadmin.com/webservices/php/php-options.html and created the file: /usr/local/directadmin/data/users/username/php/domain.com.ini (is it supposed to be "domain.com.ini or do I customize this to my own...
  4. M

    lfd on System Integrity checking detected a modified system file

    I wish to report back that I did in fact have automatic updates enabled and that's what was causing the lfd e-mails. And sure enough, after the August 30 update, I got the alert. I had the mistaken belief that custombuild manual updates also meant da manual updates. But in fact, I read the...
  5. M

    lfd on System Integrity checking detected a modified system file

    Thanks very much. I issued: service directadmin restart csf -r ...I'll let you know if this fixes it. I want to avoid adding da to the ignore file... The frequency is once per day -- so I will do it if it comes down to it, but I want to know first if this is something I should let the...
  6. M

    lfd on System Integrity checking detected a modified system file

    I know this s been covered before ad nauseum, but I could not find an answer for my issue. I must have done the update two weeks ago, yet I keep receiving emails from LFD with this message: The following list of files have FAILED the md5sum comparison test. This means that the file has been...
  7. M

    How Can I Purge Installatron

    Somehow, Installatron keeps installing itself from a user account and then it shows up installed in both my user account and my administrator account. It installs itself from an action in the menu of the user account (like clicking on Roundcube). This is after I uninstalled and deleted it from...
  8. M

    DirectAdmin Mailing List Issue - Messages Not Delivering (Local Delivery Failed)

    I apologize for nerco'ing this thread, by I am experiencing a similar issue. External e-mails work fine, but internal system emails all fail. They are being sent from '[email protected]' to 'root'. The error isn't very helpful: "Mail delivery failed: returning message to sender"...
  9. M

    ERR_TOO_MANY_REDIRECTS

    Apologies, that was my own fault - wpdiscuz needs to be manually added to the block layout with Wordpress' new default themes. I wish to thank Roman for solving my issue. It turns out you DO NOT need an .htaccess. The issue is in fact Wordpress' fault. Per Roman's fantastic and thorough...
  10. M

    ERR_TOO_MANY_REDIRECTS

    I managed to solve the issue by using Installatron to install Wordpress which generated an .htaccess for me (something DirectAdmin's WordPress manager should do but does not, for some reason): # Block the include-only files. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule...
  11. M

    ERR_TOO_MANY_REDIRECTS

    Does anyone understand the underlying cause of this issue (which was never fixed and still persists till today?) I can get around it by adding what was posted above, and also adding a couple of lines to the functions.php of the active theme: update_option( 'siteurl', 'https://www.example.com'...
  12. M

    Note: the previous Let's Encrypt config is still set to renew in 4750 days.

    Sorry to necro, yes I have this issue, with the default skin, and it says 5444 days.
  13. M

    Separate Certificate For Mail

    I have opted to use the Cloudfare certificate in lieu of LetsEncrypt in DirectAdmin for my domain, but this introduces an issue. The CloudFare certificate only operates properly on http. It will work with the mail as well, but it is no better than a self-signed certificate because it is...
  14. M

    DNS for second domain no longer functioning

    Would you please elaborate on your answer? Perhaps I should clarify as well: On my registrar, the domain is pointing to ns1.server-x-x-x-2.da.direct. (and ns2...). I am not using my registrar's DNS. I have two IPs on my server, this was working fine for both domains until this morning. Now...
  15. M

    DNS for second domain no longer functioning

    On my server I have two domains setup on Directadmin. I have DNS set up with two NS records for each domain using the default DA hosted DNS thusly: ns1.server-x-x-x-1.da.direct. ns2.server-x-x-x-1.da.direct. And for the second server: ns1.server-x-x-x-2.da.direct...
  16. M

    AllowOverride = All -- Make HTTPD.CONF changes persistent

    I fixed it. These four template files need to be modified: /usr/local/directadmin/data/templates/virtual_host2.conf /usr/local/directadmin/data/templates/virtual_host2_secure.conf /usr/local/directadmin/data/templates/virtual_host2_secure_sub.conf...
  17. M

    AllowOverride = All -- Make HTTPD.CONF changes persistent

    Alright, this is just silly, I'm going to open a ticket.
  18. M

    AllowOverride = All -- Make HTTPD.CONF changes persistent

    Hmmm... That's not working for me. Neither is chattr... modifying httpd-directories.conf isn't enough (I thought it was working because I was reloading from cache). The issue is that I need to remove this line from the per domain (e.g. the one located in...
  19. M

    AllowOverride = All -- Make HTTPD.CONF changes persistent

    This solution worked for me, from here: https://docs.directadmin.com/webservices/apache/customizing.html chattr +i /etc/httpd/conf/extra/httpd-directories.conf After issuing 'da build rewrite_confs', it survives in the file. The other methods did not work. This ought to be integrated better...
  20. M

    AllowOverride = All -- Make HTTPD.CONF changes persistent

    So I have installed Drupal many times, but this time I'm doing it with DirectAdmin. My issue is that after the installation is complete, the Drupal page does not display CSS/JS. The issue is that AllowOverride must be set to all in .htaccess but it is being overridden by DA's http.conf...
Back
Top