From e3b8f1bd887e68d35796d8044072a4758818a529 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 19 Jun 2015 00:21:44 +0200 Subject: tabs vs spaces at readme diff --git a/README b/README index c88cad7..55849e6 100644 --- a/README +++ b/README @@ -45,36 +45,36 @@ LDAPTrustedGlobalCert CA_BASE64 /etc/ldap/ldapscert.pem add the following to the virtualhost config: ~~~snip~~~ - DocumentRoot /var/www/rhwebimport/www/ - + DocumentRoot /var/www/rhwebimport/www/ - Options -Indexes -FollowSymLinks - AllowOverride None + Options -Indexes -FollowSymLinks + AllowOverride None Require all denied - + Require all granted - + Include /etc/rivendell/apache-2.4.conf Include /etc/apache2/conf-available/javascript-common.conf - - SetHandler perl-script - PerlResponseHandler ModPerl::Registry - PerlOptions +ParseHeaders - Options +ExecCGI + Alias /rh-bin/ /var/www/rhwebimport/rh-bin/ + + SetHandler perl-script + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders + Options +ExecCGI Require all granted - - Alias /rh-bin/ /var/www/rhwebimport/rh-bin/ + + Alias /authtoken.json /var/www/rhwebimport/authtoken.json SetHandler perl-script - PerlResponseHandler ModPerl::Registry - PerlOptions +ParseHeaders - Options +ExecCGI + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders + Options +ExecCGI AuthName "Radio Helsinki - Automation Import" AuthType Basic @@ -83,6 +83,5 @@ add the following to the virtualhost config: Require all denied Require valid-user - - Alias /authtoken.json /var/www/rhwebimport/authtoken.json + ~~~/snip~~~ -- cgit v0.10.2