[packages/stikked] without .c file ext ifmodule does not work with apache 2.4
glen
glen at pld-linux.org
Fri Mar 28 23:27:06 CET 2014
commit c0a35ec0388b900de7e42548c82a6b362b0b6d92
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 29 00:26:42 2014 +0200
without .c file ext ifmodule does not work with apache 2.4
apache.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/apache.conf b/apache.conf
index 0b30979..c601f5f 100644
--- a/apache.conf
+++ b/apache.conf
@@ -12,7 +12,7 @@ Alias /stikked /usr/share/stikked
FileETag MTime Size
- <IfModule mod_rewrite>
+ <IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /stikked
@@ -20,15 +20,15 @@ Alias /stikked /usr/share/stikked
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
</IfModule>
- <IfModule !mod_rewrite>
+ <IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>
- <IfModule mod_deflate>
+ <IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>
- <IfModule mod_expires>
+ <IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/javascript "access plus 1 year"
ExpiresByType application/x-javascript "access plus 1 year"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stikked.git/commitdiff/c0a35ec0388b900de7e42548c82a6b362b0b6d92
More information about the pld-cvs-commit
mailing list