X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fapache.export;h=b39b5f1a2ae5f71eb9e903f28ac66c3219b176e3;hb=dd0aa1d874b7ae0571bab00b2b0fc73999990d53;hp=47863a9d56d5b4005879f1ee57e0255c4b67e800;hpb=226b17bfa055fb960b722c6a17d1c81bb8970f2c;p=freeside.git diff --git a/bin/apache.export b/bin/apache.export index 47863a9d5..b39b5f1a2 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -36,9 +36,12 @@ foreach my $export ( @exports ) { 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"; }