mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
H in Virtualhost
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241323 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b27b8e938b
commit
3d86e0a93a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.91 $ -->
|
||||
<!-- $Revision: 1.92 $ -->
|
||||
<chapter xml:id="features.file-upload" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -490,7 +490,7 @@ PUT /path/filename.html HTTP/1.1
|
|||
this with the <emphasis>Script</emphasis> directive. It can be
|
||||
placed almost anywhere in your Apache configuration file. A
|
||||
common place is inside a <Directory> block or perhaps inside
|
||||
a <Virtualhost> block. A line like this would do the trick:
|
||||
a <VirtualHost> block. A line like this would do the trick:
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue