Sponsor-Board.de

Normale Version: Problem mit Proftpd
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
HI zusammen,

Habe folgende Problem, auf meinem Webserver laufen Plesk und Teklab, nach der Teklab Installation funktioniert mein ProFTPD nicht bzw PSA-Proftpd bekomme immer die Meldung ( eine vorhandene Verbindung wurde vom remotehost geschlossen ).

Kann nur noch über SFTP verbinden was aber nicht sin der Sache ist.

Habe auch schon PSA Proftpd deinstalliert und Proftpd Installiert und umgekehrt leider ohne erfolg.

Hat zufällig einer eine Lösung für mein Problem?


MFG

Mike
Würde nicht Plesk und Teklab auf den gleichen Server laufen lassen - kann gut sein, dass sich da was in die Quere kommt ..
Aaron,
hatte ich bis jetzt nie Probleme mit, ist das erste mal das das passiert.
poste mal deine configs aus /etc/proftpd/

generell kann mann die unsichere Verbindung zulassen, meist will man aber explizit verschlüsseln, wahrscheilich harkt es deshalb
Hier mal meine Proftpd Config.
Wäre super wenn du was findest italian-power.

Code:
#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName            "ProFTPD"
#ServerType            standalone
ServerType            standalone
DefaultServer            on

<Global>
<IfModule mod_tls.c>
    # common settings for all virtual hosts
    TLSEngine on
    TLSRequired off

    TLSLog /var/log/plesk/ftp_tls.log

    TLSRSACertificateFile /opt/psa/admin/conf/httpsd.pem
    TLSRSACertificateKeyFile /opt/psa/admin/conf/httpsd.pem

    # Authenticate clients that want to use FTP over TLS?
    TLSVerifyClient off

    # Allow SSL/TLS renegotiations when the client requests them, but
    # do not force the renegotations.  Some clients do not support
    # SSL/TLS renegotiations; when mod_tls forces a renegotiation, these
    # clients will close the data connection, or there will be a timeout
    # on an idle data connection.
    TLSRenegotiate none

    # As of ProFTPD 1.3.3rc1, mod_tls only accepts SSL/TLS data connections
    # that reuse the SSL session of the control connection, as a security measure.
    # Unfortunately, there are some clients (e.g. curl) which do not reuse SSL sessions.
    TLSOptions NoSessionReuseRequired
</IfModule>
</Global>

DefaultTransferMode    binary
UseFtpUsers            on

TimesGMT            off
SetEnv TZ :/etc/localtime
# Port 21 is the standard FTP port.
Port                21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances            30

#Following part of this config file were generate by PSA automatically
#Any changes in this part will be overwritten by next manipulation
#with Anonymous FTP feature in PSA control panel.

#Include directive should point to place where FTP Virtual Hosts configurations
#preserved

ScoreboardFile /var/run/proftpd_scoreboard

# Primary log file mest be outside of system logrotate province

TransferLog /var/log/plesk/xferlog

#Change default group for new files and directories in vhosts dir to psacln

<Directory /var/www/vhosts>
    GroupOwner    psacln
</Directory>

# Enable PAM authentication
AuthPAM on
AuthPAMConfig proftpd

Einmal bitte ändern:

ServerType inetd

und


# Enable PAM authentication
AuthPAM on
AuthPAMConfig proftpd

IdentLookups off
UseReverseDNS off

AuthGroupFile /etc/group

Include /etc/proftpd.d/*.conf


Mit der Installation von Teklab hast du dein PSA-Proftpd zerballert.
Proftp selber bleibt drauf nur die Config wird verändert.


Viele Grüße
Dara
Danke dara,

aber leider wurde das Problem damit nicht behoben.

MFG

Mike
Moin!

Hast du schonmal im Teklab Forum gefragt, ob jemand eine Lösung hat?
Das Forum hab ich schon durch Denden, das Problem ist nicht neu aber auch nicht wirklich gelöst, aber danke für den Tip.
Ach so,ok!
Falls du möchtest, das auf deiner Seite der Slider für den Kundenlogin wieder funktioniert musst du
im Ordner "includes" die Datei javascript.php bearbeiten und die Zeile 17 in:

var local_tax = 0;

ändern. Wink

Grüsse
Seiten: 1 2
Referenz-URLs