Search results

  1. interfasys

    Missing php-fpm.conf.56

    I'm happy to report that from version 1008, it's now possible to install a new PHP or update it via "./build php_expert <version> php-fpm" commands. Thank you Martynas!
  2. 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...
  3. 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...
  4. interfasys

    [FR]re2c

    Switch from flex to re2c? http://re2c.sourceforge.net/
  5. 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.
  6. 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.
  7. 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.
  8. interfasys

    DISCONTINUED CyberAdmin Skin - The best skin ever made for DirectAdmin so far, coming soon!

    You need to do chmod -R after you've validated your license file as the files will be created after that step.
  9. 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.
  10. 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...
  11. interfasys

    Missing php-fpm.conf.56

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

    Missing php-fpm.conf.56

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

    DISCONTINUED CyberAdmin Skin - The best skin ever made for DirectAdmin so far, coming soon!

    That's a good point... There should be some license caching done
  18. interfasys

    DirectAdmin ZFS wrappers [user quota]

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