[Zope] Apache rewrite rules
J Cameron Cooper
xdoclet at jcameroncooper.com
Fri Feb 6 17:03:13 EST 2004
John Poltorak wrote:
>When setting up rewrite rules for Apache for using a Zope virtual host,
>the Zope book examples show [L,P] at the end of the line.
>
>Anyone know what they stand for?
>
>My Zope Bible just has a [P].
>
>Enquiring minds need to know.
>
P is "proxy throughput" flag. L is the "last" flag.
http://httpd.apache.org/docs/misc/rewriteguide.html
http://httpd.apache.org/docs/mod/mod_rewrite.html
(see the RewriteRule section)
L is only useful if you have other possible rules, so may not be
necessary in the usual simple Zope case.
--jcc
--
"He who fights with monsters should look to it that he himself does not become a monster. And when you gaze long into an abyss the abyss also gazes into you."
More information about the Zope
mailing list