Posts by DrCarsonBeckett

    Ich glaube in deinem Fall wäre es einfach System Logins zu erlauben. Editiere die proftpd config an dieser Stelle:


    Code
    1. # Loading required modules<IfModule !mod_sql.c> LoadModule mod_sql.c AuthOrder mod_sql.c</IfModule>


    Füge hinter dem mod_sql.c einfach einmal Space ein und danach mod_auth_unix.c . Mache dies bei LoadModule und bei AuthOrder.


    Sollte dann so aussehen:

    Code
    1. # Loading required modules<IfModule !mod_sql.c>LoadModule mod_sql.c mod_auth_unix.cAuthOrder mod_sql.c mod_auth_unix.c</IfModule>


    Danach einfach den proftpd einmal durchstarten.

    Code
    1. /etc/init.d/proftpd restart



    PS.: Oder nicht?

    myvirtualserver.de . Gute Preise, guter Support und keine Probleme bezüglich der Anbindung.
    Server sind problemlos erweiterbar.



    Edit:
    Hatte mal einen Root Server bei G-Portal. Preise sind ok, der Support ist gut und die Leistung und Anbindung war ebenfalls gut.

    Hi,


    Ubuntu 14.04, I-MSCP 1.2.0


    since update to 1.2.0 i experience the following behaviour: Unknown vhosts but set the server's IP as A-Record in DNS will be forwarded to the first vhost on server. (one.tld.com has DNS A-Record ip 1.2.3.4 but does not exist as an vhost(customer), you are being redirected to first vhost of server 1.2.3.4 (example a-first-domain.tld).
    But strangest thing is: no logentries are done about this access/error.


    I noticed that too.

    Hi, first at all happy new year. :)


    I never downgraded to 1.1.x. Always upgraded to the latest version. After deleting those two directories the installer gave me this errors:

    Code
    1. Error while performing step: Running Servers::httpd::apache_fcgid install tasks...Error was:iMSCP::Execute::getExitCode: Failed to execute external command:


    Code
    1. Error while performing step:Servers installationError was:iMSCP::Execute::getExitCode: Failed to execute external command:


    Code
    1. Error while performing step:
    2. Processing setup tasks
    3. Error was:
    4. iMSCP::Execute::getExitCode: Failed to execute external command:


    Thanks for your help.

    I followed the errata link and disabled my plugins (ServerDefaultPage). First I updated to 1.1.21 and after that I wanted to upgrade/update to 1.2.0, but during the installation I got this error:


    Code
    1. Error while performing step:
    2. Saving persistent data
    3. Error was:
    4. autoinstaller::Functions::_savePersistentData: /bin/mv: cannot move
    5. `/etc/imscp/apache/skel' to `/etc/imscp/skel/skel': Directory not empty


    After pressing "ok" the installation ends with the notice "FATAL" Exit Code: 1


    I wanted to remove (backing it up of course) the content of the /etc/imscp/skel/skel but I wasn't sure about it. Better to ask for help instead of doing something wrong.