You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Leif Hedstrom <zw...@apache.org> on 2010/01/13 20:46:45 UTC

PCRE

Hi all,

I just committed a patch that will make the TS build fail if PCRE (+ 
-dev) is not installed. Long term, all regex code will switch over to 
PCRE as well, but this was necessary to merge in a change from Y! that 
we depend on (and it's a good one). This patch lets you do remap rules 
like this:


regex_map http://www\.(.*)\.com/   http://www.ogre.com/


Thanks to Manjesh for implementing this new feature!

-- leif