Search results

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

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

    Thanks, if it's really that specific to our environment, I can always open a ticket with you so as to not pollute this thread.
  4. interfasys

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

    FreeBSD 9, PHP 5.4, tested on both Firefox and Chrome on Windows. DA 1.45.5
  5. 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/
  6. interfasys

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

    I just did another test and apparently the skin is not multi-domain ready. when the user only has one domain, then it's fine, otherwise I get this: That's the only message I get from debug mode: When using the "enhanced" skin, the landing page is the one where we can pick a domain. On...
  7. 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.
  8. 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.
  9. interfasys

    Fresh DA without CB

    Ah, thanks!:)
  10. 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...
  11. interfasys

    Fresh DA without CB

    I second that.
  12. interfasys

    DirectAdmin and interaction with FreeBSD Jails

    What did you go for in the end? :)
  13. 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...
  14. interfasys

    Horde Webmail 5.1 = awesome mobile support

    I'm surprised I wasn't able to find any DB schemas... Everything is built from PHP calls. https://github.com/horde/horde Might be worth asking around in their IRC channel. #horde channel on irc.freenode.net Other companies must be interested in migrating users... even if users themselves can...
  15. 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.
  16. 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...
  17. 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...
  18. interfasys

    18 new duplicatel lines in options.conf

    Yeah! :cool:
  19. 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=
Back
Top