Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 201e27c61aebbda4a51995e421978c52 > files > 1

apache-mod_injection-0.3.1-12mdv2010.1.x86_64.rpm

<IfDefine HAVE_INJECTION>
    <IfModule !mod_injection.c>
	LoadModule injection_module	extramodules/mod_injection.so
    </IfModule>
</IfDefine>


<IfModule mod_injection.c>

    # InjectTag - Inject after the given tag name

    # InjectAfter - Inject after the given string

    # InjectString - Inject the given string after 

    # InjectURI - Inject the given URI after 

    # InjectType - Set the allowed MIME type for Injection

    AddOutputFilter INJECTION .html

    <Directory /usr/share/doc/apache-mod_injection-0.3.1/>

	SetOutputFilter INJECTION
	InjectString "<h1>Injected text from the config file...</h1>"

	# InjectTag InjectTagTitle
	# InjectAfter "<!-- replace_me -->"

    </Directory>

</IfModule>