<font color="#000099">Thanks a lot!</font><div><font color="#000099">If I instruct nginx to cache a page and if it has ssi tags, will it still go to the back-end to retrieve? <br></font><br><div class="gmail_quote">On Tue, Mar 6, 2012 at 4:49 PM, Antonio P.P. Almeida <span dir="ltr"><<a href="mailto:appa@perusio.net">appa@perusio.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Bird brain me :-)<br>
><br>
> What does this mean?<br>
><br>
> ~SESS[[:alnum:]]+=(?<session_id>[[:graph:]]+) $session_id;<br>
<br>
</div>It means to grab the sub-token on the right-hand side of the session token.<br>
Using POSIX character classes for the regex:<br>
<br>
<a href="https://en.wikipedia.org/wiki/Regular_expression#POSIX_character_classes" target="_blank">https://en.wikipedia.org/wiki/Regular_expression#POSIX_character_classes</a><br>
<div class="im HOEnZb"><br>
> Also 'if'  is evil inside a location. Right ?<br>
<br>
Not really. Here it's a mere return. From the famous IfIsEvil wiki page:<br>
<br>
     The only 100% safe things which may be done inside<br>
     if in location context are:<br>
<br>
           return ...;<br>
           rewrite ... last;<br>
</div><span class="HOEnZb"><font color="#888888">--appa<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>