Posts by BratHuhn

    Many Thanks!

    Just wanted to try it out but got some errors during installation - you may can help me?


    Problem 1

    - The requested package roundcube/plugin-installer (locked at 0.1.8, required as ~0.2.0) is satisfiable by roundcube/plugin-installer[0.1.8] but these conflict with your requirements or minimum-stability.

    Problem 2

    - The requested package phpunit/phpunit (locked at 9.5.4, required as ^4.8.36 || ^5.7.21) is satisfiable by phpunit/phpunit[9.5.4] but these conflict with your requirements or minimum-stability.

    Problem 3

    - The requested package kolab/net_ldap3 (locked at dev-master) is satisfiable by kolab/net_ldap3[dev-master] but these conflict with your requirements or minimum-stability.

    Problem 4

    - The requested package pear-pear.php.net/net_ldap2 could not be found in any version, there may be a typo in the package name.

    Problem 5

    - phpunit/phpunit 4.8.36 requires phpunit/php-code-coverage ~2.1 -> satisfiable by phpunit/php-code-coverage[2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7, 2.1.8, 2.1.9, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4].


    EDIT - Fix:

    - Removed lock file

    - Started composer installation manually

    - Got some other errors which could be fixed by removing the vendor/pear folder

    Those lines did the trick - now it works.
    Btw I was an idiot, those lines were additionally on the false position in the conf-files -.-


    Thanks guys!

    Hi,


    when I am right I couldn´t use an .htaccess because seafile is using fastcgi. So the forwarding should be done by apache configuration.
    Is there another way to influence the forwarding?


    Where would be the right place for this configuration as it is actually not possible to use seperate files for port 80 and 443?

    Hello,


    just tried those lines in the imscp/domain.tld.conf
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


    But the domain is not always forwarded to https
    Apache has been restarted


    Maybe a suggestion?