www.ProFTPD.de
13. März 2007, 18:48:22 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: 1 [2]   Nach unten
  Drucken  
Autor Thema: Wie macht man so eine Konfiguration ?  (Gelesen 1629 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #15 am: 22. Mai 2003, 23:07:36 »

Bei mir geht's - das Modul.
Man kann z.B. folgende Einstellungen vornehmen:
Code:
MaxClients 2 "Pech"
MaxClientsPerHost 1 "Nur einmal pro Rechner..."
MaxHostsPerUser 2 "Dieser Benutzer kann sich max von 2 Rechnern gleichzeitig anmelden."
MaxInstances 10
Hilfe
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Anonymous
Gast
« Antwort #16 am: 22. Mai 2003, 23:38:38 »

kannste vielleicht die ganze poroftpd.conf posten, weil ich habe alles versucht nix hat fgeklappt. haste das alles in dem rahmen?? hammer wieso geht das net bei mir? wäre nett wen die conf posten könntest

thx
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #17 am: 22. Mai 2003, 23:45:26 »

Hab sie grad nicht zur Hand.
Müßte ich extra inne Firma einwählen  Traurig  
Mail doch mal deine.
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
chulu
ProFTPD
*
Offline Offline

Beiträge: 10


Profil anzeigen
« Antwort #18 am: 23. Mai 2003, 08:19:59 »

okay also hier ist meine

Code:

# 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 Default Installation"
ServerType standalone
DefaultServer on

# 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

# Set the user and group under which the server will run.
User nobody
Group FTPgroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

MaxClientsPerHost                            2 "you can onLy logIn tWo Time"

<IfUser look>
TimeoutIdle 60
MaxClients                            1 "Only one such user at a time."
<Directory /home/ftp/download/[1]mUsic/EnteR/*>
  <Limit WRITE>    # Alle Schreibzugriffe verbieten
   DenyAll        
  </Limit>        
</Directory>
</IfUser>

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite off
</Directory>

ratios on
UserRatio look 0 0 1 1
CwdRatioMsg "Please Upload!"
FileRatioErrMsg "Come on you can send more files than that...."
ByteRatioErrMsg "Not enough credits, you have to upload first"


der ratio funzt wunderbar, nur das IfUser will nicht.

also die richtigen module hab ich drinne :

Code:

[root@localhost sbin]# proftpd -l
Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_auth_pam.c
  mod_ratio.c
  mod_ifsession.c
  mod_cap.c
[root@localhost sbin]#



und die richtige versio auch:

Code:

[root@localhost sbin]# proftpd -v
 - ProFTPD Version 1.2.8
[root@localhost sbin]#




danke
chulu



[edit]

also ich habe gestern dem autor des m,oduls geschrieben und der meint auch
"Also, there were a few small mod_ifsession bugs that are fixed in 1.2.9rc1
(which comes with mod_ifsession)."

also denke ich werds mit der neuen version versuchen. leuft der server stabiel, hat die schon wer getestet?Huch

danke
chulu
[/edit]

[edit2]
wie entferne ich den server eigentlich sauber wieder?
[/edit2]
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #19 am: 23. Mai 2003, 09:38:45 »

1) aLso entfernen: musst mal schauen, ob "make uninstall" geht. Ist IMHO aber unnoetig.

2) 1.2.9RC1: habe ich noch nicht eingesetzt, aber in der ProFTPD Mailingliste gab es keine wirklichen Probleme

3) Starte doch ProFTPD einmal im Debug Modus und schaue, welche Ausgaben passieren.

cu
stonki
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Seiten: 1 [2]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.061 Sekunden mit 15 Zugriffen.