X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fapache.pm;fp=FS%2FFS%2Fpart_export%2Fapache.pm;h=17fbabff8a26da5e1d027ed7eaf71b894a0d4ee6;hb=226b17bfa055fb960b722c6a17d1c81bb8970f2c;hp=b16b3040d9b2a322efb4e434a1b7b5b114f2d8b8;hpb=47ac05fedd2437ff079223b39934fd4bf0870df5;p=freeside.git diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm index b16b3040d..17fbabff8 100644 --- a/FS/FS/part_export/apache.pm +++ b/FS/FS/part_export/apache.pm @@ -10,6 +10,9 @@ tie my %options, 'Tie::IxHash', 'user' => { label=>'Remote username', default=>'root' }, 'httpd_conf' => { label=>'httpd.conf snippet location', default=>'/etc/apache/httpd-freeside.conf', }, + 'restart' => { label=>'Apache restart command', + default=>'apachectl graceful', + }, 'template' => { label => 'Template', type => 'textarea',