diff options
author | ache <ache@FreeBSD.org> | 2000-10-11 22:37:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-10-11 22:37:56 +0000 |
commit | c1b8f9240aa817eb0245b58ad9eeafbf2b7fd0c3 (patch) | |
tree | d0152ea50eea4ccd2c43acd7ae87130ca2d4296a /www/apache2 | |
parent | d13232f23264dec2e5cfc6baae8d16ac2840acd2 (diff) | |
download | FreeBSD-ports-c1b8f9240aa817eb0245b58ad9eeafbf2b7fd0c3.zip FreeBSD-ports-c1b8f9240aa817eb0245b58ad9eeafbf2b7fd0c3.tar.gz |
Move all modules from static to shared to allow maximal configuration
flexibility.
WARNING: existing configurations should be updated with 'LoadModule' for
previously static modules.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 6 | ||||
-rw-r--r-- | www/apache2/pkg-plist | 18 |
2 files changed, 22 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 7f5daa4..5b3c6a6 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -41,10 +42,11 @@ CONFIGURE_ARGS= \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --suexec-docroot=${PREFIX}/www/data \ --without-confadjust \ - --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ - --disable-module=auth_dbm + --enable-module=mmap_static \ + --disable-module=auth_dbm \ + --enable-shared=max OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ diff --git a/www/apache2/pkg-plist b/www/apache2/pkg-plist index ad5603d..b5e7125 100644 --- a/www/apache2/pkg-plist +++ b/www/apache2/pkg-plist @@ -63,17 +63,35 @@ include/apache/xml/xmltok.h include/apache/xml/xmltok_impl.h libexec/apache/httpd.exp libexec/apache/libproxy.so +libexec/apache/mod_access.so +libexec/apache/mod_actions.so +libexec/apache/mod_alias.so +libexec/apache/mod_asis.so +libexec/apache/mod_auth.so libexec/apache/mod_auth_anon.so libexec/apache/mod_auth_db.so +libexec/apache/mod_autoindex.so libexec/apache/mod_cern_meta.so +libexec/apache/mod_cgi.so libexec/apache/mod_digest.so +libexec/apache/mod_dir.so +libexec/apache/mod_env.so libexec/apache/mod_expires.so libexec/apache/mod_headers.so +libexec/apache/mod_imap.so +libexec/apache/mod_include.so libexec/apache/mod_info.so +libexec/apache/mod_log_config.so +libexec/apache/mod_mime.so libexec/apache/mod_mime_magic.so +libexec/apache/mod_mmap_static.so +libexec/apache/mod_negotiation.so libexec/apache/mod_rewrite.so +libexec/apache/mod_setenvif.so libexec/apache/mod_speling.so +libexec/apache/mod_status.so libexec/apache/mod_unique_id.so +libexec/apache/mod_userdir.so libexec/apache/mod_usertrack.so libexec/apache/mod_vhost_alias.so sbin/ab |