X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fapache.pm;h=35b00cc96d886c21c5dc3aae7d28393946319677;hp=b16b3040d9b2a322efb4e434a1b7b5b114f2d8b8;hb=63ccbe91bddf551d9a684fe099a3970aa705389e;hpb=dabdf357484badff95afcae50b08ec1c3bb58343 diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm index b16b3040d..35b00cc96 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', @@ -21,6 +24,7 @@ ServerName $zone ServerAlias *.$zone #BandWidthModule On #LargeFileLimit 4096 12288 +#FrontpageEnable on END