Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b75141fc191d4128f39996349d2e34d5 > files > 1

apache-mod_encoding-0.0.20040616-3mdv2009.0.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>