X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fapache.pm;h=835ce8c247fac0329a0125719f05e853a4c09dfb;hb=ffa18709ee8a4d05e18d2d406cf73afe79e52524;hp=35b00cc96d886c21c5dc3aae7d28393946319677;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm index 35b00cc96..835ce8c24 100644 --- a/FS/FS/part_export/apache.pm +++ b/FS/FS/part_export/apache.pm @@ -17,7 +17,7 @@ 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 @@ -29,6 +29,23 @@ ServerAlias *.$zone 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 + }, ; %info = (