Changeset 5e8c772 in github


Ignore:
Timestamp:
Dec 25, 2011 6:33:28 AM (17 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
011e805
Parents:
672dc41
Message:
  • Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .htaccess

    r4b1d5d6 r5e8c772  
    1818 
    1919#php_value      session.cookie_path             / 
    20 php_value       session.auto_start      0 
     20php_flag        session.auto_start      Off 
    2121php_value       session.gc_maxlifetime  21600 
    2222php_value       session.gc_divisor      500 
     
    5050 
    5151FileETag MTime Size 
     52 
     53<IfModule mod_autoindex.c> 
    5254Options -Indexes 
     55</ifModule> 
  • CHANGELOG

    r0ec438c r5e8c772  
    22=========================== 
    33 
     4- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) 
    45- Fix crashes with eAccelerator (#1488256) 
    56- Fix searching on IMAP servers without CHARSET specifier support (#1488271) 
Note: See TracChangeset for help on using the changeset viewer.