<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zeitoun.net/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Zeitoun.net articles:http-basic-auth-through-reverse-proxy</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://www.zeitoun.net/"/>
    <id>http://www.zeitoun.net/</id>
    <modified>2026-04-19T17:51:54+02:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>How to do HTTP basic auth through a reverse proxy ?</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/http-basic-auth-through-reverse-proxy/start?rev=1302782499&amp;do=diff"/>
        <created>2011-04-14T14:01:39+02:00</created>
        <issued>2011-04-14T14:01:39+02:00</issued>
        <modified>2011-04-14T14:01:39+02:00</modified>
        <id>http://www.zeitoun.net/articles/http-basic-auth-through-reverse-proxy/start?rev=1302782499&amp;do=diff</id>
        <summary>On the back-end apache server, enable a basic auth in your apache server:


&lt;Directory /web/space&gt;
  AuthUserFile /out/of/web/space/htpasswd
  AuthGroupFile /dev/null
  AuthName &quot;Identify&quot;
  AuthType Basic
  &lt;Limit GET POST&gt;
    require valid-user
  &lt;/Limit&gt;
&lt;/Directory&gt;</summary>
    </entry>
</feed>
