diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:39:37 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:39:37 +0000 |
commit | cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f (patch) | |
tree | 2adf69303fef4b5f702c45dc8f6d29800e308d4f /modules/mga-mirrors/templates | |
parent | 60f67a21e2785e96fc00a712e5dbdb2015eea202 (diff) | |
download | puppet-cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f.tar puppet-cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f.tar.gz puppet-cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f.tar.bz2 puppet-cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f.tar.xz puppet-cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f.zip |
- remove broken and useless declaration
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r-- | modules/mga-mirrors/templates/mirrors_vhost.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mga-mirrors/templates/mirrors_vhost.conf b/modules/mga-mirrors/templates/mirrors_vhost.conf index f31ed84b..dc81806d 100644 --- a/modules/mga-mirrors/templates/mirrors_vhost.conf +++ b/modules/mga-mirrors/templates/mirrors_vhost.conf @@ -6,10 +6,5 @@ Alias / /usr/bin/mga_mirrors_fastcgi.pl/ FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30 - <Directory <%= catdap_location %>/script> - Options +ExecCGI - SetHandler fcgid-script - Allow from all - </Directory> </VirtualHost> |