diff options
-rw-r--r-- | README | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -21,24 +21,24 @@ add the following to the virtualhost config: AllowOverride None Order allow,deny allow from all - RedirectMatch 404 /\\.svn(/|$) + RedirectMatch 404 /\\.svn(/|$) </Directory> - <Directory /var/www/config> - Order allow,deny - Deny from all - </Directory> - - Include /etc/rivendell/apache.conf - - <Location /authtoken.json> - Order deny,allow - Deny from All - AuthName "Radio Helsinki - Automation Import" - AuthType Basic - AuthBasicProvider ldap - AuthzLDAPAuthoritative off - AuthLDAPUrl ldap://ldap.helsinki.at/ou=People,dc=helsinki,dc=at?uid TLS - Require valid-user - Satisfy any + <Directory /var/www/config> + Order allow,deny + Deny from all + </Directory> + + Include /etc/rivendell/apache.conf + + <Location /authtoken.json> + Order deny,allow + Deny from All + AuthName "Radio Helsinki - Automation Import" + AuthType Basic + AuthBasicProvider ldap + AuthzLDAPAuthoritative off + AuthLDAPUrl ldap://ldap.helsinki.at/ou=People,dc=helsinki,dc=at?uid TLS + Require valid-user + Satisfy any </Location> ~~~/snip~~~ |