Search results

  1. D

    Exim does not deliver local e-mail since upgrade to 4.93.0.4 ?

    That sounds good. :) I also has eximconf_release=4.5, that would be the newest.
  2. D

    Exim does not deliver local e-mail since upgrade to 4.93.0.4 ?

    You should always use the newest release of both exim.conf and exim. Yes, you should change eximconf=no to become eximconf=yes, then do this: cd /usr/lcoal/directadmin/custombuild ./build update ./build exim_conf ./build exim
  3. D

    Which control panel do you prefer? cPanel, Plesk, DirectAdmin etc...

    I still don't see the point of this thread. If you do not prefer DirectAdmin, why would you then be in this forum? This forum is for DirectAdmin users. I suggest that a forum admin close this thread.
  4. D

    PHP-FPM Opcache optimal settings? opcache.enable_cli and opcache.file_cache

    @sparek, I tested by using this script on a regular user domain/website: https://github.com/rlerdorf/opcache-status/blob/master/opcache.php The script does not show any file paths or file names from the cache when clicking the tab "Scripts (378821)". This confirms that it is not possible for...
  5. D

    PHP-FPM Opcache optimal settings? opcache.enable_cli and opcache.file_cache

    @sparek, it should be perfectly safe to use memory based opcache if you have set the correct settings, for example: opcache.validate_permission=1 "Validates the cached file permissions against the current user"...
  6. D

    Windows 7, Outlook 2007 Exim cipher suite

    @smtalk, 6 other users has clicked "Like" on my reply at https://forum.directadmin.com/threads/custombuild-ssl_configuration-intermediate-setting-will-now-also-drop-tls-1-1-and-older-for-exim-and-dovecot.60422/post-309514 regarding a separate option for mail like this...
  7. D

    Apache / 2.4.41 (http) Service is not running

    @khiavnet, The file /etc/httpd/conf/ssl.crt/dhparams.pem should exist and should not be empty after doing ./build rewrite_confs , but if it still is missing or empty, you can temporary remove the last line from /etc/httpd/conf/extra/httpd-ssl.conf, remove this: SSLOpenSSLConfCmd DHParameters...
  8. D

    Apache / 2.4.41 (http) Service is not running

    @smtalk. I did see this in Custombuild changelog: 2405 - Fix OpenSSL <1.0.2 version check for SSLOpenSSLConfCmd use on CentOS6/Debian8/Debian9 However we are not using CentOS6/Debian8/Debian9, we are only using CentOS 7 and CentOS 8, but still after doing ./build rewrite_confs I get this in...
  9. D

    FeatReq: DA Plugin Repository - with plugin-validations, last updated, new version checks, payment-handling etc.

    I think it is a good idea. However I do not see how DirectAdmin could check for malware in all cases, because many plugins uses ioncube encoding. Maybe it should be a requirement that the plugin is not encoded, before it is allowed in DAPR.
  10. D

    make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 When trying to install

    I know you said that not all memory was used, but still think that is your problem. 256 MB RAM is not much. Please see https://directadmin.com/install.php where it says: "minimum 1 GB of memory is required", and "at least 2 GB of swap memory". Also please note that for CentOS 8 you need minimum...
  11. D

    PUT and DELETE methods still not allowed for domain

    It even says this in the DirectAdmin documentation at https://help.directadmin.com/item.php?id=700 : To enable all the possible HTTP methods, just use: cd /usr/local/directadmin/custombuild ./build set http_methods ALL ./build rewrite_confs So I still think it should work if you test it for real.
  12. D

    PUT and DELETE methods still not allowed for domain

    Update: I get the same as you when I test with your command: [root@server ~]# nmap -p 80 --script http-methods localhost Starting Nmap 6.40 ( http://nmap.org ) at 2020-02-08 21:46 CET Nmap scan report for localhost (127.0.0.1) Host is up (0.000072s latency). PORT STATE SERVICE 80/tcp open...
  13. D

    PUT and DELETE methods still not allowed for domain

    After you change to http_methods=ALL in options.conf and do ./build rewrite_confs you should have this line number 9 in /etc/httpd/conf/extra/httpd-directories.conf: AllowMethods reset Do you have that line? To my understanding "reset" means if any methods were set earlier, reset the...
  14. D

    PUT and DELETE methods still not allowed for domain

    The new default settings for new DirectAdmin installs is now to allow all methods. The methods themselves does not pose any security risk. So I would just recommend that you change it to the new default like this: Edit /usr/local/directadmin/custombuild/options.conf and change the line...
  15. D

    Disable TLS 1.1 as default

    @smtalk, Thank you. But I am not sure if we are ready to disable TLS 1.1 for email on our shared hosting servers just yet. We are currently using ssl_configuration=intermediate Would it be possible for you do add a new option in options.conf like this...
  16. D

    how to change IMG_SKIN_HEADER with image url

    Please see: Adding your own custom banner/header image to the Enhanced skin: https://help.directadmin.com/item.php?id=533 DirectAdmin Skins Tutorial, The Basics: https://www.directadmin.com/skin_basics.php DirectAdmin Skins Tutorial, Extended guide: https://www.directadmin.com/skins.php
  17. D

    Restoring Issue

    I think this is the setting you need to change: Edit /usr/local/directadmin/conf/directadmin.conf and change this line: max_username_length=10 Then restart DirectAdmin. Edit: Also see this: https://www.directadmin.com/features.php?id=2294
  18. D

    Max upload 100MB in FTP without administrator setting

    If you are using the Enhanced skin, you will find the setting at https://server.hostname.tld:2222/CMD_ADMIN_SETTINGS , look for this line: Max Request/Upload Size (bytes) More information here: https://www.directadmin.com/features.php?id=1969 It should also be available in Evolution skin, but I...
  19. D

    PhpMyAdmin error log location

    You can check if there is a error log at this path: /var/www/html/phpMyAdmin-5.0.1-all-languages/log/ Also maybe check: /var/log/httpd/error_log Also remember to check this value in php.ini: upload_max_filesize (you did not mention it in your post)
Back
Top