The purpose of using the “distributed configuration file” .htaccess is so that users may control authentication. It can also be set in the Apache configuration file httpd.conf WITHOUT using the .htaccess file. This can improve server performance as the server will not have to look for the .htaccess file in each subdirectory. <Directory /path/to/public_html/membersonly> AllowOverride AuthConfig AuthName “Add message visitors will see here. Keep Out!” AuthType Basic AuthUserFile /path/to/public_html/membersonly.htpasswd AuthGroupFile… Continue reading Placing Authentication directives directly into httpd.conf instead of using .htaccess
Filed under: Linux by techsrx
No Comments »