If memory serves, the host header require is a regular expression. You need
to escape the '.'.

 

headrequire "^host:[\t ]*store\.compumedik\.com
<http://store.compumedik.com> $"
        BackEnd
            Address    192.168.3.32
        Port    80
        End
    End
    service

 

From: Adrian Padilla [mailto:[email protected]] 
Sent: Wednesday, March 30, 2011 10:08 PM
To: [email protected]
Subject: [Pound Mailing List] pound with 7 servers

 

i have pound with 7 back end servers 

and i have my config file as posted, problem is i can get to my one domain, 
"store.compumedik.com

but the blog.compumedik.com  i can not get to from my web browser it says
the service is not available, Please try again later

so i look in the syslog file and i see this come thru on the log

Mar 3101:00:47 vmserver pound (b77f9b70) e503 no service "GET /http/1.1"
from 96.12.3.0

this is what my config file looks like

any help would be greatly appreciated very very much thank you in advance
for your help

*************************config below*********************

ListenHTTP
    Address 192.168.3.102
    Port    80

    ## allow PUT and DELETE also (by default only GET, POST and HEAD)?:
    xHTTP        0
service
headrequire "host:  memoriesbyselina.com."
        BackEnd
            Address    192.168.3.26
            Port    80
        End
        BackEnd
            Address    192.168.3.27
            Port    80
        End
    End
service
headrequire "host:  store.compumedik.com."
        BackEnd
            Address    192.168.3.32
        Port    80
        End
    End
    service
headrequire  "host: blog.compumedik.com."
        BackEnd
            Address    192.168.3.26
            Port    80
        End
        BackEnd
            Address    192.168.3.27
            Port    80
        End
        BackEnd
            Address    192.168.3.28
            Port    80
        End
        BackEnd
            Address    192.168.3.29
            Port    80
        End
        Backend
            Address    192.168.3.30
            Port    80
        End
        BackEnd
            Address    192.168.3.31
            Port    80
        End
        BackEnd
            Address    192.168.3.32
            Port    80
        End

    End
End


WebRep

  <chrome://wrc/skin/png/line-dark-horizontal.png> 

Overall rating

  <chrome://wrc/skin/png/line-dark-horizontal.png> 

  <chrome://wrc/skin/png/line-dark-horizontal.png> 

 

Reply via email to