Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Docs

[PATCH] rewrite_intro.xml file

 

 

Apache docs RSS feed   Index | Next | Previous | View Threaded


lucien.gentis at lorraine

Mar 16, 2008, 10:10 AM

Post #1 of 4 (973 views)
Permalink
[PATCH] rewrite_intro.xml file

Hi to all,

Here are 2 patches for file manual/rewrite/rewrite_intro.xml, one for
each branch 2.2.x and trunk.

Please verify modifications made by patches, I'm 90% sure those are typos.

Lucien
Attachments: rewrite_intro.xml.2.2.x.patch (1.59 KB)
  rewrite_intro.xml.trunk.patch (1.58 KB)


noodlet at gmail

Mar 16, 2008, 4:34 PM

Post #2 of 4 (908 views)
Permalink
Re: [PATCH] rewrite_intro.xml file [In reply to]

On 16/03/2008, Lucien GENTIS <lucien.gentis [at] lorraine> wrote:
> Here are 2 patches for file manual/rewrite/rewrite_intro.xml, one for
> each branch 2.2.x and trunk.

Both applied unchanged. Thanks, again :-)

--
noodl

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe [at] httpd
For additional commands, e-mail: docs-help [at] httpd


dhickox at cox

Mar 18, 2008, 6:55 PM

Post #3 of 4 (908 views)
Permalink
Re: [PATCH] rewrite_intro.xml file [In reply to]

just want to thank you for all are helping to accomplished sincerly Frank &
David thank you all and everyone at Apache,I would not be online if it was
not for all of you,thank you agin
----- Original Message -----
From: "Lucien GENTIS" <lucien.gentis [at] lorraine>
To: <docs [at] httpd>
Sent: Sunday, March 16, 2008 10:10 AM
Subject: [PATCH] rewrite_intro.xml file


> Hi to all,
>
> Here are 2 patches for file manual/rewrite/rewrite_intro.xml, one for
> each branch 2.2.x and trunk.
>
> Please verify modifications made by patches, I'm 90% sure those are typos.
>
> Lucien
>


----------------------------------------------------------------------------
----


> Index: docs/manual/rewrite/rewrite_intro.xml
> ===================================================================
> --- docs/manual/rewrite/rewrite_intro.xml (revision 637581)
> +++ docs/manual/rewrite/rewrite_intro.xml (working copy)
> @@ -211,7 +211,7 @@
> was matched by the expression inside the parenthesis in
> the <var>Pattern</var>. For example, a request
> for <code>http://example.com/product/r14df/view</code> will be mapped
> -to the path <code>/var/web/productdbr14df</code>.</p>
> +to the path <code>/var/web/productdb/r14df</code>.</p>
>
> <p>If there is more than one expression in parenthesis, they are
> available in order in the
> @@ -224,7 +224,7 @@
> <section id="flags"><title>Rewrite Flags</title>
> <p>The behavior of a <directive
> module="mod_rewrite">RewriteRule</directive> can be modified by the
> -application of one more flags to the end of the rule. For example, the
> +application of one or more flags to the end of the rule. For example, the
> matching behavior of a rule can be made case-insensitive by the
> application of the <code>[NC]</code> flag:
> </p>
> @@ -305,7 +305,7 @@
> files</a> at the expense of some additional complexity. This technique
> is called per-directory rewrites.</p>
>
> -<p>The main difference with per-directory rewrites is that the path
> +<p>The main difference with per-server rewrites is that the path
> prefix of the directory containing the <code>.htaccess</code> file is
> stripped before matching in
> the <directive module="mod_rewrite">RewriteRule</directive>. In addition,
the <directive module="mod_rewrite">RewriteBase</directive> should be used
to assure the request is properly mapped.</p>
>


----------------------------------------------------------------------------
----


> Index: manual/rewrite/rewrite_intro.xml
> ===================================================================
> --- manual/rewrite/rewrite_intro.xml (revision 637581)
> +++ manual/rewrite/rewrite_intro.xml (working copy)
> @@ -211,7 +211,7 @@
> was matched by the expression inside the parenthesis in
> the <var>Pattern</var>. For example, a request
> for <code>http://example.com/product/r14df/view</code> will be mapped
> -to the path <code>/var/web/productdbr14df</code>.</p>
> +to the path <code>/var/web/productdb/r14df</code>.</p>
>
> <p>If there is more than one expression in parenthesis, they are
> available in order in the
> @@ -224,7 +224,7 @@
> <section id="flags"><title>Rewrite Flags</title>
> <p>The behavior of a <directive
> module="mod_rewrite">RewriteRule</directive> can be modified by the
> -application of one more flags to the end of the rule. For example, the
> +application of one or more flags to the end of the rule. For example, the
> matching behavior of a rule can be made case-insensitive by the
> application of the <code>[NC]</code> flag:
> </p>
> @@ -305,7 +305,7 @@
> files</a> at the expense of some additional complexity. This technique
> is called per-directory rewrites.</p>
>
> -<p>The main difference with per-directory rewrites is that the path
> +<p>The main difference with per-server rewrites is that the path
> prefix of the directory containing the <code>.htaccess</code> file is
> stripped before matching in
> the <directive module="mod_rewrite">RewriteRule</directive>. In addition,
the <directive module="mod_rewrite">RewriteBase</directive> should be used
to assure the request is properly mapped.</p>
>
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe [at] httpd
> For additional commands, e-mail: docs-help [at] httpd


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe [at] httpd
For additional commands, e-mail: docs-help [at] httpd


dhickox at cox

Mar 18, 2008, 8:49 PM

Post #4 of 4 (904 views)
Permalink
Re: [PATCH] rewrite_intro.xml file [In reply to]

thank you so much for your time and assistants and to all at Apache .org
----- Original Message -----
From: "dhickox" <dhickox [at] cox>
To: <docs [at] httpd>
Sent: Tuesday, March 18, 2008 6:55 PM
Subject: Re: [PATCH] rewrite_intro.xml file


> just want to thank you for all are helping to accomplished sincerly Frank
&
> David thank you all and everyone at Apache,I would not be online if it was
> not for all of you,thank you agin
> ----- Original Message -----
> From: "Lucien GENTIS" <lucien.gentis [at] lorraine>
> To: <docs [at] httpd>
> Sent: Sunday, March 16, 2008 10:10 AM
> Subject: [PATCH] rewrite_intro.xml file
>
>
> > Hi to all,
> >
> > Here are 2 patches for file manual/rewrite/rewrite_intro.xml, one for
> > each branch 2.2.x and trunk.
> >
> > Please verify modifications made by patches, I'm 90% sure those are
typos.
> >
> > Lucien
> >
>
>
> --------------------------------------------------------------------------
--
> ----
>
>
> > Index: docs/manual/rewrite/rewrite_intro.xml
> > ===================================================================
> > --- docs/manual/rewrite/rewrite_intro.xml (revision 637581)
> > +++ docs/manual/rewrite/rewrite_intro.xml (working copy)
> > @@ -211,7 +211,7 @@
> > was matched by the expression inside the parenthesis in
> > the <var>Pattern</var>. For example, a request
> > for <code>http://example.com/product/r14df/view</code> will be mapped
> > -to the path <code>/var/web/productdbr14df</code>.</p>
> > +to the path <code>/var/web/productdb/r14df</code>.</p>
> >
> > <p>If there is more than one expression in parenthesis, they are
> > available in order in the
> > @@ -224,7 +224,7 @@
> > <section id="flags"><title>Rewrite Flags</title>
> > <p>The behavior of a <directive
> > module="mod_rewrite">RewriteRule</directive> can be modified by the
> > -application of one more flags to the end of the rule. For example, the
> > +application of one or more flags to the end of the rule. For example,
the
> > matching behavior of a rule can be made case-insensitive by the
> > application of the <code>[NC]</code> flag:
> > </p>
> > @@ -305,7 +305,7 @@
> > files</a> at the expense of some additional complexity. This technique
> > is called per-directory rewrites.</p>
> >
> > -<p>The main difference with per-directory rewrites is that the path
> > +<p>The main difference with per-server rewrites is that the path
> > prefix of the directory containing the <code>.htaccess</code> file is
> > stripped before matching in
> > the <directive module="mod_rewrite">RewriteRule</directive>. In
addition,
> the <directive module="mod_rewrite">RewriteBase</directive> should be used
> to assure the request is properly mapped.</p>
> >
>
>
> --------------------------------------------------------------------------
--
> ----
>
>
> > Index: manual/rewrite/rewrite_intro.xml
> > ===================================================================
> > --- manual/rewrite/rewrite_intro.xml (revision 637581)
> > +++ manual/rewrite/rewrite_intro.xml (working copy)
> > @@ -211,7 +211,7 @@
> > was matched by the expression inside the parenthesis in
> > the <var>Pattern</var>. For example, a request
> > for <code>http://example.com/product/r14df/view</code> will be mapped
> > -to the path <code>/var/web/productdbr14df</code>.</p>
> > +to the path <code>/var/web/productdb/r14df</code>.</p>
> >
> > <p>If there is more than one expression in parenthesis, they are
> > available in order in the
> > @@ -224,7 +224,7 @@
> > <section id="flags"><title>Rewrite Flags</title>
> > <p>The behavior of a <directive
> > module="mod_rewrite">RewriteRule</directive> can be modified by the
> > -application of one more flags to the end of the rule. For example, the
> > +application of one or more flags to the end of the rule. For example,
the
> > matching behavior of a rule can be made case-insensitive by the
> > application of the <code>[NC]</code> flag:
> > </p>
> > @@ -305,7 +305,7 @@
> > files</a> at the expense of some additional complexity. This technique
> > is called per-directory rewrites.</p>
> >
> > -<p>The main difference with per-directory rewrites is that the path
> > +<p>The main difference with per-server rewrites is that the path
> > prefix of the directory containing the <code>.htaccess</code> file is
> > stripped before matching in
> > the <directive module="mod_rewrite">RewriteRule</directive>. In
addition,
> the <directive module="mod_rewrite">RewriteBase</directive> should be used
> to assure the request is properly mapped.</p>
> >
> >
>
>
> --------------------------------------------------------------------------
--
> ----
>
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: docs-unsubscribe [at] httpd
> > For additional commands, e-mail: docs-help [at] httpd
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe [at] httpd
> For additional commands, e-mail: docs-help [at] httpd
>


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe [at] httpd
For additional commands, e-mail: docs-help [at] httpd

Apache docs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.