Search results

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

    Fresh DA without CB

    I second that.
  3. interfasys

    DirectAdmin and interaction with FreeBSD Jails

    What did you go for in the end? :)
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. interfasys

    18 new duplicatel lines in options.conf

    Yeah! :cool:
  10. 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=
  11. 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
  12. 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.
  13. 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...
  14. interfasys

    AH01071: Got error 'Primary script unknown\n' with CB2 & Apache 2.4.9

    Issue is fixed for us when using newer binaries.
  15. interfasys

    List of variables which are wrong in the FAQ

    I just saw that the FAQ mentioned suhosin_uploadscan when the real name of the variable is suhosin_php_uploadscan. Let's update this thread with similar items so that the FAQ is updated while we wait to be able to do pull requests on Github ;)
  16. interfasys

    18 new duplicatel lines in options.conf

    OK, so ./build versions adds empty missing variables at every run. Maybe it should tell the user to run some other command first to update his options.conf? The problem is that on FreeBSD, we have to manually edit options.conf in order for CB to only install what we really want.
  17. interfasys

    rewrite_confs gets secure_htaccess wrong

    OK, I have a problem with the removal of that feature then. Feature #1119 is about both SymLinksIfOwnerMatch and reduced AllowOverride. The patch only takes care of the SymLinksIfOwnerMatch problem. httpd-directories-old.conf should be updated or an option should be given to be able to user the...
  18. interfasys

    virtual_host2.conf has too many "RewriteEngine on" for HAVE_PHP1_FPM

    Something got forgotten when the template got updated I see this |*if HAVE_PHP1_FPM="1"| RewriteEngine on RewriteOptions InheritBefore <FilesMatch "\.(inc|php|phtml|phps|php|PHP1_RELEASE|)$"> AddHandler "proxy:fcgi://php-fpm|PHP1_RELEASE|.|USER|/" .inc .php .phtml .php|PHP1_RELEASE|...
  19. interfasys

    18 new duplicatel lines in options.conf

    I got the empty appended duplicates on the version before 910 The only commands I used were ./build update_script ./build update ./build versions and perhaps ./build rewrite_confs
Back
Top