Ticket #1998: config_parts.patch

File config_parts.patch, 1.1 KB (added by JCD <frasch@…>, 3 years ago)

Patch for config template parts

  • configs/debian/apache/parts/sub_entry.tpl

     
    3232        CBandUser {DMN_GRP} 
    3333    </IfModule> 
    3434 
     35    # httpd sub entry redirect entry BEGIN. 
     36    # httpd sub entry redirect entry END. 
     37 
    3538    # httpd sub entry cgi support BEGIN. 
    3639    # httpd sub entry cgi support END. 
    37 -- configs/debian/apache/parts/sub_rdr_b.tpl   1970-01-01 01:00:00.000000000 +0100 
     40++ configs/debian/apache/parts/sub_rdr_b.tpl       2009-09-18 13:41:51.000000000 +0200 
     
     1    # httpd sub entry redirect entry BEGIN. 
  • configs/debian/apache/parts/sub_rdr_entry.tpl

     
     1    Redirect / {URI} 
  • configs/debian/apache/parts/sub_rdr_e.tpl

     
     1    # httpd sub entry redirect entry END.