allpy
changeset 1166:b2c9affa4e63
blocks3d-wt: Changed apache config file for apache 4.2
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Tue, 27 Aug 2013 15:18:14 +0400 |
parents | 79978caa35ee |
children | f1c6ed49f7e0 |
files | debian/apache/blocks3d debian/apache/blocks3d.conf debian/changelog |
diffstat | 3 files changed, 22 insertions(+), 17 deletions(-) [+] |
line diff
1.1 --- a/debian/apache/blocks3d Thu Oct 04 02:46:09 2012 +0400 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,17 +0,0 @@ 1.4 -Alias /blocks3d /var/lib/blocks3d-wt 1.5 - 1.6 -<Directory /var/lib/blocks3d-wt> 1.7 - Order allow,deny 1.8 - Allow from all 1.9 - Options FollowSymLinks 1.10 -</Directory> 1.11 - 1.12 -<Directory /var/lib/blocks3d-wt/bin> 1.13 - Options ExecCGI FollowSymLinks 1.14 - SetHandler fcgid-script 1.15 -</Directory> 1.16 - 1.17 -RewriteRule ^/blocks3d$ /blocks3d/ [R=301,L] 1.18 -RewriteRule ^/blocks3d/$ /var/lib/blocks3d-wt/bin/blocks3d-wt [H=fcgid-script,L] 1.19 - 1.20 -# vim: set ft=apache et ts=4 sts=4 sw=4:
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/debian/apache/blocks3d.conf Tue Aug 27 15:18:14 2013 +0400 2.3 @@ -0,0 +1,16 @@ 2.4 +Alias /blocks3d /var/lib/blocks3d-wt 2.5 + 2.6 +<Directory /var/lib/blocks3d-wt> 2.7 + Require all granted 2.8 + Options FollowSymLinks 2.9 +</Directory> 2.10 + 2.11 +<Directory /var/lib/blocks3d-wt/bin> 2.12 + Options ExecCGI FollowSymLinks 2.13 + SetHandler fcgid-script 2.14 +</Directory> 2.15 + 2.16 +RewriteRule ^/blocks3d$ /blocks3d/ [R=301,L] 2.17 +RewriteRule ^/blocks3d/$ /var/lib/blocks3d-wt/bin/blocks3d-wt [H=fcgid-script,L] 2.18 + 2.19 +# vim: set ft=apache et ts=4 sts=4 sw=4:
3.1 --- a/debian/changelog Thu Oct 04 02:46:09 2012 +0400 3.2 +++ b/debian/changelog Tue Aug 27 15:18:14 2013 +0400 3.3 @@ -1,3 +1,9 @@ 3.4 +allpy (1.4.3-3) unstable; urgency=low 3.5 + 3.6 + * changed apache config file for apache 4.2 3.7 + 3.8 + -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Tue, 27 Aug 2013 15:17:46 +0400 3.9 + 3.10 allpy (1.4.3-2) unstable; urgency=medium 3.11 3.12 * fixed a bug: codes.py was not included in Debian package