Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "PasswordBasicAuth" page has been changed by thumbs: http://wiki.apache.org/httpd/PasswordBasicAuth?action=diff&rev1=10&rev2=11 Comment: Added links to the DocumentRoot directives in the text itself Using either recipe, you can now go to http://localhost/protected and be prompted by the browser to enter your credentials. If you enter correct credentials you will be granted access to '''protected'''. If you don't enter correct credentials, you will be continually prompted to enter credentials until you enter correct credentials or click the '''Cancel''' button. <<BR>> - For Apache httpd 2.4, the authorization mechanism has been revamped. Here is a sample of a configuration that uses basic HTTP auth for the entire DocumentRoot, and allows public, non-restricted access for a specific directory: + For Apache httpd 2.4, the authorization mechanism has been revamped. Here is a sample of a configuration that uses basic HTTP auth for the entire [[http://httpd.apache.org/docs/current/mod/core.html#documentroot|DocumentRoot]], and allows public, non-restricted access for a specific directory: - Assuming a DocumentRoot value of "/srv/httpd/htdocs", + Assuming a [[http://httpd.apache.org/docs/current/mod/core.html#documentroot|DocumentRoot]] value of "/srv/httpd/htdocs", {{{ <Directory "/srv/httpd/htdocs"> --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org