Search results

  1. interfasys

    [BUG] rewrite_confs breaks httpd-vhosts.conf

    OK, but why ignore IPv6 addresses?
  2. interfasys

    [security][patch] Remove SSLv2 and SSLv3 from PHP

    Compile OpenSSL without SSLv2 and without SSLv3 Add this patch to custombuild (via your prefered method) Patch --- php-broken/ext/openssl/xp_ssl.c.orig 2014-08-16 16:57:27.552313052 +0200 +++ php-secure/ext/openssl/xp_ssl.c 2014-08-16 17:05:28.821828891 +0200 @@ -339,9 +339,14 @@...
  3. interfasys

    Better monitoring with Monit

    Neither DA nor us would be negatively affected by the terms of the license. We would just be using the software, not modifying it. And even if we were to make modification, all it means is that we HAVE to send the modifications to them, which is not a bad thing.
  4. interfasys

    Better monitoring with Monit

    That's my understanding of how it works. They do have a network monitoring tool called M/Monit which controls an array of Monit instances. https://mmonit.com/
  5. interfasys

    Better monitoring with Monit

    That's not the same thing. The idea is not to use SNMP to monitor a network of machines, but to automate tasks on a server, just like DA can restart processes it thinks are down. It's more of a sysadmin than a network engineer tool.
  6. interfasys

    List of variables which are wrong in the FAQ

    Ah, yes, the way these modules call themselves suexec modules is confusing as suexec is used exclusively for CGI and SSI scripts.
  7. interfasys

    Fresh DA without CB

    Ah, thanks!:)
  8. interfasys

    List of variables which are wrong in the FAQ

    Here is another one "mod_ruid2- install/update mod_ruid2 Apache module using "./build mod_ruid2" or "./build all". Possible values: yes/no (default: yes (on FreeBSD: no)). It gets installed automatically if mod_ruid2 value is "yes" and php1/php2_mode is set to "yes"." php1/php2_mode is never...
  9. interfasys

    Fresh DA without CB

    I second that.
  10. interfasys

    DirectAdmin and interaction with FreeBSD Jails

    What did you go for in the end? :)
  11. interfasys

    Installing DKIM with DA Exim 4.71

    All of them EDIT: This script seems very verbose, check the official doc for a simpler way http://www.exim.org/exim-html-current/doc/html/spec_html/ch-support_for_dkim_domainkeys_identified_mail.html You can simply use dkim_status = fail instead of condition = ${if eq...
  12. interfasys

    Better monitoring with Monit

    The website has a good, slide based, walk through, with lots of example of how easy it is to configure.
  13. interfasys

    Better monitoring with Monit

    Directadmin includes a very basic and unflexible service monitor which only supports its own rc scripts, wouldn't it be better for everyone if it was displaying the information collected by monit in the control panel? The screenshots will give you a better idea of the type of information we get...
  14. interfasys

    Feature Request - Better spamfilter

    You are correct, expect to have a database of a minimum of 500MB with 2.5M entries, but these tokens are shared, so with the same spam hitting the server, it doesn't grow that much. SQlite could be a good solution as well, but it's not a big problem if MySQL is down for a few seconds during an...
  15. interfasys

    18 new duplicatel lines in options.conf

    Yeah! :cool:
  16. interfasys

    18 new duplicatel lines in options.conf

    OK, so I commented out the following variables #mysql_force_compile=no #clamav_exim=no #suhosin=no then ran ./build versions and ended up with this at the end of the file mysql_force_compile= clamav_exim= suhosin=
  17. interfasys

    [BUG] rewrite_confs breaks httpd-vhosts.conf

    Just tested on RC7 and we only get the IPV4, so this is not fixed That's on FreeBSD 9 with /etc/hosts properly populated
  18. interfasys

    rewrite_confs gets secure_htaccess wrong

    This files also needs to be updated httpd-hostname.conf as it still contains SymLinksIfOwnerMatch Not a big deal, just cleaner.
  19. interfasys

    [SUGGESTION] Get accurate version and location of library

    I gave it a go and I think to really work, CB should ignore libs/apps which are in this file and have no version, unless there is another ignore file I don't know about. This is simply to avoid having to run scripts to populate this file every time we update something on the server. Suggestion...
Back
Top