Current time: 10-05-2024, 03:31 PM Hello There, Guest! (LoginRegister)


Post Reply 
Stable proftpd Probleme
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #17
RE: Stable proftpd Probleme
Quote:das logisch zu beantworten ist BeNe's part
Is klar Big Grin
In dem Verzeichniss wird für jede Domain eine eigene Config angelegt.
Hier wird festgelegt welche Verzeichniss sich per FTP nicht löschen oder bearbeiten lässt.

Z.B:
Code:
<Directory ~/backups>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/backups/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/cgi-bin>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/cgi-bin/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/htdocs>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/htdocs/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/errors>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/errors/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/logs>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/logs/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>
Also schon eine recht wichtige funktion. Weil ohne htdocs keine Internetseite, ohne phptemp lauter fehler und ohne Backup Ordner keine Backup.

Quote:Ich habs :> und nu ratet mal wo ich die Lösung fand ^^, hier im Forum
Hast Du Lenny oder Etch ?
Mach einen unterschied weil das Modul da nicht mehr mod_sql sonder mod_mysql heißt wenn ich noch richtig liege.

Greez BeNe
03-02-2009 03:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Stable proftpd Probleme - menki - 03-01-2009, 06:19 PM
RE: Stable proftpd Probleme - menki - 03-01-2009, 07:58 PM
RE: Stable proftpd Probleme - Top44 - 03-01-2009, 08:20 PM
RE: Stable proftpd Probleme - menki - 03-01-2009, 11:36 PM
RE: Stable proftpd Probleme - Top44 - 03-02-2009, 12:30 AM
RE: Stable proftpd Probleme - menki - 03-02-2009, 12:40 AM
RE: Stable proftpd Probleme - BeNe - 03-02-2009, 01:54 AM
RE: Stable proftpd Probleme - menki - 03-02-2009, 02:13 AM
RE: Stable proftpd Probleme - ZooL - 03-02-2009, 02:33 AM
RE: Stable proftpd Probleme - Top44 - 03-02-2009, 02:37 AM
RE: Stable proftpd Probleme - ZooL - 03-02-2009, 02:43 AM
RE: Stable proftpd Probleme - menki - 03-02-2009, 02:57 AM
RE: Stable proftpd Probleme - BeNe - 03-02-2009, 02:42 AM
RE: Stable proftpd Probleme - Top44 - 03-02-2009, 02:47 AM
RE: Stable proftpd Probleme - ZooL - 03-02-2009, 02:50 AM
RE: Stable proftpd Probleme - Top44 - 03-02-2009, 03:00 AM
RE: Stable proftpd Probleme - BeNe - 03-02-2009 03:06 AM
RE: Stable proftpd Probleme - ZooL - 03-02-2009, 03:24 AM
RE: Stable proftpd Probleme - menki - 03-02-2009, 05:21 AM
RE: Stable proftpd Probleme - Top44 - 03-02-2009, 03:09 AM

Forum Jump:


User(s) browsing this thread: 26 Guest(s)