Search results

  1. 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...
  2. 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...
  3. interfasys

    3rd Party Software Directory

    The only plugins left seem to be Installatron and Softaculous. Everything else is either 404 or unmaintained.
  4. 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...
  5. interfasys

    Directadmin does not follow the ciphers' order

    Still an issue with 1.46. It would be good to be able to use PFS.
  6. 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
  7. interfasys

    Feature request: SSL OCSP stapling option

    For NGINX ssl_stapling on; ssl_stapling_verify on;
  8. interfasys

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

    Thanks. I see that Apache will patch the client_ip bug today. One step closer for the reverse_proxy to being a viable option :).
  9. interfasys

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

    Has the setup been tested with alternative protocols such as DAV and WBXML? Do settings like these need to be ported to the NGINX config? Order Allow,Deny Allow from all
  10. interfasys

    PHP-FPM templates strategy?

    I agree. Even though I've removed htscanner (it's just not the right way to do things in 2014), I've updated my templates since that // might generate other, hidden issues.
  11. interfasys

    [Security] protect .user.ini files

    Thanks! \o/
  12. interfasys

    PHP-FPM templates strategy?

    Good find. Because of this, I think it might be a documentation error and the trailing slash doesn't matter And I see that you've reported it :) https://bugs.php.net/bug.php?id=67998 And there is a new patch for mod_proxy_fcgi...
  13. interfasys

    PHP-FPM templates strategy?

    Yep, // everywhere... Did you track down the bug on php.net?
  14. interfasys

    [Security] protect .user.ini files

    Just like .htaccess files, .user.ini files need to be protected so that they can't be read through the browser. This needs to be added somewhere when PHP-FPM is turned on in CB. # # The following lines prevent ..user.ini files from being # viewed by Web clients. # <Files ".user.ini"> Require...
  15. interfasys

    php.ini per user

    In your case, you might want to simply add your setting to a .user.ini file as I'm sure you don't want to enable the very unsafe register_globals setting for all the domains.
  16. interfasys

    DirectAdmin 1.46.0 RC2 is ready for testing

    Aaaand you're through to the next round :) (The answer was yes)
  17. interfasys

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

    It would be great if we could tick/untick the icons we want to show on the user's dashboard. Lots of email icons are unnecessary if managed outside of the control panel per example and the user should see links to obsolete software.
  18. interfasys

    Feature request: SSL OCSP stapling option

    I support this request, although there are some caveats since only ONE cert can be checked at a time, so it won't be really useful until this is implemented https://www.rfc-editor.org/info/rfc6961. CB could add a new function which simply adds this to httpd-ssl.conf for Apache and I'm sure it's...
  19. interfasys

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

    Ah, OK. That's why we see this mix of admin and diradmin permissions... EDIT: The problem with that approach is that those folder permissions get reset to diradmin every time DA is updated...
  20. interfasys

    [BUG GUI] open_basedir and PHP-FPM

    OK, it worked. Regarding the tooltip, I think the title should go on the td, not the tr. Another title could be added to the "User" td to indicate that clicking on the user link will show the details for that user. While we're there, the page should be renamed as well, "PHP Safe mode" does not...
Back
Top