Search results

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

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

    Issue is fixed for us when using newer binaries.
  5. 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 ;)
  6. 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.
  7. 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...
  8. 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|...
  9. 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
  10. interfasys

    rewrite_confs gets secure_htaccess wrong

    Ah, I think I understand what you mean now... This feature http://www.directadmin.com/features.php?id=1119 has been dropped and you're only using httpd-directories-old.conf... Correct?
  11. interfasys

    rewrite_confs gets secure_htaccess wrong

    I expected the symlink to go to httpd-directories-new.conf, but it was created to httpd-directories-old.conf despite the fact that I have harden_symlinks_patch=yes in my config. So, it still sounds like a bug to me.
  12. interfasys

    ownCloud on DA

    Never modify /etc/httpd/conf/extra/httpd-directories.conf! Refer to this post for a safe way to allow sync clients to connect via DA's custom HTTP config. http://forum.directadmin.com/showthread.php?t=46115&p=247488#post247488
  13. interfasys

    Directadmin does not follow the ciphers' order

    This is still an issue in 1.454. We don't want to use SHA if we don't have to, but can't remove it because some users are still on TLS 1.0
  14. interfasys

    Add admin option to backup to Amazon S3 directly (instead of only ftp)

    That's what we use and is the best option for people looking at sending backups to S3. No need to include S3 in the backup routine itself. What would be great though is to allow users to use duplicity from the CP. Perfect way to make safe backups to a remote location. A simple HTML page would...
  15. interfasys

    Horde Webmail 5.1 = awesome mobile support

    The webmail edition comes with a filter management app which takes care of forwards, vacation messages, spam and custom filtering. Everything is stored in sieve files, so it can be edited in other email clients. Regarding import/export of user data, I couldn't find anything. Cpanel used to have...
  16. interfasys

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

    OK, I've just checked and settings are correct, so I'll contact you to try and figure it out.
  17. interfasys

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

    1) Yep, I see tons of these 2014:08:04-07:35:51: Apache::apache_equal_or_newer: Apache version is not loaded: 0.0.0 2) But according to your instrucions, the httpd binary doesn't seem to be the issue # su -m nobody -c '/usr/sbin/httpd -v' Server version: Apache/2.4.10 (Unix) Server built: Aug...
  18. interfasys

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

    But how do you get the Apache version? I'm wondering if the detection breaks when hosts are using "ServerTokens Prod"
  19. interfasys

    [SUGGESTION] Get accurate version and location of library

    I think that if I do that, then CB will try to install it. Maybe ./build versions should simply ignore all apps and libs which are set to no.
Back
Top