Search results

  1. interfasys

    [FR] ./build php_delete <version>

    It could be useful to have a php_delete function in CB. A check should be done to make sure it's not in use any more and then what should be removed? /usr/local/phpXX /usr/local/directadmin/data/users/*/php/php-fpmXX.conf /usr/local/directadmin/data/users/*/php/php-fpmXX.custom (can't remember...
  2. interfasys

    [FR] "./build extensionX" to rebuild extension for all installed PHPs

    ./build extensionX Builds the extension for both PHP1 and PHP2, but wouldn't it be great if it could be built for any or all installed PHP versions? ;) ./build extensionX Found PHP54! Building extensionX for it Found PHP55! Building extensionX for it Found PHP56! Building extensionX for it or...
  3. interfasys

    [FR]re2c

    Switch from flex to re2c? http://re2c.sourceforge.net/
  4. interfasys

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

    I said in this particular case, where .htaccess has to be processed at every request, unless NGINX trusts that /avatar.php?img=12 is always /avatar/12.jpg and serves the request immediately, bypassing Apache, but I don't think that's what the rules say.
  5. 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.
  6. 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.
  7. 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.
  8. 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...
  9. interfasys

    Missing php-fpm.conf.56

    php.conf.d was not created, so it's also missing DA's ini settings
  10. 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.
  11. interfasys

    Missing php-fpm.conf.56

    Also, the suhosin extension was not built when using php_expert.
  12. 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...
  13. 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 +++...
  14. 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.
  15. interfasys

    DirectAdmin ZFS wrappers [user quota]

    I don't think so as you have this line 7 my @AR = split(':', $ARGV[1]);
  16. 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...
  17. 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
  18. 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...
  19. 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...
  20. interfasys

    3rd Party Software Directory

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