X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fapache.pm;h=835ce8c247fac0329a0125719f05e853a4c09dfb;hb=HEAD;hp=17fbabff8a26da5e1d027ed7eaf71b894a0d4ee6;hpb=226b17bfa055fb960b722c6a17d1c81bb8970f2c;p=freeside.git diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm index 17fbabff8..835ce8c24 100644 --- a/FS/FS/part_export/apache.pm +++ b/FS/FS/part_export/apache.pm @@ -17,13 +17,31 @@ tie my %options, 'Tie::IxHash', label => 'Template', type => 'textarea', default => <<'END', - #generic + #generic # #preferred, http://httpd.apache.org/docs/dns-caveats.html DocumentRoot /var/www/$zone ServerName $zone ServerAlias *.$zone #BandWidthModule On #LargeFileLimit 4096 12288 +#FrontpageEnable on + + +END + }, + 'template_inactive' => { + label => 'Template (when suspended)', + type => 'textarea', + default => <<'END', + #generic +# #preferred, http://httpd.apache.org/docs/dns-caveats.html +DocumentRoot /var/www/$zone +ServerName $zone +ServerAlias *.$zone +#BandWidthModule On +#LargeFileLimit 4096 12288 +#FrontpageEnable on +Redirect 402 / END