<div>Hi,</div><div>   I am getting the following errro while compiling my vcl file. Would anyone be able to help me out? Thanks.</div><div><br></div><div><div>Message from VCC-compiler:</div><div>Regexp compilation error:</div><div><br></div><div>nothing to repeat</div><div><br></div><div>(input Line 497 Pos 69)</div><div>                if (req.url ~ "^/location-staticmap/*" || req.url ~ "^/staticmap%3F*" || req.url ~ "^/wms/*") {</div><div>--------------------------------------------------------------------#################--------------------------</div></div><div><br></div><div>The line is copied below, position 69 happens to be the third double quote (") in the line, the one which is at the beginning of  staticmap.</div><div><br></div><div>        if (req.http.host ~ "^example.sample.com") {</div><div>                if (req.url ~ "^/location-staticmap/*" || req.url ~ "^/staticmap%3F*" || req.url ~ "^/wms/*") {</div><div>                        set obj.http.Cache-Control = "max-age=432000";</div><div>                        set obj.ttl = 5d;</div><div>                }</div><div>                return(deliver);</div><div>        }</div><br>Thanks,<br>Neel<br><br> <br>