Search results

  1. interfasys

    PHP-FPM templates strategy?

    Aaah :) thanks for the detailed explanation. So, yes, the DAV scripts triggers a recursion, but not the WBXML one. The strange thing is that this wasn't happening with proxypassmatch iirc. EDIT: I've read the doc and checked the code and default_docroot is only used as a fallback, but still...
  2. interfasys

    PHP-FPM templates strategy?

    Yeah, it's normal that it can't read these paths (and it shows up in my logs as open_basedir restrictions ;)), but I don't think it's the intention of the app. I think it's trying to read there because it does not get the proper full path to the .htaccess file. It's trying to read...
  3. interfasys

    [BUG GUI] open_basedir and PHP-FPM

    Ah, apologies, I underestimated the power of update.sh and didn't run it, because no changes were made to it :eek:. So now that it's working, I see a small problem. I have a main domain set to OFF, but the other domains belonging to the same user are set to ON. Note: I like the filter by user...
  4. interfasys

    PHP-FPM templates strategy?

    I'm having an issue with the template for /var/www/html. It seems some paths are not read properly by PHP and I see a lot of errors regarding PHP trying to access .htaccess in locations outside of the root. Paths like this /.htaccess or //.htaccess /var/www/.htaccess Any idea what would be...
  5. interfasys

    [BUG GUI] open_basedir and PHP-FPM

    I did, but there is no installation or configuration steps. Config: Apache + PHP-FPM1 + PHP-FPM2 All check boxes in the interface can still be used.
  6. interfasys

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

    I agree. It's a bit cumbersome to have to apply the skin to the admin side to be able to install the license and to have to chmod 777...
  7. interfasys

    [BUG GUI] open_basedir and PHP-FPM

    It's not working for me. Interface looks the same. What is DA looking for, in which config file in order to turn this on? # ./directadmin o Compiled on 'FreeBSD 9.1 64-bit' Compile time: Sep 7 2014 at 19:57:40 Compiled with IPv6
  8. interfasys

    Better Resources Limits on GUI

    FreeBSD offers a very easy to use resource controller which could be configured from the GUI: RCTL Can be applied at the user or jail level
  9. interfasys

    Cpu limit

    I wished we could get the same level of support for FreeBSD jails and rctl ;)
  10. interfasys

    [BUG GUI] open_basedir and PHP-FPM

    When using PHP-FPM, open_basedir is set per user, not per domain. When looking at the interface (CMD_PHP_SAFE_MODE), the on/off flags will mostly be wrong and any change to a domain will trigger a change in php-fpm.conf. I understand that the system wants to keep a per domain setting, in case...
  11. interfasys

    PHP-FPM and php_admin_value in virtualhost

    You are correct, I should have checked the end result...All my <directory> directives were empty, so the hidden options are doing their job. I ended up removing whole blocks from the template for more clarity.
  12. interfasys

    DirectAdmin 1.46.0 RC2 is ready for testing

    Ah, now I get it, thanks!
  13. interfasys

    CB + some mod_rewrite rules = AH01071. Can we fix this at the server level?

    You might be right. It's in PHP 5.6, but we'll have to wait for the next version for the fix... Patches here (5.4) and here (5.5)
  14. interfasys

    CB + some mod_rewrite rules = AH01071. Can we fix this at the server level?

    PHP-FPM + some mod_rewrite rules = AH01071. Can we fix this at the server level? Using the standard CB rules, some mod_rewrite rules will break everything. Users will get a "File not found" and admins will see "AH01071: Got error 'Primary script unknown\n' " There is a solution in another...
  15. interfasys

    PHP-FPM and php_admin_value in virtualhost

    I'ts minor, but I think this block code should be rewritten, because php_admin_value in a virtualhost has no effect on PHP-FPM. |*if HAVE_SAFE_MODE="1"| php_admin_flag safe_mode |SAFE_MODE| |*endif| |*if CLI="1"| php_admin_flag engine |PHP| php_admin_value sendmail_path '/usr/sbin/sendmail...
  16. interfasys

    DirectAdmin 1.46.0 RC2 is ready for testing

    Does this feature mean there will finally only be 2 HTTP virtualhost templates from now on? SSL_TEMPLATE token for all apache/nginx templates
  17. interfasys

    Mailpile beta should be released today

    It works with any DAV server, but with some you don't get "support for resources auto-creation when users login", which means you have to use posts scripts to add/remove users.
  18. interfasys

    Mailpile beta should be released today

    There should be a wiki/post about what can be done to offer mobile synchronisation. Regarding the Caldav backend, Owncloud is a good and easy one to set up and there is also Baikal.
Back
Top