Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > a3bf46612d9f166d1d53f6e4c197f0e4 > files > 1

apache-mod_encoding-0.0.20040616-8.src.rpm

<IfModule !mod_headers.c>
    LoadModule headers_module  modules/mod_headers.so
</IfModule>

<IfModule !mod_encoding.c>
    LoadModule encoding_module extramodules/mod_encoding.so
</IfModule>


    # EncodingEngine - Usage: EncodingEngine (on|off)

    # SetServerEncoding - Usage: SetServerEncoding <enc>

    # AddClientEncoding - Usage: AddClientEncoding <agent> <enc> [<enc> ...]

    # DefaultClientEncoding - Usage: DefaultClientEncoding <enclist>

    # NormalizeUsername - Usage: NormalizeUsername (on|off)
                    
<IfModule mod_headers.c>
    Header add MS-Author-Via "DAV"
</IfModule>
                                                                                
<IfModule mod_encoding.c>
    EncodingEngine on
    NormalizeUsername on
    SetServerEncoding UTF-8
</IfModule>