
codesite-noreply at google
Sep 7, 2009, 3:34 PM
Post #1 of 2
(349 views)
Permalink
|
|
Issue 566 in cherokee: cherokee should parse config rules with regexs
|
|
Status: New Owner: ---- New issue 566 by ergomus: cherokee should parse config rules with regexs http://code.google.com/p/cherokee/issues/detail?id=566 Problem: server!bind!1!port=80 <-- this fails, Solution: Possible regex to avoid this: [\w\d\!_]+[ \t]*=[ \t]*[\w\d\!_]+ proposed by alo :) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|