reature request to mod_layout

Harald Falkenberg <[email protected]> Thu, 5 Feb 2004 23:18:48 +0100 (MET)
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hi,

when merging html pages, it would be a big performance win if the merge
stops after a given amount of pattern hits.

Currently mod_layout seems to grep the page for each directive completely
from top to bottom. Doesn't make sense if I look for
	</head>
	<body>
	</body>
where the first two in general appear on top, but were search through the
complete page.

regards
	Harald