Hi, Nope I can't as Varnish does need to handle all.
2015-08-24 17:56 GMT+02:00 nick tailor <[email protected]>: > Couldn't you just use a rewrite rule in .htaccess? and then let varnish > handle the actual domain you want served? > > Cheers > > Nick Tailor > nicktailor.com > > On Mon, Aug 24, 2015 at 2:27 AM, Matt . <[email protected]> wrote: >> >> Hi Dridi, >> >> I'm not 100% sure about the example. >> >> The idea is that when I have >> >> domain1.tld >> domain2.tld >> >> acceces with subdomainX.domain1.tld or subdomainY.domain2.tld or >> whatever.domain1.tld I set it in my vcl to >> >> TheVisitedSubdomain.mymaindomain.tld >> >> And use that one in my VLC... >> >> Thanks so far! >> >> Matt >> >> >> >> 2015-08-24 9:59 GMT+02:00 Dridi Boukelmoune <[email protected]>: >> > On Mon, Aug 24, 2015 at 1:41 AM, Matt . <[email protected]> wrote: >> >> Hi Guys, >> >> >> >> I'm figuring out how I can rewrite a domain in a req.http.Host >> >> >> >> Like I type in my addressbar: subdomain.myFIRSTdomain.tld >> >> >> >> Where Varnish needs to catch this using req.http.Host filter out the >> >> domainname and make req.http.Host actually: >> >> >> >> subdomain.mySECONDdomain.tld >> >> >> >> I'm figuring out how to do so, but I can't find the right way/docs. >> > >> > Hi Matt, >> > >> > This can be achieved with a regular expression, please find enclosed a >> > test case demonstrating how to do that. >> > >> > Best Regards, >> > Dridi >> > >> >> I hope someone can help me out ! >> >> >> >> Thanks, >> >> >> >> Matt >> >> >> >> _______________________________________________ >> >> varnish-misc mailing list >> >> [email protected] >> >> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc >> >> _______________________________________________ >> varnish-misc mailing list >> [email protected] >> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc > > > > > -- > Nick Tailor > > Senior Linux Systems Administrator > BCLC, 2940 Virtual Way, Vancouver B.C. V5M 0A6 > T 604 228 3046 C 778 388 1397 > > Connect with us: > Twitter @BCLC| Twitter @BCLCGameSense | YouTube | Blog | bclc.com > > Last year, more than $1 billion generated by BCLC gambling activities went > back into health care, education and community groups across B.C. _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
