]> git.pld-linux.org Git - packages/ckeditor.git/blame - apache.conf
up to 4.4.7, fakeobjects plugin removed
[packages/ckeditor.git] / apache.conf
CommitLineData
02433890
ER
1Alias /ckeditor/ /usr/share/ckeditor/
2<Directory /usr/share/ckeditor>
8248d96c 3 Options +FollowSymLinks
27b4d831
ER
4 <IfModule mod_authz_core.c>
5 # Apache 2.4
6 Require all granted
7 </IfModule>
8 <IfModule !mod_authz_core.c>
9 Order allow,deny
10 Allow from all
11 </IfModule>
61fa7001
ER
12
13 <IfModule mod_deflate.c>
14 SetOutputFilter DEFLATE
15 </IfModule>
16 <IfModule mod_expires.c>
17 ExpiresByType text/html "access plus 5 months"
18 ExpiresByType text/css "access plus 5 months"
19 ExpiresByType application/x-javascript "access plus 5 months"
20 </IfModule>
02433890 21</Directory>
This page took 0.058104 seconds and 4 git commands to generate.