Hi,

I was reading through the man pages and was trying to figure out the best 
way to define a virtual host in Pound.  The was I see it, I have 2 options:
1) Specify a URL pattern in my Service
2) Specify a HeadRequire Host: pattern in my Service

Ex:
Service
    URL    ".*//demo.domain.com.*"
End

or

Service
    HeadRequire    "Host:demo.domain.com.*"
End

Is there an advantage of using one vs the other?  Or should I use both? 
What advantage, if any, does the URL give over the HeadRequire instruction?

Thanks,

Eric




--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to