cache pages with apache auth

Tobias Eichelbrönner tobias.eichelbroenner at lamp-solutions.de
Mon Jun 29 09:27:20 CEST 2015


Hi Tim,

> Backend_health - web2 Still sick 4--X-R- 0 3 5 0.014946 0.000000
> HTTP/1.1 401 Unauthorized

seems to me your healthcheck on
 .url = "/healthcheck.php";
does not send any authorization to your backend, so the probing fails.
The most simple solution is the disable authorization for
healthcheck.php in you Webserver.

Keep in mind that if more then one user access your restricted area they
probably get the cached contend from the other user delivered. You could
put authorization header into the hash in give every user a different
password.

Sincerely,

Tobias

-- 
LAMP solutions GmbH
Gostenhofer Hauptstrasse 35
90443 Nuernberg

Amtsgericht Nuernberg: HRB 22366
Geschaeftsfuehrer: Heiko Schubert

Es gelten unsere allgemeinen Geschaeftsbedingungen.
http://www.lamp-solutions.de/agbs/

Telefon      : 0911 / 376 516 0
Fax          : 0911 / 376 516 11
E-Mail       : support at lamp-solutions.de
Web          : www.lamp-solutions.de
Facebook     : http://www.facebook.com/LAMPsolutions
Twitter      : http://twitter.com/#!/lampsolutions



More information about the varnish-misc mailing list