diff options
Diffstat (limited to 'www/apache13+ipv6')
-rw-r--r-- | www/apache13+ipv6/files/apache.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13+ipv6/files/apache.in b/www/apache13+ipv6/files/apache.in index 1bea1411b8be..9d3448811c47 100644 --- a/www/apache13+ipv6/files/apache.in +++ b/www/apache13+ipv6/files/apache.in @@ -12,8 +12,10 @@ # # DO NOT CHANGE THESE DEFAULT VALUES HERE # +# apache_enable="YES" +# apache_flags="<set as needed>" + apache_enable=${apache_enable-"NO"} -apache_flags=${apache_flags-""} apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"} . %%RC_SUBR%% |