<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml</modulefile>
<modulefile>mpm_winnt.xml</modulefile>
<modulefile>worker.xml</modulefile>
<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml.de</modulefile>
<modulefile>mpm_winnt.xml.de</modulefile>
<modulefile>worker.xml.de</modulefile>
<modulefile>event.xml.es</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml</modulefile>
<modulefile>mpm_winnt.xml</modulefile>
<modulefile>worker.xml</modulefile>
<modulefile>event.xml.fr</modulefile>
<modulefile>mpm_netware.xml.fr</modulefile>
<modulefile>mpmt_os2.xml.fr</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml.fr</modulefile>
<modulefile>mpm_winnt.xml.fr</modulefile>
<modulefile>worker.xml.fr</modulefile>
<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml.ja</modulefile>
<modulefile>mpm_winnt.xml.ja</modulefile>
<modulefile>worker.xml.ja</modulefile>
<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml</modulefile>
<modulefile>mpm_winnt.xml</modulefile>
<modulefile>worker.xml</modulefile>
<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml.tr</modulefile>
<modulefile>mpm_winnt.xml</modulefile>
<modulefile>worker.xml.tr</modulefile>
<modulefile>event.xml</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
- <modulefile>overrides.xml</modulefile>
<modulefile>prefork.xml</modulefile>
<modulefile>mpm_winnt.xml</modulefile>
<modulefile>worker.xml</modulefile>
configuration like the following:</p>
<pre class="prettyprint lang-config"><IfModule mod_headers.c>
- # Serve brotli compressed CSS files if they exist
+ # Serve brotli compressed CSS and JS files if they exist
# and the client accepts brotli.
RewriteCond "%{HTTP:Accept-encoding}" "br"
RewriteCond "%{REQUEST_FILENAME}\.br" "-s"
- RewriteRule "^(.*)\.css" "$1\.css\.br" [QSA]
-
- # Serve brotli compressed JS files if they exist
- # and the client accepts brotli.
- RewriteCond "%{HTTP:Accept-encoding}" "br"
- RewriteCond "%{REQUEST_FILENAME}\.br" "-s"
- RewriteRule "^(.*)\.js" "$1\.js\.br" [QSA]
-
+ RewriteRule "^(.*)\.(js|css)" "$1\.$2\.br" [QSA]
# Serve correct content types, and prevent double compression.
RewriteRule "\.css\.br$" "-" [T=text/css,E=no-brotli:1]
<a href="../ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../ko/mod/mod_deflate.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Comprime le contenu avant de le servir au
client</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1793934 -->
+<!-- English Revision: 1793934:1816989 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1793934 (outdated) -->
+<!-- English Revision: 420990:1816989 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1793934 (outdated) -->
+<!-- English Revision: 151408:1816989 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
</variants>
<li><a href="mod/mod_logio.html">Module Apache mod_logio</a></li>
<li><a href="mod/mod_lua.html">Module Apache mod_lua</a></li>
<li><a href="mod/mod_macro.html">Module Apache mod_macro</a></li>
+<li><a href="mod/mod_md.html">Module Apache mod_md</a></li>
<li><a href="mod/mod_mime.html">Module Apache mod_mime</a></li>
<li><a href="mod/mod_mime_magic.html">Module Apache mod_mime_magic</a></li>
<li><a href="mod/mod_negotiation.html">Module Apache mod_negotiation</a></li>