www.br0tkasten.de/content/post/apache-httpd.md

312 B

title date
Apache httpd configs 2021-11-13

HTTP proxy with Digest Auth

<Proxy *>
  AuthType Digest
  AuthName "mrtg"
  AuthUserFile "/etc/httpd/conf/mrtg.htdigest"
  Require valid-user
</Proxy>

ProxyPass / http://mrtg.lxc.br0tkasten.de/
ProxyPassReverse / http://mrtg.lxc.br0tkasten.de/