[freeside-commits] freeside/FS/FS/part_export apache.pm,1.5,1.6

Mark Wells mark at wavetail.420.am
Fri May 27 14:46:20 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv12014/FS/FS/part_export

Modified Files:
	apache.pm 
Log Message:
apache.export suspension, #1822

Index: apache.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/apache.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- apache.pm	17 Jun 2004 12:32:42 -0000	1.5
+++ apache.pm	27 May 2011 21:46:17 -0000	1.6
@@ -17,7 +17,7 @@
     label   => 'Template',
     type    => 'textarea',
     default => <<'END',
-<VirtualHost $domain> #generic
+<VirtualHost $zone> #generic
 #<VirtualHost ip.addr> #preferred, http://httpd.apache.org/docs/dns-caveats.html
 DocumentRoot /var/www/$zone
 ServerName $zone
@@ -29,6 +29,23 @@
 
 END
   },
+  'template_inactive' => {
+    label   => 'Template (when suspended)',
+    type    => 'textarea',
+    default => <<'END',
+<VirtualHost $zone> #generic
+#<VirtualHost ip.addr> #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 /
+</VirtualHost>
+
+END
+  },
 ;
 
 %info = (



More information about the freeside-commits mailing list