Search results

  1. interfasys

    Secure server

    EDIT: I misread your question. My initial reply was about a domain. For a user Configure suhosin so that exec permissions CANNOT be overriden Edit his php-fpmXX.conf files Add the full list of functions to blacklist As long as users can't customise their httpd.conf, you're safe For a domain...
  2. interfasys

    [Roundcube] Don't overwite our custom configs!

    I was on 1020 and deleting the config didn't help, but it's fixed in 1032, thanks!
  3. interfasys

    [Roundcube] Don't overwite our custom configs!

    Some plugins are duplicated as well // List of active plugins (in plugins/ directory) $config['plugins'] = array( 'password', 'managesieve', 'password', 'archive', 'zipdownload', );
  4. interfasys

    [Roundcube] Don't overwite our custom configs!

    CB completely messes up a custom config.inc.php Custom settings were added at the end of the initially generated config and CB ends up duplicating some custom and some of its own settings It looks something like this $config['smtp_auth_type'] = 'LOGIN'; $config['create_default_folders'] =...
  5. interfasys

    DirectAdmin 1.46.1 has been released

    Just loaded 1.46.2. Nice to have script messages back in DA :)
  6. interfasys

    Package, change skin, no language update

    Steps Install a new skin Edit package Select new skin Use the language selector Actual result The language selector only shows the languages available for the previously selected skin Expected result The language selector should show the languages available for the currently selected skin...
  7. interfasys

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

    Just a heads up for people with "special" configs. This skin, and some others, don't work if DA does not respond on 127.0.0.1:2222
  8. interfasys

    PHP-FPM, PHP duplicates header instead of replacing it

    Thanks for the reply. I was wondering if maybe some headers were getting modified through the proxy, but it turns out it was a problem with our Apache config, we were using "header add" instead of "header set"... Mistery solved! Having said that, I've heard people complaining about double...
  9. interfasys

    PHP-FPM, PHP duplicates header instead of replacing it

    There is a header problem which is affecting PHP applications. Before I report it upstream, I want to make sure it's not due to the way CB does things. Apache inserts a Strict-Transport-Security header and some PHP apps add headers via lines like this header('Strict-Transport-Security...
  10. interfasys

    Secure server

    Just make sure your users can't override these.
  11. interfasys

    HTM_ADD_DOMAIN always shows "CGI Access"

    This bug must be at least 10 years old. Using the enhanced skin. Admin disables CGI for reseller. Reseller creates package which doesn't include CGI. User always sees "CGI Access" with the box ticked. It doesn't matter if it says (Ignored if not allowed) next to it, it should never be there in...
  12. interfasys

    Don't restart Apache if the configtest fails

    When editing custom httpd configs, we may make a mistake and it's great that DA reports what's wrong on the same page, but what's not so great is that it still applies the changes and restarts Apache. Bringing down all the sites at once.
  13. interfasys

    Secure server

    A quick way to be able to tell what the user has access to is to load a phpinfo page from his public_html
  14. interfasys

    Documentation errors

    True, but I think it's a useful debugging tool. The fact that it can be added from the GUI does help set it up quicker. We just need some DA docs for people who don't know about it :).
  15. interfasys

    Documentation errors

    The help DB is also missing an entry about PHP-FPM's status page. It's just like Apache's status page, but for PHP.
  16. interfasys

    Has anyone noticed Apache + PHP FPM is amazingly slow?

    You need to define slow... Is it the initial handshake? Did you measure it with your browser's dev tools to see what was loading slowly? Did you enable the /status page in php-fpm to see what's going on? Standard status page pool: www process manager: dynamic start time...
  17. interfasys

    Documentation errors

    I thought there was already a thread like this, but I can't find it. Let's list pages on help.directadmin.com wich contain out of date or erroneous information. I'll start with: http://help.directadmin.com/item.php?id=91 The template used on the page does not match what's installed today. The...
  18. interfasys

    Mailpile beta should be released today

    Back on track, the beta release of Mailpile was released last week :) https://www.mailpile.is/blog/
Back
Top