mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2686,16 +2686,6 @@ URLs</td></tr>
|
||||
</pre>
|
||||
|
||||
|
||||
<p>You could also use this directive to configure a particular
|
||||
handler for files with a particular file extension. For example:</p>
|
||||
|
||||
<pre class="prettyprint lang-config">
|
||||
<FilesMatch \.php$>
|
||||
SetHandler application/x-httpd-php
|
||||
</FilesMatch>
|
||||
</pre>
|
||||
|
||||
|
||||
<div class="note"><h3>Note about / (slash)</h3>
|
||||
<p>The slash character has special meaning depending on where in a
|
||||
URL it appears. People may be used to its behavior in the filesystem
|
||||
@@ -4085,6 +4075,16 @@ handler</td></tr>
|
||||
</pre>
|
||||
|
||||
|
||||
<p>You could also use this directive to configure a particular
|
||||
handler for files with a particular file extension. For example:</p>
|
||||
|
||||
<pre class="prettyprint lang-config">
|
||||
<FilesMatch \.php$>
|
||||
SetHandler application/x-httpd-php
|
||||
</FilesMatch>
|
||||
</pre>
|
||||
|
||||
|
||||
<p>You can override an earlier defined <code class="directive">SetHandler</code>
|
||||
directive by using the value <code>None</code>.</p>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
|
||||
<!-- English Revision: 344972:1336962 (outdated) -->
|
||||
<!-- English Revision: 344972:1336979 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
||||
<!-- English Revision: 1040494:1336962 (outdated) -->
|
||||
<!-- English Revision: 1040494:1336979 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1332627:1336962 (outdated) -->
|
||||
<!-- English Revision: 1332627:1336979 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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: 669847:1336962 (outdated) -->
|
||||
<!-- English Revision: 669847:1336979 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
|
||||
<!-- English Revision: 1302855:1336962 (outdated) -->
|
||||
<!-- English Revision: 1302855:1336979 (outdated) -->
|
||||
<!-- =====================================================
|
||||
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
|
||||
Reviewed by: Orhan Berent <berent belgeler.org>
|
||||
|
||||
Reference in New Issue
Block a user