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. -- John
On Fri, Feb 06, 2004 at 09:12:14PM +0000, 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?
http://httpd.apache.org/docs-2.0/misc/rewriteguide.html -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE NUTRIA! (random hero from isometric.spaceninja.com)
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."
participants (3)
-
J Cameron Cooper -
John Poltorak -
Paul Winkler