Search results

  1. interfasys

    [FR] Move the development of CB to Github

    Commits list, issues tracker, pull requests make things so much easier, even the documentation could be worked on by several parties.
  2. interfasys

    Problems with php-fpm on Apache and /var/www/html

    The new solution works much better, thanks :)
  3. interfasys

    Time to upgrade CB 2.0 to support Apache 2.4.9

    True, I guess you can't patch every Apache hole unless it's needed in the templates :D. (For people still using it for custom configs, you'll also need the patch to allow long proxy names)
  4. interfasys

    Custom configurations are difficult to maintain

    Yep, that was a nice surprise :), but still the webapps.list parsing doesn't work and it cannot be used to build httpd-alias.conf
  5. interfasys

    Time to upgrade CB 2.0 to support Apache 2.4.9

    Just migrated to 2.4.10 and have noticed that this patch has still not been integrated Persistent backend connections for ProxyPassMatch The good news is that it should be in the next version of Apache.
  6. interfasys

    rewrite_confs gets secure_htaccess wrong

    I have this in options.conf secure_htaccess=yes When running ./build rewrite_confs the wrong symlink was created in /etc/httpd/conf/extra/ CB linked httpd-phpmodules-old.conf instead of httpd-phpmodules-new.conf
  7. interfasys

    [SUGGESTION] Get accurate version and location of library

    Much better :) There is still one bug Since the installed version is higher than what is offered, CB should just ignore it unless there are known issues with using a higher build on the platform on which the script is run.
  8. interfasys

    Custom configurations are difficult to maintain

    I've just tried using CB 2.0.0-RC7 (rev: 910) and it did not work at all webapps.list webmail=/var/www/html/webmail myadmin=/var/www/html/myadmin Microsoft-Server-ActiveSync=/var/www/html/webmail/rpc.php autodiscover/autodiscover.xml=/var/www/html/webmail/rpc.php...
  9. interfasys

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

    I've just upgraded a server to Apache 2.4.10 and after a rewrite_confs all PHP settings were wiped out from the httpd.conf files. We're using custom virtualhost templates which only include |*if HAVE_PHP1_FPM="1"| but apparently that doesn't work, DA is still looking for |*if...
  10. interfasys

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

    I've just tried 1.14 and the "Summary User" still does not work. The screenshot shows a list of domains, we get nothing and the buttons in the blue header don't work as no domain is selected. Where should we look for logs? Nothing shows up in the DA logs.
  11. interfasys

    [PLUGIN] CustomBuild 2.0

    Yes, the idea is to have one colour per option. It's either red (disabled) or green (enabled), depending on what's been selected. There is no need to paint every PHP version or pureftpd red simply because they're not in use. The option in use is already standing out in bright green.
  12. interfasys

    [PLUGIN] CustomBuild 2.0

    The problem right now is that no is coloured green if that option is disabled. Some options are also coloured red when not selected. Red should be used to indicate a problem or a disabled option and there is a lot more contrast when using a colour to indicated what has been selected and a...
  13. interfasys

    [PLUGIN] CustomBuild 2.0

    Hmmm...Not really, based on all the literature you can find on the subject and the themes example I gave above, but Martynas could make the colours configurable ;). Here is an example of the UI using a neutral grey background green for the enabled items one example of using a darker grey for...
  14. interfasys

    [PLUGIN] CustomBuild 2.0

    Ah, I see why people found it confusing. There should only be one colour to let the user known the option has been turned on. Here is a page full of examples: http://www.sencha.com/products/touch/features/ Look for the Toggle in the themes section And for the options where you select just one...
  15. interfasys

    [PLUGIN] CustomBuild 2.0

    I did not see the single colour version. I just found it too confusing visually to figure out what was configured. Maybe there should be a switch which adds the appropriate colour to the option based on its value. If the option is turned on, then the "pill" is set on "on" and it's coloured green...
  16. interfasys

    [PLUGIN] CustomBuild 2.0

    Awesome job on the plugin! Lots' of useful tools! Many thanks! Here are my comments: Tooltips should work with rollovers I'd like to be able to customise what's available on the "Build software" page as not everything is relevant to a properly configured FreeBSD server per example. The "Update...
  17. interfasys

    Horde Webmail 5.1 = awesome mobile support

    I agree, Horde would be a much better option that Squirellmail. Roundcube can be used for people with simple needs and Horde would be the power option. I would wait until Horde 5.2.1 is released though. There are many synchronisation issues with 5.2.0
  18. interfasys

    [FR] switch to wildlsearch for some blacklists

    Blocking domains does not work against spambots networks, but it does work against known companies with a bad reputation. These companies often use subdomains to send their messages, so it's useful to be able to use something like: *.badcompany.tld SB uses lsearch to retrieve domains from text...
  19. interfasys

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

    I have just tested 1.1.10 on 1.45.4, on the latest Chromium. After changing the skin for a user, I'm left with a big confirmation message, but no way to go back to the user or list of users belonging to the reseller. At user level my dashboard is still empty. I'm not sure if the interface is...
  20. interfasys

    Horde Webmail 5.1 = awesome mobile support

    That's right, Horde, Roundcube, Thunderbird all allow users to do the same thing: manage their filters via Sieve rules without having to use the DA cp.
Back
Top