diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-15 16:33:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-15 16:33:01 +0100 |
commit | 57cf535a2476c3d1cf76331c6052fdf9ebbb5a0e (patch) | |
tree | db151927954c7522f418d8b6b1cb3863d950f5c4 /syntaxhighlighter.conf |
syntaxhighlighter: new package
Diffstat (limited to 'syntaxhighlighter.conf')
-rw-r--r-- | syntaxhighlighter.conf | 14 |
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> + |