Search results

  1. interfasys

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    So, I'm guessing there will be no speed improvement in this case, since the PHP will have to be processed every time and worse, several .htaccess files have to be loaded every time as well.
  2. interfasys

    directadmin/nginx wordpress compatibility

    Yeah, all the info you need is here: http://wiki.nginx.org/WordPress It's more complex with multi-sites.
  3. interfasys

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    That would be great, as well as being able to use NGINX exclusively for some sites which we know don't need .htaccess per example or for customers who speak NGINX only.
  4. interfasys

    Missing php-fpm.conf.56

    "build php n" rebuilds all the PHP and restarts everything "build extensionX" build the extensions for all php and restarts everything Nobody likes the downtime and that's one reason I think php_expert should do more, but that also goes hand in hand with my request to support an unlimited...
  5. interfasys

    Missing php-fpm.conf.56

    php.conf.d was not created, so it's also missing DA's ini settings
  6. interfasys

    3rd Party Software Directory

    I think, you should simply add a note at the top of the thread to say that as of today this list is very inaccurate and unmaintained.
  7. interfasys

    Missing php-fpm.conf.56

    Also, the suhosin extension was not built when using php_expert.
  8. interfasys

    Missing php-fpm.conf.56

    To me that's one more reason to modify build to support unlimited versions of PHP ;) Downloading php-fpm.conf.56... fetch: http://files6.directadmin.com/services/custombuild/php-fpm.conf.56: Not Found Downloaded file /usr/local/directadmin/custombuild/php-fpm.conf.56 does not exist...
  9. interfasys

    Encryption, switch to secp384r1

    For advanced users only, the ones who know why it's important not to use prime256v1. This is the patch you need to improve your EC key exchange when using Apache. On top of that you need to be on 2.4 or you will have other KX issues. --- a/modules/ssl/ssl_engine_init.c.orig +++...
  10. interfasys

    3rd Party Software Directory

    The initial post. I must have tried all of them and apart from Installatron, Softaculous and the plugins from daplugin.com all are 404. All devs seem to have abandoned ship.
  11. interfasys

    DirectAdmin ZFS wrappers [user quota]

    I don't think so as you have this line 7 my @AR = split(':', $ARGV[1]);
  12. interfasys

    FR: ZFS quota support

    XFS made it, but still no official support for ZFS... Fortunately @roman_m has take the time to write wrappers! http://forum.directadmin.com/showthread.php?t=49484 Now that there is a working solution, it would be great if the wrappers could get installed during a DA update or if the ZFS...
  13. interfasys

    Fix ZFS reporting plugin

    There is a working solution which only requires running a few commands. http://forum.directadmin.com/showthread.php?t=49484
  14. interfasys

    DirectAdmin ZFS wrappers [user quota]

    I don't think it's true. repquota does not work, the numbers are all wrong in the CP and emails about overage are never sent. But thanks to @roman_m, this can all be fixed!!! MANY THANKS!!! HOW-TO (as root) Install scripts # cd /usr/local/directadmin/ # mkdir /usr/local/directadmin/bin # cd...
  15. interfasys

    DAOC - All your DirectAdmin servers and clients in a single web interface

    WHMCS has a horrible foundation. Lots of smaller projects like Blesta and ClientExec have improved a lot lately, but it took them years because building a hosting management platform is hard... It's going to be difficult to compete if you're alone to work on this. Here are the key areas which...
  16. interfasys

    3rd Party Software Directory

    The only plugins left seem to be Installatron and Softaculous. Everything else is either 404 or unmaintained.
  17. interfasys

    [Wanted] Unlimited versions of PHP

    Motivation With all the various versions and variants of PHP out there, being only able to use 2 versions server wide is getting frustrating. Some users will want to test apps with alternatives such as HHMV or PHPNG, others will want to make sure their website won't break when migrating to PHP...
  18. interfasys

    Directadmin does not follow the ciphers' order

    Still an issue with 1.46. It would be good to be able to use PFS.
  19. interfasys

    Enable 2-step verification for specific user

    I support this request. Been waiting for over a year: http://forum.directadmin.com/showthread.php?t=46828
  20. interfasys

    Feature request: SSL OCSP stapling option

    For NGINX ssl_stapling on; ssl_stapling_verify on;
Back
Top