-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 11/14/2014 04:09 PM, Tobias Karlsson wrote: > > https://gist.github.com/tokar86a/8e9e8d01c3f206a1630b > > that is all the information i have in the file.
Clearly you believe that, but it isn't possible. Your error message indicates an error in line 42 of your VCL source, but your gisthub only shows 37 lines. The file in gisthub is self-evidently illegal VCL syntax, since it has the opening brace of vcl_deliver, but not the closing brace. But the error message indicates something else entirely -- that 'vcl 4.0' appears on line 42, and that is only permitted as the first statement. Somehow 'vcl 4.0' got on line 42, so you need to find line 42. What all of this indicates is that you haven't made any attempt to understand VCL, at all. The file in your gisthub includes these lines: # See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/ # and http://varnish-cache.org/trac/wiki/VCLExamples for more examples. Please follow that advice. It's good etiquette on a mailing list to first make your own best effort to solve a problem, and that hasn't happened yet. Thanks! Geoff - -- ** * * UPLEX - Nils Goroll Systemoptimierung Scheffelstraße 32 22301 Hamburg Tel +49 40 2880 5731 Mob +49 176 636 90917 Fax +49 40 42949753 http://uplex.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJUZiIoAAoJEOUwvh9pJNURFy8QAKUHVtxyDZ69fHxf0MyHpPUr 2HcI2YVQSPYfrtoWuY8h6HI8fUEIZMWmr+TlXXCYxA752AbwUHAlqmDtILddho+O MIrhnGleeScyXx3/Mcyyhy82WUH6IFLfyaBDvsO3/WEoKw0MCmkchDHacPca8x+G rp52PJiXwLevn5pW1YsgRQ21t6fVVCQ6MTqhvDQ5/lc256AfbIv1k+jdiooBjfZ9 qePHCwlYuUUSred62p3MmarwFRVr/RKCHFEF3sSfcqCikP8RUMfdkVkcMUhB/fO4 hPoUIJctp/Bf4jWxN+fAIblXZfIA6sIBgTKg7sE2eWp9KXrrnhKVbzpe/yZZ6w8k F6egrXRvN5ZvtxHDCP3ukFlmVQN9PmcU+PV/mVGaGVppJJ9acJv7RP343erBQvd8 yQOHct1lZPjsFtMRTAUMcm2jrUZX2PJFg7rbXx9ztJoITVw8Q0AaVG1hpi2hM1Mp gNZjFOr2TxsZupqlbVso1Q8OxFLOydAcg47edWOdrJDr3ERRKF2cGDFKwK7mqaWV FxTSsofTUyjQZCKyDokfWzshiNzlHQSY1105yDOhBDOTXnBlSKXGH9g1qEQn/RCm gMKq014mUddgITo1GlLVTzLvzQX0iasFRVefFG0KJPvNJfArWgWHrLdDLB+i2kxO UpasV6Ja11eqgqGUzLxL =tF15 -----END PGP SIGNATURE----- _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
