summaryrefslogtreecommitdiffstats
path: root/syntaxhighlighter.conf
diff options
context:
space:
mode:
Diffstat (limited to 'syntaxhighlighter.conf')
-rw-r--r--syntaxhighlighter.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/syntaxhighlighter.conf b/syntaxhighlighter.conf
new file mode 100644
index 0000000..ccfce54
--- /dev/null
+++ b/syntaxhighlighter.conf
@@ -0,0 +1,14 @@
+Alias /syntaxhighlighter /usr/share/syntaxhighlighter
+
+<Directory /usr/share/syntaxhighlighter>
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ # Apache 2.2
+ Order deny,allow
+ Allow from all
+ </IfModule>
+</Directory>
+