Issue #7174 has been updated by Ben Hughes. Status changed from Unreviewed to Accepted Assignee set to Nick Fagerlund
Well volunteered! (: ---------------------------------------- Bug #7174: The passenger vhost example should include a commented-out block for turning on HTTP basic auth https://projects.puppetlabs.com/issues/7174 Author: Nick Fagerlund Status: Accepted Priority: Normal Assignee: Nick Fagerlund Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: Since basic auth can't be set via .htaccess files (at best, these files can prevent access to the stylesheets), the example vhost config we ship in ext/passenger/ should include the following commented-out block: # <Location "/"> # AuthType basic # AuthName "Puppet Dashboard" # Require valid-user # AuthBasicProvider file # AuthUserFile /etc/apache2/passwords # </Location> Additionally, we should delete the `AllowOverride AuthConfig` line, since it doesn't allow users to accomplish anything useful. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
