> Antony Stone <antony.st...@spamassassin.open.source.it> kirjoitti 13.3.2019 > kello 20.36: > > On Wednesday 13 March 2019 at 19:21:47, Jari Fredriksson wrote: > >> What would it result for this: >> >> I have a couple domains that do not have any services for the root domain >> name. How ever, the server the A points do have a web server that acts as >> a reverse proxy for many subdomains that will be served a web page. A http >> 503 is returned by the pound reverse for the root domains. > > What is a "pound reverse"? > > Antony. > >> gladiator:~ jarif$ curl -v http://bitwell.biz >> * Rebuilt URL to: http://bitwell.biz/ >> * Trying 138.201.119.25... >> * TCP_NODELAY set >> * Connected to bitwell.biz (138.201.119.25) port 80 (#0) >> >>> GET / HTTP/1.1 >>> Host: bitwell.biz >>> User-Agent: curl/7.54.0 >>> Accept: */* >> >> * HTTP 1.0, assume close after body >> < HTTP/1.0 503 Service Unavailable >> < Content-Type: text/html >> < Content-Length: 53 >> < Expires: now >> < Pragma: no-cache >> < Cache-control: no-cache,no-store >> < >> * Closing connection 0 >> >> Br. Jarif >
Pound reverse proxy.I forgot that ”proxy” in that. Pound is a simple but effective reverse proxy software package (FOSS) for http(s). Br. Jarif