]> git.pld-linux.org Git - packages/ckeditor.git/blob - apache.conf
up to 4.4.7, fakeobjects plugin removed
[packages/ckeditor.git] / apache.conf
1 Alias /ckeditor/ /usr/share/ckeditor/
2 <Directory /usr/share/ckeditor>
3         Options +FollowSymLinks
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>
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>
21 </Directory>
This page took 0.238088 seconds and 3 git commands to generate.