Ignore:
Timestamp:
03/10/10 00:00:13 (2 years ago)
Author:
benedikt
Message:
  • [CONFIGS] Fixed: The folder "disabled" is missing in the root_domain.conf
  • [DISTS] Fixed #2253: Porting logrotate to FreeBSD
  • [DISTS] Fixed #2254: (FreeBSD) The folder "disabled" is missing in the root_domain.conf
  • [DISTS] Fixed #2255: Update the FreeBSD packages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/configs/fedora/proftpd/root_domain.conf

    r1574 r2676  
    66<Directory ~/backups/*> 
    77 <Limit RMD RNTO DELE XRMD> 
    8     AllowAll 
     8  AllowAll 
    99 </Limit> 
    1010</Directory> 
     
    1717<Directory ~/cgi-bin/*> 
    1818 <Limit RMD RNTO DELE XRMD> 
    19     AllowAll 
     19  AllowAll 
    2020 </Limit> 
    2121</Directory> 
     
    2828<Directory ~/htdocs/*> 
    2929 <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 
    3137 </Limit> 
    3238</Directory> 
     
    3945<Directory ~/errors/*> 
    4046 <Limit RMD RNTO DELE XRMD> 
    41     AllowAll 
     47  AllowAll 
    4248 </Limit> 
    4349</Directory> 
     
    5056<Directory ~/logs/*> 
    5157 <Limit RMD RNTO DELE XRMD> 
    52     AllowAll 
     58  AllowAll 
    5359 </Limit> 
    5460</Directory> 
     
    6167<Directory ~/phptmp/*> 
    6268 <Limit RMD RNTO DELE XRMD> 
    63     AllowAll 
     69  AllowAll 
    6470 </Limit> 
    6571</Directory> 
     
    7278<Directory ~/statistics/*> 
    7379 <Limit RMD RNTO DELE XRMD> 
    74     AllowAll 
     80  AllowAll 
    7581 </Limit> 
    7682</Directory> 
Note: See TracChangeset for help on using the changeset viewer.