- Timestamp:
- 03/10/10 00:00:13 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/omega-1.0.5/configs/fedora/proftpd/root_domain.conf
r1574 r2676 6 6 <Directory ~/backups/*> 7 7 <Limit RMD RNTO DELE XRMD> 8 AllowAll8 AllowAll 9 9 </Limit> 10 10 </Directory> … … 17 17 <Directory ~/cgi-bin/*> 18 18 <Limit RMD RNTO DELE XRMD> 19 AllowAll19 AllowAll 20 20 </Limit> 21 21 </Directory> … … 28 28 <Directory ~/htdocs/*> 29 29 <Limit RMD RNTO DELE XRMD> 30 AllowAll 30 AllowAll 31 </Limit> 32 </Directory> 33 34 <Directory ~/disabled> 35 <Limit RMD RNTO DELE XRMD> 36 DenyAll 31 37 </Limit> 32 38 </Directory> … … 39 45 <Directory ~/errors/*> 40 46 <Limit RMD RNTO DELE XRMD> 41 AllowAll47 AllowAll 42 48 </Limit> 43 49 </Directory> … … 50 56 <Directory ~/logs/*> 51 57 <Limit RMD RNTO DELE XRMD> 52 AllowAll58 AllowAll 53 59 </Limit> 54 60 </Directory> … … 61 67 <Directory ~/phptmp/*> 62 68 <Limit RMD RNTO DELE XRMD> 63 AllowAll69 AllowAll 64 70 </Limit> 65 71 </Directory> … … 72 78 <Directory ~/statistics/*> 73 79 <Limit RMD RNTO DELE XRMD> 74 AllowAll80 AllowAll 75 81 </Limit> 76 82 </Directory>
Note: See TracChangeset
for help on using the changeset viewer.
