diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-07 14:43:25 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-07 14:43:25 +0000 |
commit | 36a278ecee7272f55c238fc42d4498fb04142931 (patch) | |
tree | 00fd94b5135b576c4186619f8ac68c690faa80b2 /sys-apps | |
parent | Added imlib to the deps and --without-gdk-pixbuf to configure if gnome is not... (diff) | |
download | gentoo-2-36a278ecee7272f55c238fc42d4498fb04142931.tar.gz gentoo-2-36a278ecee7272f55c238fc42d4498fb04142931.tar.bz2 gentoo-2-36a278ecee7272f55c238fc42d4498fb04142931.zip |
Added HTTPD_OPTS
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/files/rc.d/config/basic | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/rc.d/config/basic b/sys-apps/baselayout/files/rc.d/config/basic index e06ca5504811..7397bada91aa 100644 --- a/sys-apps/baselayout/files/rc.d/config/basic +++ b/sys-apps/baselayout/files/rc.d/config/basic @@ -25,4 +25,6 @@ MOUSE="ms" # Set to the mouse type as used by gpm (auto, ps2, ms, etc.) DISPLAYMANAGER="" # Enter your display manager here (xdm,kdm,gdm) FTPUSER="ftp" # User to run oftpd as -FTPROOT="/home/ftp" # Set this to your ftproot for oftpd +FTPROOT="/home/ftp" # Set this to your ftproot for oftpd +HTTPD_OPTS="-DSSL" # turnon support for apache modules (PHP4,PERL,COCOON,TOMCAT) + |