[freeside-commits] freeside/bin apache.export,1.6,1.6.4.1

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Apr 23 07:34:12 PDT 2007


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv22457/bin

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	apache.export 
Log Message:
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport)

Index: apache.export
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/apache.export,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- apache.export	6 May 2004 22:29:24 -0000	1.6
+++ apache.export	23 Apr 2007 14:34:10 -0000	1.6.4.1
@@ -36,9 +36,12 @@
   my @svc_www = $export->svc_x;
 
   foreach my $svc_www ( @svc_www ) {
-    use vars qw($zone $username);
+    use vars qw($zone $username $dir $email $config);
     $zone = $svc_www->domain_record->zone;
     $username = $svc_www->svc_acct->username;
+    $dir = $svc_www->svc_acct->dir;
+    $email = $svc_www->svc_acct->email;
+    $config = $svc_www->config;
     print HTTPD_CONF eval(qq("$template")). "\n\n";
   }
 



More information about the freeside-commits mailing list