Index: head/www/apache2/Makefile =================================================================== --- head/www/apache2/Makefile (revision 61531) +++ head/www/apache2/Makefile (revision 61532) @@ -1,153 +1,151 @@ # New ports collection makefile for: apache2 # Date created: 7 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= apache -PORTVERSION= 2.0.36 +PORTVERSION= 2.0.39 PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://apache.mirrorcentral.com/dist/httpd/ \ http://apache.missouri.edu/dist/httpd/ \ http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ http://www.freebsd.org/gifs/:freebsd \ http://www2.freebsd.org/gifs/:freebsd DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv -FORBIDDEN= "Vulnerable to denial-of-service. See" \ - "http://httpd.apache.org/info/security_bulletin_20020617.txt" - LATEST_LINK= apache2 -WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD) +WITH_MPM?= prefork HTTP_PORT?= 80 -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --enable-so \ --with-mpm=${WITH_MPM} \ --with-port=${HTTP_PORT} \ - --libdir=${PREFIX}/lib/apache2 \ - --includedir=${PREFIX}/include/apache2 + --libdir=${PREFIX_RELDEST}/lib/apache2 \ + --includedir=${PREFIX_RELDEST}/include/apache2 CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" + LDFLAGS="${LDFLAGS}" EXPAT_PATHS="${EXPAT_PATHS}" SHARED_MODULES= all cgid ext_filter bucketeer -RC_SUB= -e 's,@@PREFIX@@,${PREFIX},g' -e 's,@@DESTDIR@@,${DESTDIR},g' +PREFIX_RELDEST= ${PREFIX:S,${DESTDIR},,} +RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes PLIST_SUB+= DESTDIR=${DESTDIR} .if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=YES +MAKE_ENV+= -DNOPORTDOCS .endif .if defined(WITH_BUNDLED_EXPAT) EXPAT_PATHS= xml/expat-cvs xml/expat $$srcdir/xml/expat PLIST_SUB+= EXPAT="" .else LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${EXPATLIBPATH} +EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${LOCALBASE:S,${DESTDIR},,} PLIST_SUB+= EXPAT="@comment " .endif -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -.endif - .if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) SHARED_MODULES+= ssl PLIST_SUB+= MODSSL="" RC_SUB+= -e 's,@@SSL@@,ssl,g' .else PLIST_SUB+= MODSSL="@comment " RC_SUB+= -e 's,@@SSL@@,,g' .endif .if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX}/www/data +SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ --with-suexec-caller=www \ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="${DESTDIR}/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX}/sbin/suexec" + --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ + --with-suexec-logfile="/var/log/httpd-suexec.log" \ + --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" PLIST_SUB+= SUEXEC="" .else PLIST_SUB+= SUEXEC="@comment " .endif .if !defined(WITHOUT_CACHE) && defined(WITH_THREADS) SHARED_MODULES+= cache file-cache disk-cache mem_cache PLIST_SUB+= MODCACHE="" .else PLIST_SUB+= MODCACHE="@comment " .endif .if !defined(WITHOUT_PROXY) SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http PLIST_SUB+= MODPROXY="" .else PLIST_SUB+= MODPROXY="@comment " .endif .if defined(WITH_EXPERIMENTAL) SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite PLIST_SUB+= EXPERIMENTAL="" .else PLIST_SUB+= EXPERIMENTAL="@comment " .endif .if ${WITH_MPM} != "prefork" PKGNAMESUFFIX= -${WITH_MPM} -.if !defined(WITH_THREADS) -IGNORE= "requires threads for ${WITH_MPM} mpm" +WITH_THREADS= yes +.if !defined(FORCE_THREADING_MPM) +FORBIDDEN= "doesn\'t work with threading MPMs on FreeBSD. If you are \ + brave enough, make again with -DFORCE_THREADING_MPM" .endif .endif -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" +.if defined(WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +.endif +CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} + MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 -.include - post-extract: @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ for f in index.html.*; do (\ - ${PERL} -pi -e 's,apache_pb,icons/freebsd.gif" ALT="[Powered by FreeBSD]">[Powered by FreeBSD]${WRKDIR}/apache2.sh @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout + @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ fi - @[ -d ${DESTDIR}/var/log ] || ${MKDIR} ${DESTDIR}/var/log - @[ -d ${DESTDIR}/var/run ] || ${MKDIR} ${DESTDIR}/var/run -.include +.include Property changes on: head/www/apache2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.117 \ No newline at end of property +1.118 \ No newline at end of property Index: head/www/apache2/distinfo =================================================================== --- head/www/apache2/distinfo (revision 61531) +++ head/www/apache2/distinfo (revision 61532) @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.36.tar.gz) = dc80f22608bccba6c49e1fe9f12f51c8 +MD5 (httpd-2.0.39.tar.gz) = b821c6babca68b4859b9ba38d1b345af MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 Property changes on: head/www/apache2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/www/apache2/files/patch-support:apxs.in =================================================================== --- head/www/apache2/files/patch-support:apxs.in (revision 61531) +++ head/www/apache2/files/patch-support:apxs.in (nonexistent) @@ -1,49 +0,0 @@ ---- support/apxs.in.orig Tue Apr 30 03:09:02 2002 -+++ support/apxs.in Wed May 8 19:41:06 2002 -@@ -66,7 +66,7 @@ - - # read the configuration variables once - my %config_vars = (); --get_config_vars("$prefix/build/config_vars.mk",\%config_vars); -+get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars); - - my $exec_prefix = get_vars("exec_prefix"); - my $CFG_TARGET = get_vars("progname"); -@@ -223,7 +223,7 @@ - my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); - $httpd = eval qq("$httpd"); - $httpd = eval qq("$httpd"); --my $envvars = get_vars("bindir") . "/envvars"; -+my $envvars = get_vars("sbindir") . "/envvars"; - $envvars = eval qq("$envvars"); - $envvars = eval qq("$envvars"); - -@@ -418,7 +418,7 @@ - $la =~ s|\.c$|.la|; - my $o = $s; - $o =~ s|\.c$|.o|; -- push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); - unshift(@objs, $lo); - } - -@@ -443,7 +443,7 @@ - $opt .= " -l$opt_l"; - } - -- push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); - - # execute the commands - &execute_cmds(@cmds); -@@ -474,8 +474,8 @@ - $t =~ s|^.+/([^/]+)$|$1|; - $t =~ s|\.la$|\.so|; - if ($opt_i) { -- push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" . -- "$prefix/build/libtool' $f $CFG_LIBEXECDIR"); -+ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" . -+ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR"); - push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); - } - Property changes on: head/www/apache2/files/patch-support:apxs.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/apache2/files/apache.sh =================================================================== --- head/www/apache2/files/apache.sh (revision 61531) +++ head/www/apache2/files/apache.sh (revision 61532) @@ -1,17 +1,17 @@ #!/bin/sh PREFIX=@@PREFIX@@ case "$1" in start) [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' ;; stop) - [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 Property changes on: head/www/apache2/files/apache.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache2/files/config.layout =================================================================== --- head/www/apache2/files/config.layout (revision 61531) +++ head/www/apache2/files/config.layout (revision 61532) @@ -1,22 +1,22 @@ prefix: /usr/local exec_prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libexecdir: ${exec_prefix}/libexec/apache2 mandir: ${prefix}/man sysconfdir: ${prefix}/etc/apache2 datadir: ${prefix}/www installbuilddir: ${prefix}/share/apache2 errordir: ${datadir}/error iconsdir: ${datadir}/icons htdocsdir: ${datadir}/data manualdir: ${prefix}/share/doc/apache2 cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache2 - localstatedir: @@DESTDIR@@/var + localstatedir: /var runtimedir: ${localstatedir}/run logfiledir: ${localstatedir}/log proxycachedir: ${datadir}/proxy infodir: ${exec_prefix}/share/info Property changes on: head/www/apache2/files/config.layout ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/apache2/files/patch-Makefile.in =================================================================== --- head/www/apache2/files/patch-Makefile.in (revision 61531) +++ head/www/apache2/files/patch-Makefile.in (revision 61532) @@ -1,74 +1,51 @@ ---- Makefile.in.orig Sun Apr 28 16:41:25 2002 -+++ Makefile.in Tue May 7 19:05:12 2002 -@@ -33,23 +33,27 @@ - @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) +--- Makefile.in.orig Sat Jun 15 18:41:03 2002 ++++ Makefile.in Tue Jun 18 22:37:19 2002 +@@ -31,12 +31,14 @@ + @test -d $(DESTDIR)$(sysconfdir) || $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ -- $(INSTALL_DATA) $$i $(sysconfdir); \ -+ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ +- $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ ++ test -f $(DESTDIR)$(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ + cp -f $$i $$i.default; \ -+ $(INSTALL_DATA) $$i.default $(sysconfdir); \ ++ $(INSTALL_DATA) $$i.default $(DESTDIR)$(sysconfdir); \ done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ for i in *-std*.conf ssl.conf; do \ - [ -f $$i ] || continue; \ + [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ - sed -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e '/@@LoadModule@@/d' \ - < $$i; \ - else \ - sed -n -e '/@@LoadModule@@/q' \ - -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e 'p' \ - < $$i; \ - for j in $(DSO_MODULES) "^EOL^"; do \ -@@ -57,7 +61,7 @@ - echo ""; \ - fi; \ - if test $$j != "^EOL^"; then \ -- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \ -+ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \ - fi; \ - if test "x$$j" = "xssl"; then \ - echo ""; \ -@@ -106,12 +110,14 @@ +@@ -104,11 +106,14 @@ install-htdocs: @echo Installing HTML documents -- @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) -- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) -+ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default) -+ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir) +- @test -d $(DESTDIR)$(htdocsdir) || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) +- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ++ @test -d $(DESTDIR)$(htdocsdir).default || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir).default ++ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir).default) ++ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir).default $(DESTDIR)$(htdocsdir) +.if !defined(NOPORTDOCS) - @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir) - @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir)) -- @test "x$(htdocsdir)" != "x" && cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \; -- + @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) + @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) +- -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf +.endif -+ @test "x$(htdocsdir)" != "x" && cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \; ++ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf + install-error: @echo Installing error documents - @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir) -@@ -126,9 +132,10 @@ +@@ -124,9 +129,10 @@ install-cgi: @echo Installing CGIs -- @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir) -- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir) -- @test "x$(cgidir)" != "x" && cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \; -+ @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default -+ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default) -+ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir) -+ @test "x$(cgidir)" != "x" && cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \; +- @test -d $(DESTDIR)$(cgidir) || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) +- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) +- -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ++ @test -d $(DESTDIR)$(cgidir).default || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir).default ++ @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir).default ++ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir).default $(DESTDIR)$(cgidir) ++ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir).default && find . -name "CVS" -print | xargs rm -rf install-other: - @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir) + @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) Property changes on: head/www/apache2/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/apache2/files/patch-docs:conf:ssl-std.conf =================================================================== --- head/www/apache2/files/patch-docs:conf:ssl-std.conf (revision 61531) +++ head/www/apache2/files/patch-docs:conf:ssl-std.conf (revision 61532) @@ -1,116 +1,107 @@ ---- docs/conf/ssl-std.conf.orig Thu Nov 8 07:16:09 2001 -+++ docs/conf/ssl-std.conf Sun Apr 7 09:26:02 2002 +--- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 ++++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 @@ -55,15 +55,15 @@ # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:@@DESTDIR@@/var/log/httpd-ssl_scache ++#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) ++#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) ++SSLSessionCache dbm:/var/log/httpd-ssl_scache SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:logs/ssl_mutex -+SSLMutex file:@@DESTDIR@@/var/log/httpd-ssl_mutex ++SSLMutex file:/var/log/httpd-ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the -@@ -89,7 +89,7 @@ - # a real server (i.e. somewhere where only root can write). - # Log levels are (ascending order: higher ones include lower ones): - # none, error, warn, info, trace, debug. --SSLLog logs/ssl_engine_log -+SSLLog @@DESTDIR@@/var/log/httpd-ssl_engine_log - SSLLogLevel info - - ## -@@ -99,11 +99,11 @@ +@@ -89,11 +89,11 @@ # General setup for the virtual host -DocumentRoot "@@ServerRoot@@/htdocs" +DocumentRoot "@@ServerRoot@@/www/data" ServerName new.host.name:443 ServerAdmin you@your.address -ErrorLog logs/error_log -TransferLog logs/access_log -+ErrorLog @@DESTDIR@@/var/log/httpd-error.log -+TransferLog @@DESTDIR@@/var/log/httpd-access.log ++ErrorLog /var/log/httpd-error.log ++TransferLog /var/log/httpd-access.log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. -@@ -122,16 +122,16 @@ - # built time. Keep in mind that if you've both a RSA and a DSA - # certificate you can configure both in parallel (to also allow - # the use of DSA ciphers, etc.) +@@ -111,16 +111,16 @@ + # in mind that if you have both an RSA and a DSA certificate you + # can configure both in parallel (to also allow the use of DSA + # ciphers, etc.) -SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt -#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt +SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt +#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt # Server Private Key: # If the key is not combined with the certificate, use this # directive to point at the key file. Keep in mind that if # you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) -SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key -#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key +SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key +#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -@@ -140,7 +140,7 @@ +@@ -129,7 +129,7 @@ # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. -#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt +#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt # Certificate Authority (CA): # Set the CA certificate verification path where to find CA -@@ -149,8 +149,8 @@ +@@ -138,8 +138,8 @@ # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt -#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt +#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt +#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client -@@ -159,8 +159,8 @@ +@@ -148,8 +148,8 @@ # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl -#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl +#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl +#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl # Client Authentication (Type): # Client certificate verification type and depth. Types are -@@ -220,7 +220,7 @@ +@@ -209,7 +209,7 @@ SSLOptions +StdEnvVars - + SSLOptions +StdEnvVars -@@ -255,7 +255,7 @@ +@@ -244,7 +244,7 @@ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. -CustomLog logs/ssl_request_log \ -+CustomLog @@DESTDIR@@/var/log/httpd-ssl_request.log \ ++CustomLog /var/log/httpd-ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Property changes on: head/www/apache2/files/patch-docs:conf:ssl-std.conf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache2/files/patch-support:log_server_status.in =================================================================== --- head/www/apache2/files/patch-support:log_server_status.in (revision 61531) +++ head/www/apache2/files/patch-support:log_server_status.in (revision 61532) @@ -1,24 +1,20 @@ ---- support/log_server_status.in.orig Thu Mar 14 05:48:06 2002 -+++ support/log_server_status.in Sun Apr 7 08:47:53 2002 -@@ -63,10 +63,10 @@ +--- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 ++++ support/log_server_status.in Tue Jun 18 23:23:08 2002 +@@ -63,7 +63,7 @@ # require 'sys/socket.ph'; -$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" +$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/status-status/?auto"; # Request to send - - sub tcp_connect - { + $request = "/status/?auto"; # Request to send @@ -96,7 +96,7 @@ chomp($date); ($day,$time)=split(/:/,$date); $res=&tcp_connect($server,$port); - open(OUT,">>$wherelog$day"); + open(OUT,">>$wherelog$day.log"); if ($res) { print OUT "$time:-1:-1:-1:-1:$res\n"; exit 1; Property changes on: head/www/apache2/files/patch-support:log_server_status.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/apache2/pkg-plist =================================================================== --- head/www/apache2/pkg-plist (revision 61531) +++ head/www/apache2/pkg-plist (revision 61532) @@ -1,775 +1,807 @@ bin/apr-config bin/apu-config @unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi etc/apache2/highperformance-std.conf @exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf @unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi etc/apache2/httpd-std.conf @exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi etc/apache2/magic.default @exec [ -f %B/magic ] || cp %B/%f %B/magic @unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi etc/apache2/mime.types.default @exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types @unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi etc/apache2/ssl-std.conf @exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf etc/rc.d/apache2.sh include/apache2/ap_compat.h include/apache2/ap_config.h include/apache2/ap_config_auto.h include/apache2/ap_config_layout.h include/apache2/ap_listen.h include/apache2/ap_mmn.h include/apache2/ap_mpm.h include/apache2/ap_release.h include/apache2/apr.h include/apache2/apr_allocator.h include/apache2/apr_anylock.h include/apache2/apr_atomic.h include/apache2/apr_base64.h include/apache2/apr_buckets.h include/apache2/apr_compat.h include/apache2/apr_date.h include/apache2/apr_dbm.h include/apache2/apr_dso.h include/apache2/apr_errno.h include/apache2/apr_file_info.h include/apache2/apr_file_io.h include/apache2/apr_fnmatch.h include/apache2/apr_general.h include/apache2/apr_getopt.h include/apache2/apr_global_mutex.h include/apache2/apr_hash.h include/apache2/apr_hooks.h include/apache2/apr_inherit.h include/apache2/apr_ldap.h include/apache2/apr_lib.h include/apache2/apr_md4.h include/apache2/apr_md5.h include/apache2/apr_mmap.h include/apache2/apr_network_io.h include/apache2/apr_optional.h include/apache2/apr_optional_hooks.h include/apache2/apr_pools.h include/apache2/apr_portable.h include/apache2/apr_proc_mutex.h include/apache2/apr_ring.h include/apache2/apr_rmm.h include/apache2/apr_sdbm.h include/apache2/apr_sha1.h include/apache2/apr_shm.h include/apache2/apr_signal.h include/apache2/apr_strings.h +include/apache2/apr_strmatch.h include/apache2/apr_tables.h include/apache2/apr_thread_cond.h include/apache2/apr_thread_mutex.h include/apache2/apr_thread_proc.h include/apache2/apr_thread_rwlock.h include/apache2/apr_time.h include/apache2/apr_uri.h include/apache2/apr_user.h include/apache2/apr_uuid.h include/apache2/apr_version.h include/apache2/apr_want.h include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h %%EXPAT%%include/apache2/expat.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h include/apache2/http_log.h include/apache2/http_main.h include/apache2/http_protocol.h include/apache2/http_request.h include/apache2/http_vhost.h include/apache2/httpd.h include/apache2/mod_cgi.h include/apache2/mod_core.h include/apache2/mod_dav.h include/apache2/mod_include.h include/apache2/mod_log_config.h include/apache2/mod_proxy.h include/apache2/mod_ssl.h include/apache2/mpm.h include/apache2/mpm_common.h include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h include/apache2/ssl_expr_parse.h include/apache2/ssl_toolkit_compat.h include/apache2/ssl_util_ssl.h include/apache2/ssl_util_table.h include/apache2/unixd.h include/apache2/util_cfgtree.h include/apache2/util_charset.h include/apache2/util_ebcdic.h include/apache2/util_filter.h include/apache2/util_ldap.h include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h lib/apache2/APRVARS lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/libapr.a lib/apache2/libapr.la lib/apache2/libapr.so.0 @unexec rm -f %D/lib/apache2/libapr.so @exec ln -fs libapr.so.0 %D/lib/apache2/libapr.so lib/apache2/libaprutil.a lib/apache2/libaprutil.la lib/apache2/libaprutil.so.0 @unexec rm -f %D/lib/apache2/libaprutil.so @exec ln -fs libaprutil.so.0 %D/lib/apache2/libaprutil.so %%EXPAT%%lib/apache2/libexpat.a %%EXPAT%%lib/apache2/libexpat.la %%EXPAT%%lib/apache2/libexpat.so.1 %%EXPAT%%@unexec rm -f %D/lib/apache2/libexpat.so %%EXPAT%%@exec ln -fs libexpat.so.1 %D/lib/apache2/libexpat.so libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so libexec/apache2/mod_alias.so libexec/apache2/mod_asis.so libexec/apache2/mod_auth.so libexec/apache2/mod_auth_anon.so libexec/apache2/mod_auth_dbm.so libexec/apache2/mod_auth_digest.so libexec/apache2/mod_autoindex.so libexec/apache2/mod_bucketeer.so %%MODCACHE%%libexec/apache2/mod_cache.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so libexec/apache2/mod_cern_meta.so libexec/apache2/mod_cgi.so libexec/apache2/mod_cgid.so %%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so libexec/apache2/mod_dav.so libexec/apache2/mod_dav_fs.so %%EXPERIMENTAL%%libexec/apache2/mod_deflate.so libexec/apache2/mod_dir.so %%MODCACHE%%libexec/apache2/mod_disk_cache.so libexec/apache2/mod_env.so libexec/apache2/mod_expires.so libexec/apache2/mod_ext_filter.so %%MODCACHE%%libexec/apache2/mod_file_cache.so libexec/apache2/mod_headers.so libexec/apache2/mod_imap.so libexec/apache2/mod_include.so libexec/apache2/mod_info.so libexec/apache2/mod_log_config.so %%MODCACHE%%libexec/apache2/mod_mem_cache.so libexec/apache2/mod_mime.so libexec/apache2/mod_mime_magic.so libexec/apache2/mod_negotiation.so %%MODPROXY%%libexec/apache2/mod_proxy.so %%MODPROXY%%libexec/apache2/mod_proxy_connect.so %%MODPROXY%%libexec/apache2/mod_proxy_ftp.so %%MODPROXY%%libexec/apache2/mod_proxy_http.so libexec/apache2/mod_rewrite.so libexec/apache2/mod_setenvif.so libexec/apache2/mod_speling.so %%MODSSL%%libexec/apache2/mod_ssl.so libexec/apache2/mod_status.so %%SUEXEC%%libexec/apache2/mod_suexec.so libexec/apache2/mod_unique_id.so libexec/apache2/mod_userdir.so libexec/apache2/mod_usertrack.so libexec/apache2/mod_vhost_alias.so sbin/ab sbin/apachectl sbin/apxs sbin/checkgid sbin/dbmmanage sbin/envvars sbin/envvars-std sbin/htdbm sbin/htdigest sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs %%SUEXEC%%sbin/suexec share/apache2/config_vars.mk share/apache2/instdso.sh share/apache2/library.mk share/apache2/libtool share/apache2/ltlib.mk share/apache2/program.mk share/apache2/rules.mk share/apache2/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html -%%PORTDOCS%%share/doc/apache2/cgi_path.html +%%PORTDOCS%%share/doc/apache2/bind.html.en +%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.en +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis %%PORTDOCS%%share/doc/apache2/content-negotiation.html -%%PORTDOCS%%share/doc/apache2/custom-error.html +%%PORTDOCS%%share/doc/apache2/custom-error.html.en +%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis %%PORTDOCS%%share/doc/apache2/developer/API.html %%PORTDOCS%%share/doc/apache2/developer/debugging.html %%PORTDOCS%%share/doc/apache2/developer/documenting.html %%PORTDOCS%%share/doc/apache2/developer/filters.html %%PORTDOCS%%share/doc/apache2/developer/footer.html %%PORTDOCS%%share/doc/apache2/developer/header.html %%PORTDOCS%%share/doc/apache2/developer/hooks.html %%PORTDOCS%%share/doc/apache2/developer/index.html %%PORTDOCS%%share/doc/apache2/developer/layeredio.html %%PORTDOCS%%share/doc/apache2/developer/modules.html %%PORTDOCS%%share/doc/apache2/developer/request.html %%PORTDOCS%%share/doc/apache2/dns-caveats.html %%PORTDOCS%%share/doc/apache2/dso.html +%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/ebcdic.html -%%PORTDOCS%%share/doc/apache2/env.html +%%PORTDOCS%%share/doc/apache2/env.html.en +%%PORTDOCS%%share/doc/apache2/env.html.ja.jis %%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html +%%PORTDOCS%%share/doc/apache2/filter.html.en +%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis %%PORTDOCS%%share/doc/apache2/footer.html %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis %%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html +%%PORTDOCS%%share/doc/apache2/howto/auth.html.en +%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/footer.html %%PORTDOCS%%share/doc/apache2/howto/header.html %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png %%PORTDOCS%%share/doc/apache2/images/home.gif %%PORTDOCS%%share/doc/apache2/images/home.png %%PORTDOCS%%share/doc/apache2/images/index.gif %%PORTDOCS%%share/doc/apache2/images/index.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png %%PORTDOCS%%share/doc/apache2/images/pixel.gif %%PORTDOCS%%share/doc/apache2/images/pixel.png %%PORTDOCS%%share/doc/apache2/images/sub.gif %%PORTDOCS%%share/doc/apache2/images/sub.png %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html -%%PORTDOCS%%share/doc/apache2/invoking.html +%%PORTDOCS%%share/doc/apache2/install.html.en +%%PORTDOCS%%share/doc/apache2/install.html.ja.jis +%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr +%%PORTDOCS%%share/doc/apache2/invoking.html.en +%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis %%PORTDOCS%%share/doc/apache2/logs.html %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html %%PORTDOCS%%share/doc/apache2/misc/descriptors.html %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html %%PORTDOCS%%share/doc/apache2/misc/footer.html %%PORTDOCS%%share/doc/apache2/misc/header.html %%PORTDOCS%%share/doc/apache2/misc/index.html %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html %%PORTDOCS%%share/doc/apache2/misc/security_tips.html %%PORTDOCS%%share/doc/apache2/misc/tutorials.html +%%PORTDOCS%%share/doc/apache2/mod/allmodules.html.en %%PORTDOCS%%share/doc/apache2/mod/allmodules.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html +%%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html -%%PORTDOCS%%share/doc/apache2/mod/directives.html +%%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/footer.html %%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index-bytype.html -%%PORTDOCS%%share/doc/apache2/mod/index.html +%%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_TEMPLATE.html -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html +%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html +%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html +%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html +%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mmap_static.html -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html +%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html +%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.html -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.html.en +%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mpm.html +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.html.en +%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/platform/footer.html %%PORTDOCS%%share/doc/apache2/platform/header.html %%PORTDOCS%%share/doc/apache2/platform/netware.html %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html %%PORTDOCS%%share/doc/apache2/platform/win_service.html %%PORTDOCS%%share/doc/apache2/platform/windows.html %%PORTDOCS%%share/doc/apache2/programs/ab.html %%PORTDOCS%%share/doc/apache2/programs/apachectl.html %%PORTDOCS%%share/doc/apache2/programs/apxs.html %%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html %%PORTDOCS%%share/doc/apache2/programs/footer.html %%PORTDOCS%%share/doc/apache2/programs/header.html %%PORTDOCS%%share/doc/apache2/programs/htdigest.html %%PORTDOCS%%share/doc/apache2/programs/htpasswd.html %%PORTDOCS%%share/doc/apache2/programs/httpd.html %%PORTDOCS%%share/doc/apache2/programs/index.html %%PORTDOCS%%share/doc/apache2/programs/logresolve.html %%PORTDOCS%%share/doc/apache2/programs/other.html %%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html %%PORTDOCS%%share/doc/apache2/programs/suexec.html %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html +%%PORTDOCS%%share/doc/apache2/sections.html.en +%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis %%PORTDOCS%%share/doc/apache2/sitemap.html %%PORTDOCS%%share/doc/apache2/ssl/footer.html %%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html +%%PORTDOCS%%share/doc/apache2/ssl/index.html.en +%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html +%%PORTDOCS%%share/doc/apache2/style/Makefile %%PORTDOCS%%share/doc/apache2/style/build.sh %%PORTDOCS%%share/doc/apache2/style/build.xml +%%PORTDOCS%%share/doc/apache2/style/common.xsl %%PORTDOCS%%share/doc/apache2/style/en.xml +%%PORTDOCS%%share/doc/apache2/style/ja.xml %%PORTDOCS%%share/doc/apache2/style/manual.css -%%PORTDOCS%%share/doc/apache2/style/manual.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/settings.xsl %%PORTDOCS%%share/doc/apache2/style/sv.xml -%%PORTDOCS%%share/doc/apache2/suexec.html +%%PORTDOCS%%share/doc/apache2/suexec.html.en +%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr +%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis +%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.html %%PORTDOCS%%share/doc/apache2/vhosts/details.html %%PORTDOCS%%share/doc/apache2/vhosts/examples.html -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/footer.html %%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html %%PORTDOCS%%share/doc/apache2/vhosts/mass.html -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data www/data.default/apache_pb.gif www/data.default/apache_pb.png www/data.default/apache_pb2.gif www/data.default/apache_pb2.png www/data.default/apache_pb2_ani.gif www/data.default/index.html.ca www/data.default/index.html.cz.iso8859-2 www/data.default/index.html.de www/data.default/index.html.dk www/data.default/index.html.ee www/data.default/index.html.el www/data.default/index.html.en www/data.default/index.html.es www/data.default/index.html.et www/data.default/index.html.fr www/data.default/index.html.he.iso8859-8 www/data.default/index.html.hr.iso8859-2 www/data.default/index.html.it www/data.default/index.html.ja.iso2022-jp -www/data.default/index.html.kr.iso2022-kr -www/data.default/index.html.ltz.utf8 -www/data.default/index.html.lu.utf8 +www/data.default/index.html.ko.euc-kr +www/data.default/index.html.lb.utf8 www/data.default/index.html.nl www/data.default/index.html.nn www/data.default/index.html.no www/data.default/index.html.po.iso8859-2 www/data.default/index.html.pt www/data.default/index.html.pt-br www/data.default/index.html.ru.cp-1251 www/data.default/index.html.ru.cp866 www/data.default/index.html.ru.iso-ru www/data.default/index.html.ru.koi8-r www/data.default/index.html.ru.utf8 www/data.default/index.html.se -www/data.default/index.html.tw -www/data.default/index.html.tw.Big5 www/data.default/index.html.var +www/data.default/index.html.zh www/error/HTTP_BAD_GATEWAY.html.var www/error/HTTP_BAD_REQUEST.html.var www/error/HTTP_FORBIDDEN.html.var www/error/HTTP_GONE.html.var www/error/HTTP_INTERNAL_SERVER_ERROR.html.var www/error/HTTP_LENGTH_REQUIRED.html.var www/error/HTTP_METHOD_NOT_ALLOWED.html.var www/error/HTTP_NOT_ACCEPTABLE.html.var www/error/HTTP_NOT_FOUND.html.var www/error/HTTP_NOT_IMPLEMENTED.html.var www/error/HTTP_PRECONDITION_FAILED.html.var www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var www/error/HTTP_REQUEST_TIME_OUT.html.var www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var www/error/HTTP_SERVICE_UNAVAILABLE.html.var www/error/HTTP_UNAUTHORIZED.html.var www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var www/error/HTTP_VARIANT_ALSO_VARIES.html.var www/error/README www/error/contact.html.var www/error/include/bottom.html www/error/include/spacer.html www/error/include/top.html www/icons/README www/icons/a.gif www/icons/a.png www/icons/alert.black.gif www/icons/alert.black.png www/icons/alert.red.gif www/icons/alert.red.png www/icons/apache_pb.gif www/icons/apache_pb.png www/icons/apache_pb2.gif www/icons/apache_pb2.png www/icons/apache_pb2_ani.gif www/icons/back.gif www/icons/back.png www/icons/ball.gray.gif www/icons/ball.gray.png www/icons/ball.red.gif www/icons/ball.red.png www/icons/binary.gif www/icons/binary.png www/icons/binhex.gif www/icons/binhex.png www/icons/blank.gif www/icons/blank.png www/icons/bomb.gif www/icons/bomb.png www/icons/box1.gif www/icons/box1.png www/icons/box2.gif www/icons/box2.png www/icons/broken.gif www/icons/broken.png www/icons/burst.gif www/icons/burst.png www/icons/c.gif www/icons/c.png www/icons/comp.blue.gif www/icons/comp.blue.png www/icons/comp.gray.gif www/icons/comp.gray.png www/icons/compressed.gif www/icons/compressed.png www/icons/continued.gif www/icons/continued.png www/icons/dir.gif www/icons/dir.png +www/icons/diskimg.gif +www/icons/diskimg.png www/icons/down.gif www/icons/down.png www/icons/dvi.gif www/icons/dvi.png www/icons/f.gif www/icons/f.png www/icons/folder.gif www/icons/folder.open.gif www/icons/folder.open.png www/icons/folder.png www/icons/folder.sec.gif www/icons/folder.sec.png www/icons/forward.gif www/icons/forward.png www/icons/freebsd.gif www/icons/generic.gif www/icons/generic.png www/icons/generic.red.gif www/icons/generic.red.png www/icons/generic.sec.gif www/icons/generic.sec.png www/icons/hand.right.gif www/icons/hand.right.png www/icons/hand.up.gif www/icons/hand.up.png www/icons/icon.sheet.gif www/icons/icon.sheet.png www/icons/image1.gif www/icons/image1.png www/icons/image2.gif www/icons/image2.png www/icons/image3.gif www/icons/image3.png www/icons/index.gif www/icons/index.png www/icons/layout.gif www/icons/layout.png www/icons/left.gif www/icons/left.png www/icons/link.gif www/icons/link.png www/icons/movie.gif www/icons/movie.png www/icons/p.gif www/icons/p.png www/icons/patch.gif www/icons/patch.png www/icons/pdf.gif www/icons/pdf.png www/icons/pie0.gif www/icons/pie0.png www/icons/pie1.gif www/icons/pie1.png www/icons/pie2.gif www/icons/pie2.png www/icons/pie3.gif www/icons/pie3.png www/icons/pie4.gif www/icons/pie4.png www/icons/pie5.gif www/icons/pie5.png www/icons/pie6.gif www/icons/pie6.png www/icons/pie7.gif www/icons/pie7.png www/icons/pie8.gif www/icons/pie8.png www/icons/portal.gif www/icons/portal.png www/icons/ps.gif www/icons/ps.png www/icons/quill.gif www/icons/quill.png www/icons/right.gif www/icons/right.png www/icons/screw1.gif www/icons/screw1.png www/icons/screw2.gif www/icons/screw2.png www/icons/script.gif www/icons/script.png www/icons/small/README.txt www/icons/small/back.gif www/icons/small/back.png www/icons/small/binary.gif www/icons/small/binary.png www/icons/small/binhex.gif www/icons/small/binhex.png www/icons/small/blank.gif www/icons/small/blank.png www/icons/small/broken.gif www/icons/small/broken.png www/icons/small/burst.gif www/icons/small/burst.png www/icons/small/comp1.gif www/icons/small/comp1.png www/icons/small/comp2.gif www/icons/small/comp2.png www/icons/small/compressed.gif www/icons/small/compressed.png www/icons/small/continued.gif www/icons/small/continued.png www/icons/small/dir.gif www/icons/small/dir.png www/icons/small/dir2.gif www/icons/small/dir2.png www/icons/small/doc.gif www/icons/small/doc.png www/icons/small/forward.gif www/icons/small/forward.png www/icons/small/generic.gif www/icons/small/generic.png www/icons/small/generic2.gif www/icons/small/generic2.png www/icons/small/generic3.gif www/icons/small/generic3.png www/icons/small/image.gif www/icons/small/image.png www/icons/small/image2.gif www/icons/small/image2.png www/icons/small/index.gif www/icons/small/index.png www/icons/small/key.gif www/icons/small/key.png www/icons/small/movie.gif www/icons/small/movie.png www/icons/small/patch.gif www/icons/small/patch.png www/icons/small/ps.gif www/icons/small/ps.png www/icons/small/rainbow.gif www/icons/small/rainbow.png www/icons/small/sound.gif www/icons/small/sound.png www/icons/small/sound2.gif www/icons/small/sound2.png www/icons/small/tar.gif www/icons/small/tar.png www/icons/small/text.gif www/icons/small/text.png www/icons/small/transfer.gif www/icons/small/transfer.png www/icons/small/unknown.gif www/icons/small/unknown.png www/icons/small/uu.gif www/icons/small/uu.png www/icons/sound1.gif www/icons/sound1.png www/icons/sound2.gif www/icons/sound2.png www/icons/sphere1.gif www/icons/sphere1.png www/icons/sphere2.gif www/icons/sphere2.png www/icons/tar.gif www/icons/tar.png www/icons/tex.gif www/icons/tex.png www/icons/text.gif www/icons/text.png www/icons/transfer.gif www/icons/transfer.png www/icons/unknown.gif www/icons/unknown.png www/icons/up.gif www/icons/up.png www/icons/uu.gif www/icons/uu.png www/icons/uuencoded.gif www/icons/uuencoded.png www/icons/world1.gif www/icons/world1.png www/icons/world2.gif www/icons/world2.png @dirrm www/icons/small @dirrm www/icons @dirrm www/error/include @dirrm www/error @dirrm www/data.default @dirrm www/cgi-bin.default @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search %%PORTDOCS%%@dirrm share/doc/apache2/programs %%PORTDOCS%%@dirrm share/doc/apache2/platform %%PORTDOCS%%@dirrm share/doc/apache2/mod %%PORTDOCS%%@dirrm share/doc/apache2/misc %%PORTDOCS%%@dirrm share/doc/apache2/images %%PORTDOCS%%@dirrm share/doc/apache2/howto %%PORTDOCS%%@dirrm share/doc/apache2/faq %%PORTDOCS%%@dirrm share/doc/apache2/developer %%PORTDOCS%%@dirrm share/doc/apache2 @dirrm share/apache2 @dirrm libexec/apache2 @dirrm lib/apache2 @dirrm include/apache2 @dirrm etc/apache2 -@exec [ -d %%DESTDIR%%/var/log ] || mkdir -p %%DESTDIR%%/var/log -@exec [ -d %%DESTDIR%%/var/run ] || mkdir -p %%DESTDIR%%/var/run Property changes on: head/www/apache2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/www/apache20/Makefile =================================================================== --- head/www/apache20/Makefile (revision 61531) +++ head/www/apache20/Makefile (revision 61532) @@ -1,153 +1,151 @@ # New ports collection makefile for: apache2 # Date created: 7 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= apache -PORTVERSION= 2.0.36 +PORTVERSION= 2.0.39 PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://apache.mirrorcentral.com/dist/httpd/ \ http://apache.missouri.edu/dist/httpd/ \ http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ http://www.freebsd.org/gifs/:freebsd \ http://www2.freebsd.org/gifs/:freebsd DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv -FORBIDDEN= "Vulnerable to denial-of-service. See" \ - "http://httpd.apache.org/info/security_bulletin_20020617.txt" - LATEST_LINK= apache2 -WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD) +WITH_MPM?= prefork HTTP_PORT?= 80 -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --enable-so \ --with-mpm=${WITH_MPM} \ --with-port=${HTTP_PORT} \ - --libdir=${PREFIX}/lib/apache2 \ - --includedir=${PREFIX}/include/apache2 + --libdir=${PREFIX_RELDEST}/lib/apache2 \ + --includedir=${PREFIX_RELDEST}/include/apache2 CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" + LDFLAGS="${LDFLAGS}" EXPAT_PATHS="${EXPAT_PATHS}" SHARED_MODULES= all cgid ext_filter bucketeer -RC_SUB= -e 's,@@PREFIX@@,${PREFIX},g' -e 's,@@DESTDIR@@,${DESTDIR},g' +PREFIX_RELDEST= ${PREFIX:S,${DESTDIR},,} +RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes PLIST_SUB+= DESTDIR=${DESTDIR} .if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=YES +MAKE_ENV+= -DNOPORTDOCS .endif .if defined(WITH_BUNDLED_EXPAT) EXPAT_PATHS= xml/expat-cvs xml/expat $$srcdir/xml/expat PLIST_SUB+= EXPAT="" .else LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${EXPATLIBPATH} +EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${LOCALBASE:S,${DESTDIR},,} PLIST_SUB+= EXPAT="@comment " .endif -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -.endif - .if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) SHARED_MODULES+= ssl PLIST_SUB+= MODSSL="" RC_SUB+= -e 's,@@SSL@@,ssl,g' .else PLIST_SUB+= MODSSL="@comment " RC_SUB+= -e 's,@@SSL@@,,g' .endif .if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX}/www/data +SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ --with-suexec-caller=www \ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="${DESTDIR}/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX}/sbin/suexec" + --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ + --with-suexec-logfile="/var/log/httpd-suexec.log" \ + --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" PLIST_SUB+= SUEXEC="" .else PLIST_SUB+= SUEXEC="@comment " .endif .if !defined(WITHOUT_CACHE) && defined(WITH_THREADS) SHARED_MODULES+= cache file-cache disk-cache mem_cache PLIST_SUB+= MODCACHE="" .else PLIST_SUB+= MODCACHE="@comment " .endif .if !defined(WITHOUT_PROXY) SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http PLIST_SUB+= MODPROXY="" .else PLIST_SUB+= MODPROXY="@comment " .endif .if defined(WITH_EXPERIMENTAL) SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite PLIST_SUB+= EXPERIMENTAL="" .else PLIST_SUB+= EXPERIMENTAL="@comment " .endif .if ${WITH_MPM} != "prefork" PKGNAMESUFFIX= -${WITH_MPM} -.if !defined(WITH_THREADS) -IGNORE= "requires threads for ${WITH_MPM} mpm" +WITH_THREADS= yes +.if !defined(FORCE_THREADING_MPM) +FORBIDDEN= "doesn\'t work with threading MPMs on FreeBSD. If you are \ + brave enough, make again with -DFORCE_THREADING_MPM" .endif .endif -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" +.if defined(WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +.endif +CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} + MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 -.include - post-extract: @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ for f in index.html.*; do (\ - ${PERL} -pi -e 's,apache_pb,icons/freebsd.gif" ALT="[Powered by FreeBSD]">[Powered by FreeBSD]${WRKDIR}/apache2.sh @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout + @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ fi - @[ -d ${DESTDIR}/var/log ] || ${MKDIR} ${DESTDIR}/var/log - @[ -d ${DESTDIR}/var/run ] || ${MKDIR} ${DESTDIR}/var/run -.include +.include Property changes on: head/www/apache20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.117 \ No newline at end of property +1.118 \ No newline at end of property Index: head/www/apache20/distinfo =================================================================== --- head/www/apache20/distinfo (revision 61531) +++ head/www/apache20/distinfo (revision 61532) @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.36.tar.gz) = dc80f22608bccba6c49e1fe9f12f51c8 +MD5 (httpd-2.0.39.tar.gz) = b821c6babca68b4859b9ba38d1b345af MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 Property changes on: head/www/apache20/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/www/apache20/files/patch-support:apxs.in =================================================================== --- head/www/apache20/files/patch-support:apxs.in (revision 61531) +++ head/www/apache20/files/patch-support:apxs.in (nonexistent) @@ -1,49 +0,0 @@ ---- support/apxs.in.orig Tue Apr 30 03:09:02 2002 -+++ support/apxs.in Wed May 8 19:41:06 2002 -@@ -66,7 +66,7 @@ - - # read the configuration variables once - my %config_vars = (); --get_config_vars("$prefix/build/config_vars.mk",\%config_vars); -+get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars); - - my $exec_prefix = get_vars("exec_prefix"); - my $CFG_TARGET = get_vars("progname"); -@@ -223,7 +223,7 @@ - my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); - $httpd = eval qq("$httpd"); - $httpd = eval qq("$httpd"); --my $envvars = get_vars("bindir") . "/envvars"; -+my $envvars = get_vars("sbindir") . "/envvars"; - $envvars = eval qq("$envvars"); - $envvars = eval qq("$envvars"); - -@@ -418,7 +418,7 @@ - $la =~ s|\.c$|.la|; - my $o = $s; - $o =~ s|\.c$|.o|; -- push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); - unshift(@objs, $lo); - } - -@@ -443,7 +443,7 @@ - $opt .= " -l$opt_l"; - } - -- push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); - - # execute the commands - &execute_cmds(@cmds); -@@ -474,8 +474,8 @@ - $t =~ s|^.+/([^/]+)$|$1|; - $t =~ s|\.la$|\.so|; - if ($opt_i) { -- push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" . -- "$prefix/build/libtool' $f $CFG_LIBEXECDIR"); -+ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" . -+ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR"); - push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); - } - Property changes on: head/www/apache20/files/patch-support:apxs.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/apache20/files/apache.sh =================================================================== --- head/www/apache20/files/apache.sh (revision 61531) +++ head/www/apache20/files/apache.sh (revision 61532) @@ -1,17 +1,17 @@ #!/bin/sh PREFIX=@@PREFIX@@ case "$1" in start) [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' ;; stop) - [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 Property changes on: head/www/apache20/files/apache.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache20/files/config.layout =================================================================== --- head/www/apache20/files/config.layout (revision 61531) +++ head/www/apache20/files/config.layout (revision 61532) @@ -1,22 +1,22 @@ prefix: /usr/local exec_prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libexecdir: ${exec_prefix}/libexec/apache2 mandir: ${prefix}/man sysconfdir: ${prefix}/etc/apache2 datadir: ${prefix}/www installbuilddir: ${prefix}/share/apache2 errordir: ${datadir}/error iconsdir: ${datadir}/icons htdocsdir: ${datadir}/data manualdir: ${prefix}/share/doc/apache2 cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache2 - localstatedir: @@DESTDIR@@/var + localstatedir: /var runtimedir: ${localstatedir}/run logfiledir: ${localstatedir}/log proxycachedir: ${datadir}/proxy infodir: ${exec_prefix}/share/info Property changes on: head/www/apache20/files/config.layout ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/apache20/files/patch-Makefile.in =================================================================== --- head/www/apache20/files/patch-Makefile.in (revision 61531) +++ head/www/apache20/files/patch-Makefile.in (revision 61532) @@ -1,74 +1,51 @@ ---- Makefile.in.orig Sun Apr 28 16:41:25 2002 -+++ Makefile.in Tue May 7 19:05:12 2002 -@@ -33,23 +33,27 @@ - @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) +--- Makefile.in.orig Sat Jun 15 18:41:03 2002 ++++ Makefile.in Tue Jun 18 22:37:19 2002 +@@ -31,12 +31,14 @@ + @test -d $(DESTDIR)$(sysconfdir) || $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ -- $(INSTALL_DATA) $$i $(sysconfdir); \ -+ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ +- $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ ++ test -f $(DESTDIR)$(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ + cp -f $$i $$i.default; \ -+ $(INSTALL_DATA) $$i.default $(sysconfdir); \ ++ $(INSTALL_DATA) $$i.default $(DESTDIR)$(sysconfdir); \ done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ for i in *-std*.conf ssl.conf; do \ - [ -f $$i ] || continue; \ + [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ - sed -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e '/@@LoadModule@@/d' \ - < $$i; \ - else \ - sed -n -e '/@@LoadModule@@/q' \ - -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e 'p' \ - < $$i; \ - for j in $(DSO_MODULES) "^EOL^"; do \ -@@ -57,7 +61,7 @@ - echo ""; \ - fi; \ - if test $$j != "^EOL^"; then \ -- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \ -+ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \ - fi; \ - if test "x$$j" = "xssl"; then \ - echo ""; \ -@@ -106,12 +110,14 @@ +@@ -104,11 +106,14 @@ install-htdocs: @echo Installing HTML documents -- @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) -- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) -+ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default) -+ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir) +- @test -d $(DESTDIR)$(htdocsdir) || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) +- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ++ @test -d $(DESTDIR)$(htdocsdir).default || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir).default ++ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir).default) ++ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir).default $(DESTDIR)$(htdocsdir) +.if !defined(NOPORTDOCS) - @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir) - @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir)) -- @test "x$(htdocsdir)" != "x" && cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \; -- + @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) + @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) +- -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf +.endif -+ @test "x$(htdocsdir)" != "x" && cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \; ++ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf + install-error: @echo Installing error documents - @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir) -@@ -126,9 +132,10 @@ +@@ -124,9 +129,10 @@ install-cgi: @echo Installing CGIs -- @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir) -- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir) -- @test "x$(cgidir)" != "x" && cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \; -+ @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default -+ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default) -+ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir) -+ @test "x$(cgidir)" != "x" && cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \; +- @test -d $(DESTDIR)$(cgidir) || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) +- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) +- -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ++ @test -d $(DESTDIR)$(cgidir).default || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir).default ++ @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir).default ++ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir).default $(DESTDIR)$(cgidir) ++ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir).default && find . -name "CVS" -print | xargs rm -rf install-other: - @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir) + @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) Property changes on: head/www/apache20/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/apache20/files/patch-docs:conf:ssl-std.conf =================================================================== --- head/www/apache20/files/patch-docs:conf:ssl-std.conf (revision 61531) +++ head/www/apache20/files/patch-docs:conf:ssl-std.conf (revision 61532) @@ -1,116 +1,107 @@ ---- docs/conf/ssl-std.conf.orig Thu Nov 8 07:16:09 2001 -+++ docs/conf/ssl-std.conf Sun Apr 7 09:26:02 2002 +--- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 ++++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 @@ -55,15 +55,15 @@ # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:@@DESTDIR@@/var/log/httpd-ssl_scache ++#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) ++#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) ++SSLSessionCache dbm:/var/log/httpd-ssl_scache SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:logs/ssl_mutex -+SSLMutex file:@@DESTDIR@@/var/log/httpd-ssl_mutex ++SSLMutex file:/var/log/httpd-ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the -@@ -89,7 +89,7 @@ - # a real server (i.e. somewhere where only root can write). - # Log levels are (ascending order: higher ones include lower ones): - # none, error, warn, info, trace, debug. --SSLLog logs/ssl_engine_log -+SSLLog @@DESTDIR@@/var/log/httpd-ssl_engine_log - SSLLogLevel info - - ## -@@ -99,11 +99,11 @@ +@@ -89,11 +89,11 @@ # General setup for the virtual host -DocumentRoot "@@ServerRoot@@/htdocs" +DocumentRoot "@@ServerRoot@@/www/data" ServerName new.host.name:443 ServerAdmin you@your.address -ErrorLog logs/error_log -TransferLog logs/access_log -+ErrorLog @@DESTDIR@@/var/log/httpd-error.log -+TransferLog @@DESTDIR@@/var/log/httpd-access.log ++ErrorLog /var/log/httpd-error.log ++TransferLog /var/log/httpd-access.log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. -@@ -122,16 +122,16 @@ - # built time. Keep in mind that if you've both a RSA and a DSA - # certificate you can configure both in parallel (to also allow - # the use of DSA ciphers, etc.) +@@ -111,16 +111,16 @@ + # in mind that if you have both an RSA and a DSA certificate you + # can configure both in parallel (to also allow the use of DSA + # ciphers, etc.) -SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt -#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt +SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt +#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt # Server Private Key: # If the key is not combined with the certificate, use this # directive to point at the key file. Keep in mind that if # you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) -SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key -#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key +SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key +#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -@@ -140,7 +140,7 @@ +@@ -129,7 +129,7 @@ # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. -#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt +#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt # Certificate Authority (CA): # Set the CA certificate verification path where to find CA -@@ -149,8 +149,8 @@ +@@ -138,8 +138,8 @@ # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt -#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt +#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt +#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client -@@ -159,8 +159,8 @@ +@@ -148,8 +148,8 @@ # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl -#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl +#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl +#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl # Client Authentication (Type): # Client certificate verification type and depth. Types are -@@ -220,7 +220,7 @@ +@@ -209,7 +209,7 @@ SSLOptions +StdEnvVars - + SSLOptions +StdEnvVars -@@ -255,7 +255,7 @@ +@@ -244,7 +244,7 @@ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. -CustomLog logs/ssl_request_log \ -+CustomLog @@DESTDIR@@/var/log/httpd-ssl_request.log \ ++CustomLog /var/log/httpd-ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Property changes on: head/www/apache20/files/patch-docs:conf:ssl-std.conf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache20/files/patch-support:log_server_status.in =================================================================== --- head/www/apache20/files/patch-support:log_server_status.in (revision 61531) +++ head/www/apache20/files/patch-support:log_server_status.in (revision 61532) @@ -1,24 +1,20 @@ ---- support/log_server_status.in.orig Thu Mar 14 05:48:06 2002 -+++ support/log_server_status.in Sun Apr 7 08:47:53 2002 -@@ -63,10 +63,10 @@ +--- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 ++++ support/log_server_status.in Tue Jun 18 23:23:08 2002 +@@ -63,7 +63,7 @@ # require 'sys/socket.ph'; -$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" +$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/status-status/?auto"; # Request to send - - sub tcp_connect - { + $request = "/status/?auto"; # Request to send @@ -96,7 +96,7 @@ chomp($date); ($day,$time)=split(/:/,$date); $res=&tcp_connect($server,$port); - open(OUT,">>$wherelog$day"); + open(OUT,">>$wherelog$day.log"); if ($res) { print OUT "$time:-1:-1:-1:-1:$res\n"; exit 1; Property changes on: head/www/apache20/files/patch-support:log_server_status.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/apache20/pkg-plist =================================================================== --- head/www/apache20/pkg-plist (revision 61531) +++ head/www/apache20/pkg-plist (revision 61532) @@ -1,775 +1,807 @@ bin/apr-config bin/apu-config @unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi etc/apache2/highperformance-std.conf @exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf @unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi etc/apache2/httpd-std.conf @exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi etc/apache2/magic.default @exec [ -f %B/magic ] || cp %B/%f %B/magic @unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi etc/apache2/mime.types.default @exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types @unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi etc/apache2/ssl-std.conf @exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf etc/rc.d/apache2.sh include/apache2/ap_compat.h include/apache2/ap_config.h include/apache2/ap_config_auto.h include/apache2/ap_config_layout.h include/apache2/ap_listen.h include/apache2/ap_mmn.h include/apache2/ap_mpm.h include/apache2/ap_release.h include/apache2/apr.h include/apache2/apr_allocator.h include/apache2/apr_anylock.h include/apache2/apr_atomic.h include/apache2/apr_base64.h include/apache2/apr_buckets.h include/apache2/apr_compat.h include/apache2/apr_date.h include/apache2/apr_dbm.h include/apache2/apr_dso.h include/apache2/apr_errno.h include/apache2/apr_file_info.h include/apache2/apr_file_io.h include/apache2/apr_fnmatch.h include/apache2/apr_general.h include/apache2/apr_getopt.h include/apache2/apr_global_mutex.h include/apache2/apr_hash.h include/apache2/apr_hooks.h include/apache2/apr_inherit.h include/apache2/apr_ldap.h include/apache2/apr_lib.h include/apache2/apr_md4.h include/apache2/apr_md5.h include/apache2/apr_mmap.h include/apache2/apr_network_io.h include/apache2/apr_optional.h include/apache2/apr_optional_hooks.h include/apache2/apr_pools.h include/apache2/apr_portable.h include/apache2/apr_proc_mutex.h include/apache2/apr_ring.h include/apache2/apr_rmm.h include/apache2/apr_sdbm.h include/apache2/apr_sha1.h include/apache2/apr_shm.h include/apache2/apr_signal.h include/apache2/apr_strings.h +include/apache2/apr_strmatch.h include/apache2/apr_tables.h include/apache2/apr_thread_cond.h include/apache2/apr_thread_mutex.h include/apache2/apr_thread_proc.h include/apache2/apr_thread_rwlock.h include/apache2/apr_time.h include/apache2/apr_uri.h include/apache2/apr_user.h include/apache2/apr_uuid.h include/apache2/apr_version.h include/apache2/apr_want.h include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h %%EXPAT%%include/apache2/expat.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h include/apache2/http_log.h include/apache2/http_main.h include/apache2/http_protocol.h include/apache2/http_request.h include/apache2/http_vhost.h include/apache2/httpd.h include/apache2/mod_cgi.h include/apache2/mod_core.h include/apache2/mod_dav.h include/apache2/mod_include.h include/apache2/mod_log_config.h include/apache2/mod_proxy.h include/apache2/mod_ssl.h include/apache2/mpm.h include/apache2/mpm_common.h include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h include/apache2/ssl_expr_parse.h include/apache2/ssl_toolkit_compat.h include/apache2/ssl_util_ssl.h include/apache2/ssl_util_table.h include/apache2/unixd.h include/apache2/util_cfgtree.h include/apache2/util_charset.h include/apache2/util_ebcdic.h include/apache2/util_filter.h include/apache2/util_ldap.h include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h lib/apache2/APRVARS lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/libapr.a lib/apache2/libapr.la lib/apache2/libapr.so.0 @unexec rm -f %D/lib/apache2/libapr.so @exec ln -fs libapr.so.0 %D/lib/apache2/libapr.so lib/apache2/libaprutil.a lib/apache2/libaprutil.la lib/apache2/libaprutil.so.0 @unexec rm -f %D/lib/apache2/libaprutil.so @exec ln -fs libaprutil.so.0 %D/lib/apache2/libaprutil.so %%EXPAT%%lib/apache2/libexpat.a %%EXPAT%%lib/apache2/libexpat.la %%EXPAT%%lib/apache2/libexpat.so.1 %%EXPAT%%@unexec rm -f %D/lib/apache2/libexpat.so %%EXPAT%%@exec ln -fs libexpat.so.1 %D/lib/apache2/libexpat.so libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so libexec/apache2/mod_alias.so libexec/apache2/mod_asis.so libexec/apache2/mod_auth.so libexec/apache2/mod_auth_anon.so libexec/apache2/mod_auth_dbm.so libexec/apache2/mod_auth_digest.so libexec/apache2/mod_autoindex.so libexec/apache2/mod_bucketeer.so %%MODCACHE%%libexec/apache2/mod_cache.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so libexec/apache2/mod_cern_meta.so libexec/apache2/mod_cgi.so libexec/apache2/mod_cgid.so %%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so libexec/apache2/mod_dav.so libexec/apache2/mod_dav_fs.so %%EXPERIMENTAL%%libexec/apache2/mod_deflate.so libexec/apache2/mod_dir.so %%MODCACHE%%libexec/apache2/mod_disk_cache.so libexec/apache2/mod_env.so libexec/apache2/mod_expires.so libexec/apache2/mod_ext_filter.so %%MODCACHE%%libexec/apache2/mod_file_cache.so libexec/apache2/mod_headers.so libexec/apache2/mod_imap.so libexec/apache2/mod_include.so libexec/apache2/mod_info.so libexec/apache2/mod_log_config.so %%MODCACHE%%libexec/apache2/mod_mem_cache.so libexec/apache2/mod_mime.so libexec/apache2/mod_mime_magic.so libexec/apache2/mod_negotiation.so %%MODPROXY%%libexec/apache2/mod_proxy.so %%MODPROXY%%libexec/apache2/mod_proxy_connect.so %%MODPROXY%%libexec/apache2/mod_proxy_ftp.so %%MODPROXY%%libexec/apache2/mod_proxy_http.so libexec/apache2/mod_rewrite.so libexec/apache2/mod_setenvif.so libexec/apache2/mod_speling.so %%MODSSL%%libexec/apache2/mod_ssl.so libexec/apache2/mod_status.so %%SUEXEC%%libexec/apache2/mod_suexec.so libexec/apache2/mod_unique_id.so libexec/apache2/mod_userdir.so libexec/apache2/mod_usertrack.so libexec/apache2/mod_vhost_alias.so sbin/ab sbin/apachectl sbin/apxs sbin/checkgid sbin/dbmmanage sbin/envvars sbin/envvars-std sbin/htdbm sbin/htdigest sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs %%SUEXEC%%sbin/suexec share/apache2/config_vars.mk share/apache2/instdso.sh share/apache2/library.mk share/apache2/libtool share/apache2/ltlib.mk share/apache2/program.mk share/apache2/rules.mk share/apache2/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html -%%PORTDOCS%%share/doc/apache2/cgi_path.html +%%PORTDOCS%%share/doc/apache2/bind.html.en +%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.en +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis %%PORTDOCS%%share/doc/apache2/content-negotiation.html -%%PORTDOCS%%share/doc/apache2/custom-error.html +%%PORTDOCS%%share/doc/apache2/custom-error.html.en +%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis %%PORTDOCS%%share/doc/apache2/developer/API.html %%PORTDOCS%%share/doc/apache2/developer/debugging.html %%PORTDOCS%%share/doc/apache2/developer/documenting.html %%PORTDOCS%%share/doc/apache2/developer/filters.html %%PORTDOCS%%share/doc/apache2/developer/footer.html %%PORTDOCS%%share/doc/apache2/developer/header.html %%PORTDOCS%%share/doc/apache2/developer/hooks.html %%PORTDOCS%%share/doc/apache2/developer/index.html %%PORTDOCS%%share/doc/apache2/developer/layeredio.html %%PORTDOCS%%share/doc/apache2/developer/modules.html %%PORTDOCS%%share/doc/apache2/developer/request.html %%PORTDOCS%%share/doc/apache2/dns-caveats.html %%PORTDOCS%%share/doc/apache2/dso.html +%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/ebcdic.html -%%PORTDOCS%%share/doc/apache2/env.html +%%PORTDOCS%%share/doc/apache2/env.html.en +%%PORTDOCS%%share/doc/apache2/env.html.ja.jis %%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html +%%PORTDOCS%%share/doc/apache2/filter.html.en +%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis %%PORTDOCS%%share/doc/apache2/footer.html %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis %%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html +%%PORTDOCS%%share/doc/apache2/howto/auth.html.en +%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/footer.html %%PORTDOCS%%share/doc/apache2/howto/header.html %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png %%PORTDOCS%%share/doc/apache2/images/home.gif %%PORTDOCS%%share/doc/apache2/images/home.png %%PORTDOCS%%share/doc/apache2/images/index.gif %%PORTDOCS%%share/doc/apache2/images/index.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png %%PORTDOCS%%share/doc/apache2/images/pixel.gif %%PORTDOCS%%share/doc/apache2/images/pixel.png %%PORTDOCS%%share/doc/apache2/images/sub.gif %%PORTDOCS%%share/doc/apache2/images/sub.png %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html -%%PORTDOCS%%share/doc/apache2/invoking.html +%%PORTDOCS%%share/doc/apache2/install.html.en +%%PORTDOCS%%share/doc/apache2/install.html.ja.jis +%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr +%%PORTDOCS%%share/doc/apache2/invoking.html.en +%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis %%PORTDOCS%%share/doc/apache2/logs.html %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html %%PORTDOCS%%share/doc/apache2/misc/descriptors.html %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html %%PORTDOCS%%share/doc/apache2/misc/footer.html %%PORTDOCS%%share/doc/apache2/misc/header.html %%PORTDOCS%%share/doc/apache2/misc/index.html %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html %%PORTDOCS%%share/doc/apache2/misc/security_tips.html %%PORTDOCS%%share/doc/apache2/misc/tutorials.html +%%PORTDOCS%%share/doc/apache2/mod/allmodules.html.en %%PORTDOCS%%share/doc/apache2/mod/allmodules.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html +%%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html -%%PORTDOCS%%share/doc/apache2/mod/directives.html +%%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/footer.html %%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index-bytype.html -%%PORTDOCS%%share/doc/apache2/mod/index.html +%%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_TEMPLATE.html -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html +%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html +%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html +%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html +%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mmap_static.html -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html +%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html +%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.html -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.html.en +%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mpm.html +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.html.en +%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/platform/footer.html %%PORTDOCS%%share/doc/apache2/platform/header.html %%PORTDOCS%%share/doc/apache2/platform/netware.html %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html %%PORTDOCS%%share/doc/apache2/platform/win_service.html %%PORTDOCS%%share/doc/apache2/platform/windows.html %%PORTDOCS%%share/doc/apache2/programs/ab.html %%PORTDOCS%%share/doc/apache2/programs/apachectl.html %%PORTDOCS%%share/doc/apache2/programs/apxs.html %%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html %%PORTDOCS%%share/doc/apache2/programs/footer.html %%PORTDOCS%%share/doc/apache2/programs/header.html %%PORTDOCS%%share/doc/apache2/programs/htdigest.html %%PORTDOCS%%share/doc/apache2/programs/htpasswd.html %%PORTDOCS%%share/doc/apache2/programs/httpd.html %%PORTDOCS%%share/doc/apache2/programs/index.html %%PORTDOCS%%share/doc/apache2/programs/logresolve.html %%PORTDOCS%%share/doc/apache2/programs/other.html %%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html %%PORTDOCS%%share/doc/apache2/programs/suexec.html %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html +%%PORTDOCS%%share/doc/apache2/sections.html.en +%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis %%PORTDOCS%%share/doc/apache2/sitemap.html %%PORTDOCS%%share/doc/apache2/ssl/footer.html %%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html +%%PORTDOCS%%share/doc/apache2/ssl/index.html.en +%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html +%%PORTDOCS%%share/doc/apache2/style/Makefile %%PORTDOCS%%share/doc/apache2/style/build.sh %%PORTDOCS%%share/doc/apache2/style/build.xml +%%PORTDOCS%%share/doc/apache2/style/common.xsl %%PORTDOCS%%share/doc/apache2/style/en.xml +%%PORTDOCS%%share/doc/apache2/style/ja.xml %%PORTDOCS%%share/doc/apache2/style/manual.css -%%PORTDOCS%%share/doc/apache2/style/manual.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/settings.xsl %%PORTDOCS%%share/doc/apache2/style/sv.xml -%%PORTDOCS%%share/doc/apache2/suexec.html +%%PORTDOCS%%share/doc/apache2/suexec.html.en +%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr +%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis +%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.html %%PORTDOCS%%share/doc/apache2/vhosts/details.html %%PORTDOCS%%share/doc/apache2/vhosts/examples.html -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/footer.html %%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html %%PORTDOCS%%share/doc/apache2/vhosts/mass.html -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data www/data.default/apache_pb.gif www/data.default/apache_pb.png www/data.default/apache_pb2.gif www/data.default/apache_pb2.png www/data.default/apache_pb2_ani.gif www/data.default/index.html.ca www/data.default/index.html.cz.iso8859-2 www/data.default/index.html.de www/data.default/index.html.dk www/data.default/index.html.ee www/data.default/index.html.el www/data.default/index.html.en www/data.default/index.html.es www/data.default/index.html.et www/data.default/index.html.fr www/data.default/index.html.he.iso8859-8 www/data.default/index.html.hr.iso8859-2 www/data.default/index.html.it www/data.default/index.html.ja.iso2022-jp -www/data.default/index.html.kr.iso2022-kr -www/data.default/index.html.ltz.utf8 -www/data.default/index.html.lu.utf8 +www/data.default/index.html.ko.euc-kr +www/data.default/index.html.lb.utf8 www/data.default/index.html.nl www/data.default/index.html.nn www/data.default/index.html.no www/data.default/index.html.po.iso8859-2 www/data.default/index.html.pt www/data.default/index.html.pt-br www/data.default/index.html.ru.cp-1251 www/data.default/index.html.ru.cp866 www/data.default/index.html.ru.iso-ru www/data.default/index.html.ru.koi8-r www/data.default/index.html.ru.utf8 www/data.default/index.html.se -www/data.default/index.html.tw -www/data.default/index.html.tw.Big5 www/data.default/index.html.var +www/data.default/index.html.zh www/error/HTTP_BAD_GATEWAY.html.var www/error/HTTP_BAD_REQUEST.html.var www/error/HTTP_FORBIDDEN.html.var www/error/HTTP_GONE.html.var www/error/HTTP_INTERNAL_SERVER_ERROR.html.var www/error/HTTP_LENGTH_REQUIRED.html.var www/error/HTTP_METHOD_NOT_ALLOWED.html.var www/error/HTTP_NOT_ACCEPTABLE.html.var www/error/HTTP_NOT_FOUND.html.var www/error/HTTP_NOT_IMPLEMENTED.html.var www/error/HTTP_PRECONDITION_FAILED.html.var www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var www/error/HTTP_REQUEST_TIME_OUT.html.var www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var www/error/HTTP_SERVICE_UNAVAILABLE.html.var www/error/HTTP_UNAUTHORIZED.html.var www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var www/error/HTTP_VARIANT_ALSO_VARIES.html.var www/error/README www/error/contact.html.var www/error/include/bottom.html www/error/include/spacer.html www/error/include/top.html www/icons/README www/icons/a.gif www/icons/a.png www/icons/alert.black.gif www/icons/alert.black.png www/icons/alert.red.gif www/icons/alert.red.png www/icons/apache_pb.gif www/icons/apache_pb.png www/icons/apache_pb2.gif www/icons/apache_pb2.png www/icons/apache_pb2_ani.gif www/icons/back.gif www/icons/back.png www/icons/ball.gray.gif www/icons/ball.gray.png www/icons/ball.red.gif www/icons/ball.red.png www/icons/binary.gif www/icons/binary.png www/icons/binhex.gif www/icons/binhex.png www/icons/blank.gif www/icons/blank.png www/icons/bomb.gif www/icons/bomb.png www/icons/box1.gif www/icons/box1.png www/icons/box2.gif www/icons/box2.png www/icons/broken.gif www/icons/broken.png www/icons/burst.gif www/icons/burst.png www/icons/c.gif www/icons/c.png www/icons/comp.blue.gif www/icons/comp.blue.png www/icons/comp.gray.gif www/icons/comp.gray.png www/icons/compressed.gif www/icons/compressed.png www/icons/continued.gif www/icons/continued.png www/icons/dir.gif www/icons/dir.png +www/icons/diskimg.gif +www/icons/diskimg.png www/icons/down.gif www/icons/down.png www/icons/dvi.gif www/icons/dvi.png www/icons/f.gif www/icons/f.png www/icons/folder.gif www/icons/folder.open.gif www/icons/folder.open.png www/icons/folder.png www/icons/folder.sec.gif www/icons/folder.sec.png www/icons/forward.gif www/icons/forward.png www/icons/freebsd.gif www/icons/generic.gif www/icons/generic.png www/icons/generic.red.gif www/icons/generic.red.png www/icons/generic.sec.gif www/icons/generic.sec.png www/icons/hand.right.gif www/icons/hand.right.png www/icons/hand.up.gif www/icons/hand.up.png www/icons/icon.sheet.gif www/icons/icon.sheet.png www/icons/image1.gif www/icons/image1.png www/icons/image2.gif www/icons/image2.png www/icons/image3.gif www/icons/image3.png www/icons/index.gif www/icons/index.png www/icons/layout.gif www/icons/layout.png www/icons/left.gif www/icons/left.png www/icons/link.gif www/icons/link.png www/icons/movie.gif www/icons/movie.png www/icons/p.gif www/icons/p.png www/icons/patch.gif www/icons/patch.png www/icons/pdf.gif www/icons/pdf.png www/icons/pie0.gif www/icons/pie0.png www/icons/pie1.gif www/icons/pie1.png www/icons/pie2.gif www/icons/pie2.png www/icons/pie3.gif www/icons/pie3.png www/icons/pie4.gif www/icons/pie4.png www/icons/pie5.gif www/icons/pie5.png www/icons/pie6.gif www/icons/pie6.png www/icons/pie7.gif www/icons/pie7.png www/icons/pie8.gif www/icons/pie8.png www/icons/portal.gif www/icons/portal.png www/icons/ps.gif www/icons/ps.png www/icons/quill.gif www/icons/quill.png www/icons/right.gif www/icons/right.png www/icons/screw1.gif www/icons/screw1.png www/icons/screw2.gif www/icons/screw2.png www/icons/script.gif www/icons/script.png www/icons/small/README.txt www/icons/small/back.gif www/icons/small/back.png www/icons/small/binary.gif www/icons/small/binary.png www/icons/small/binhex.gif www/icons/small/binhex.png www/icons/small/blank.gif www/icons/small/blank.png www/icons/small/broken.gif www/icons/small/broken.png www/icons/small/burst.gif www/icons/small/burst.png www/icons/small/comp1.gif www/icons/small/comp1.png www/icons/small/comp2.gif www/icons/small/comp2.png www/icons/small/compressed.gif www/icons/small/compressed.png www/icons/small/continued.gif www/icons/small/continued.png www/icons/small/dir.gif www/icons/small/dir.png www/icons/small/dir2.gif www/icons/small/dir2.png www/icons/small/doc.gif www/icons/small/doc.png www/icons/small/forward.gif www/icons/small/forward.png www/icons/small/generic.gif www/icons/small/generic.png www/icons/small/generic2.gif www/icons/small/generic2.png www/icons/small/generic3.gif www/icons/small/generic3.png www/icons/small/image.gif www/icons/small/image.png www/icons/small/image2.gif www/icons/small/image2.png www/icons/small/index.gif www/icons/small/index.png www/icons/small/key.gif www/icons/small/key.png www/icons/small/movie.gif www/icons/small/movie.png www/icons/small/patch.gif www/icons/small/patch.png www/icons/small/ps.gif www/icons/small/ps.png www/icons/small/rainbow.gif www/icons/small/rainbow.png www/icons/small/sound.gif www/icons/small/sound.png www/icons/small/sound2.gif www/icons/small/sound2.png www/icons/small/tar.gif www/icons/small/tar.png www/icons/small/text.gif www/icons/small/text.png www/icons/small/transfer.gif www/icons/small/transfer.png www/icons/small/unknown.gif www/icons/small/unknown.png www/icons/small/uu.gif www/icons/small/uu.png www/icons/sound1.gif www/icons/sound1.png www/icons/sound2.gif www/icons/sound2.png www/icons/sphere1.gif www/icons/sphere1.png www/icons/sphere2.gif www/icons/sphere2.png www/icons/tar.gif www/icons/tar.png www/icons/tex.gif www/icons/tex.png www/icons/text.gif www/icons/text.png www/icons/transfer.gif www/icons/transfer.png www/icons/unknown.gif www/icons/unknown.png www/icons/up.gif www/icons/up.png www/icons/uu.gif www/icons/uu.png www/icons/uuencoded.gif www/icons/uuencoded.png www/icons/world1.gif www/icons/world1.png www/icons/world2.gif www/icons/world2.png @dirrm www/icons/small @dirrm www/icons @dirrm www/error/include @dirrm www/error @dirrm www/data.default @dirrm www/cgi-bin.default @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search %%PORTDOCS%%@dirrm share/doc/apache2/programs %%PORTDOCS%%@dirrm share/doc/apache2/platform %%PORTDOCS%%@dirrm share/doc/apache2/mod %%PORTDOCS%%@dirrm share/doc/apache2/misc %%PORTDOCS%%@dirrm share/doc/apache2/images %%PORTDOCS%%@dirrm share/doc/apache2/howto %%PORTDOCS%%@dirrm share/doc/apache2/faq %%PORTDOCS%%@dirrm share/doc/apache2/developer %%PORTDOCS%%@dirrm share/doc/apache2 @dirrm share/apache2 @dirrm libexec/apache2 @dirrm lib/apache2 @dirrm include/apache2 @dirrm etc/apache2 -@exec [ -d %%DESTDIR%%/var/log ] || mkdir -p %%DESTDIR%%/var/log -@exec [ -d %%DESTDIR%%/var/run ] || mkdir -p %%DESTDIR%%/var/run Property changes on: head/www/apache20/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/www/apache21/Makefile =================================================================== --- head/www/apache21/Makefile (revision 61531) +++ head/www/apache21/Makefile (revision 61532) @@ -1,153 +1,151 @@ # New ports collection makefile for: apache2 # Date created: 7 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= apache -PORTVERSION= 2.0.36 +PORTVERSION= 2.0.39 PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://apache.mirrorcentral.com/dist/httpd/ \ http://apache.missouri.edu/dist/httpd/ \ http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ http://www.freebsd.org/gifs/:freebsd \ http://www2.freebsd.org/gifs/:freebsd DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv -FORBIDDEN= "Vulnerable to denial-of-service. See" \ - "http://httpd.apache.org/info/security_bulletin_20020617.txt" - LATEST_LINK= apache2 -WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD) +WITH_MPM?= prefork HTTP_PORT?= 80 -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --enable-so \ --with-mpm=${WITH_MPM} \ --with-port=${HTTP_PORT} \ - --libdir=${PREFIX}/lib/apache2 \ - --includedir=${PREFIX}/include/apache2 + --libdir=${PREFIX_RELDEST}/lib/apache2 \ + --includedir=${PREFIX_RELDEST}/include/apache2 CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" + LDFLAGS="${LDFLAGS}" EXPAT_PATHS="${EXPAT_PATHS}" SHARED_MODULES= all cgid ext_filter bucketeer -RC_SUB= -e 's,@@PREFIX@@,${PREFIX},g' -e 's,@@DESTDIR@@,${DESTDIR},g' +PREFIX_RELDEST= ${PREFIX:S,${DESTDIR},,} +RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes PLIST_SUB+= DESTDIR=${DESTDIR} .if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=YES +MAKE_ENV+= -DNOPORTDOCS .endif .if defined(WITH_BUNDLED_EXPAT) EXPAT_PATHS= xml/expat-cvs xml/expat $$srcdir/xml/expat PLIST_SUB+= EXPAT="" .else LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${EXPATLIBPATH} +EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${LOCALBASE:S,${DESTDIR},,} PLIST_SUB+= EXPAT="@comment " .endif -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -.endif - .if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) SHARED_MODULES+= ssl PLIST_SUB+= MODSSL="" RC_SUB+= -e 's,@@SSL@@,ssl,g' .else PLIST_SUB+= MODSSL="@comment " RC_SUB+= -e 's,@@SSL@@,,g' .endif .if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX}/www/data +SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ --with-suexec-caller=www \ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="${DESTDIR}/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX}/sbin/suexec" + --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ + --with-suexec-logfile="/var/log/httpd-suexec.log" \ + --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" PLIST_SUB+= SUEXEC="" .else PLIST_SUB+= SUEXEC="@comment " .endif .if !defined(WITHOUT_CACHE) && defined(WITH_THREADS) SHARED_MODULES+= cache file-cache disk-cache mem_cache PLIST_SUB+= MODCACHE="" .else PLIST_SUB+= MODCACHE="@comment " .endif .if !defined(WITHOUT_PROXY) SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http PLIST_SUB+= MODPROXY="" .else PLIST_SUB+= MODPROXY="@comment " .endif .if defined(WITH_EXPERIMENTAL) SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite PLIST_SUB+= EXPERIMENTAL="" .else PLIST_SUB+= EXPERIMENTAL="@comment " .endif .if ${WITH_MPM} != "prefork" PKGNAMESUFFIX= -${WITH_MPM} -.if !defined(WITH_THREADS) -IGNORE= "requires threads for ${WITH_MPM} mpm" +WITH_THREADS= yes +.if !defined(FORCE_THREADING_MPM) +FORBIDDEN= "doesn\'t work with threading MPMs on FreeBSD. If you are \ + brave enough, make again with -DFORCE_THREADING_MPM" .endif .endif -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" +.if defined(WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +.endif +CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} + MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 -.include - post-extract: @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ for f in index.html.*; do (\ - ${PERL} -pi -e 's,apache_pb,icons/freebsd.gif" ALT="[Powered by FreeBSD]">[Powered by FreeBSD]${WRKDIR}/apache2.sh @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout + @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ fi - @[ -d ${DESTDIR}/var/log ] || ${MKDIR} ${DESTDIR}/var/log - @[ -d ${DESTDIR}/var/run ] || ${MKDIR} ${DESTDIR}/var/run -.include +.include Property changes on: head/www/apache21/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.117 \ No newline at end of property +1.118 \ No newline at end of property Index: head/www/apache21/distinfo =================================================================== --- head/www/apache21/distinfo (revision 61531) +++ head/www/apache21/distinfo (revision 61532) @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.36.tar.gz) = dc80f22608bccba6c49e1fe9f12f51c8 +MD5 (httpd-2.0.39.tar.gz) = b821c6babca68b4859b9ba38d1b345af MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 Property changes on: head/www/apache21/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/www/apache21/files/patch-support:apxs.in =================================================================== --- head/www/apache21/files/patch-support:apxs.in (revision 61531) +++ head/www/apache21/files/patch-support:apxs.in (nonexistent) @@ -1,49 +0,0 @@ ---- support/apxs.in.orig Tue Apr 30 03:09:02 2002 -+++ support/apxs.in Wed May 8 19:41:06 2002 -@@ -66,7 +66,7 @@ - - # read the configuration variables once - my %config_vars = (); --get_config_vars("$prefix/build/config_vars.mk",\%config_vars); -+get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars); - - my $exec_prefix = get_vars("exec_prefix"); - my $CFG_TARGET = get_vars("progname"); -@@ -223,7 +223,7 @@ - my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); - $httpd = eval qq("$httpd"); - $httpd = eval qq("$httpd"); --my $envvars = get_vars("bindir") . "/envvars"; -+my $envvars = get_vars("sbindir") . "/envvars"; - $envvars = eval qq("$envvars"); - $envvars = eval qq("$envvars"); - -@@ -418,7 +418,7 @@ - $la =~ s|\.c$|.la|; - my $o = $s; - $o =~ s|\.c$|.o|; -- push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); - unshift(@objs, $lo); - } - -@@ -443,7 +443,7 @@ - $opt .= " -l$opt_l"; - } - -- push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); - - # execute the commands - &execute_cmds(@cmds); -@@ -474,8 +474,8 @@ - $t =~ s|^.+/([^/]+)$|$1|; - $t =~ s|\.la$|\.so|; - if ($opt_i) { -- push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" . -- "$prefix/build/libtool' $f $CFG_LIBEXECDIR"); -+ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" . -+ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR"); - push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); - } - Property changes on: head/www/apache21/files/patch-support:apxs.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/apache21/files/apache.sh =================================================================== --- head/www/apache21/files/apache.sh (revision 61531) +++ head/www/apache21/files/apache.sh (revision 61532) @@ -1,17 +1,17 @@ #!/bin/sh PREFIX=@@PREFIX@@ case "$1" in start) [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' ;; stop) - [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 Property changes on: head/www/apache21/files/apache.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache21/files/config.layout =================================================================== --- head/www/apache21/files/config.layout (revision 61531) +++ head/www/apache21/files/config.layout (revision 61532) @@ -1,22 +1,22 @@ prefix: /usr/local exec_prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libexecdir: ${exec_prefix}/libexec/apache2 mandir: ${prefix}/man sysconfdir: ${prefix}/etc/apache2 datadir: ${prefix}/www installbuilddir: ${prefix}/share/apache2 errordir: ${datadir}/error iconsdir: ${datadir}/icons htdocsdir: ${datadir}/data manualdir: ${prefix}/share/doc/apache2 cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache2 - localstatedir: @@DESTDIR@@/var + localstatedir: /var runtimedir: ${localstatedir}/run logfiledir: ${localstatedir}/log proxycachedir: ${datadir}/proxy infodir: ${exec_prefix}/share/info Property changes on: head/www/apache21/files/config.layout ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/apache21/files/patch-Makefile.in =================================================================== --- head/www/apache21/files/patch-Makefile.in (revision 61531) +++ head/www/apache21/files/patch-Makefile.in (revision 61532) @@ -1,74 +1,51 @@ ---- Makefile.in.orig Sun Apr 28 16:41:25 2002 -+++ Makefile.in Tue May 7 19:05:12 2002 -@@ -33,23 +33,27 @@ - @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) +--- Makefile.in.orig Sat Jun 15 18:41:03 2002 ++++ Makefile.in Tue Jun 18 22:37:19 2002 +@@ -31,12 +31,14 @@ + @test -d $(DESTDIR)$(sysconfdir) || $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ -- $(INSTALL_DATA) $$i $(sysconfdir); \ -+ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ +- $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ ++ test -f $(DESTDIR)$(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ + cp -f $$i $$i.default; \ -+ $(INSTALL_DATA) $$i.default $(sysconfdir); \ ++ $(INSTALL_DATA) $$i.default $(DESTDIR)$(sysconfdir); \ done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ for i in *-std*.conf ssl.conf; do \ - [ -f $$i ] || continue; \ + [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ - sed -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e '/@@LoadModule@@/d' \ - < $$i; \ - else \ - sed -n -e '/@@LoadModule@@/q' \ - -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e 'p' \ - < $$i; \ - for j in $(DSO_MODULES) "^EOL^"; do \ -@@ -57,7 +61,7 @@ - echo ""; \ - fi; \ - if test $$j != "^EOL^"; then \ -- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \ -+ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \ - fi; \ - if test "x$$j" = "xssl"; then \ - echo ""; \ -@@ -106,12 +110,14 @@ +@@ -104,11 +106,14 @@ install-htdocs: @echo Installing HTML documents -- @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) -- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) -+ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default) -+ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir) +- @test -d $(DESTDIR)$(htdocsdir) || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) +- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ++ @test -d $(DESTDIR)$(htdocsdir).default || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir).default ++ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir).default) ++ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir).default $(DESTDIR)$(htdocsdir) +.if !defined(NOPORTDOCS) - @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir) - @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir)) -- @test "x$(htdocsdir)" != "x" && cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \; -- + @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) + @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) +- -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf +.endif -+ @test "x$(htdocsdir)" != "x" && cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \; ++ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf + install-error: @echo Installing error documents - @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir) -@@ -126,9 +132,10 @@ +@@ -124,9 +129,10 @@ install-cgi: @echo Installing CGIs -- @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir) -- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir) -- @test "x$(cgidir)" != "x" && cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \; -+ @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default -+ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default) -+ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir) -+ @test "x$(cgidir)" != "x" && cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \; +- @test -d $(DESTDIR)$(cgidir) || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) +- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) +- -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ++ @test -d $(DESTDIR)$(cgidir).default || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir).default ++ @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir).default ++ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir).default $(DESTDIR)$(cgidir) ++ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir).default && find . -name "CVS" -print | xargs rm -rf install-other: - @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir) + @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) Property changes on: head/www/apache21/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/apache21/files/patch-docs:conf:ssl-std.conf =================================================================== --- head/www/apache21/files/patch-docs:conf:ssl-std.conf (revision 61531) +++ head/www/apache21/files/patch-docs:conf:ssl-std.conf (revision 61532) @@ -1,116 +1,107 @@ ---- docs/conf/ssl-std.conf.orig Thu Nov 8 07:16:09 2001 -+++ docs/conf/ssl-std.conf Sun Apr 7 09:26:02 2002 +--- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 ++++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 @@ -55,15 +55,15 @@ # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:@@DESTDIR@@/var/log/httpd-ssl_scache ++#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) ++#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) ++SSLSessionCache dbm:/var/log/httpd-ssl_scache SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:logs/ssl_mutex -+SSLMutex file:@@DESTDIR@@/var/log/httpd-ssl_mutex ++SSLMutex file:/var/log/httpd-ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the -@@ -89,7 +89,7 @@ - # a real server (i.e. somewhere where only root can write). - # Log levels are (ascending order: higher ones include lower ones): - # none, error, warn, info, trace, debug. --SSLLog logs/ssl_engine_log -+SSLLog @@DESTDIR@@/var/log/httpd-ssl_engine_log - SSLLogLevel info - - ## -@@ -99,11 +99,11 @@ +@@ -89,11 +89,11 @@ # General setup for the virtual host -DocumentRoot "@@ServerRoot@@/htdocs" +DocumentRoot "@@ServerRoot@@/www/data" ServerName new.host.name:443 ServerAdmin you@your.address -ErrorLog logs/error_log -TransferLog logs/access_log -+ErrorLog @@DESTDIR@@/var/log/httpd-error.log -+TransferLog @@DESTDIR@@/var/log/httpd-access.log ++ErrorLog /var/log/httpd-error.log ++TransferLog /var/log/httpd-access.log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. -@@ -122,16 +122,16 @@ - # built time. Keep in mind that if you've both a RSA and a DSA - # certificate you can configure both in parallel (to also allow - # the use of DSA ciphers, etc.) +@@ -111,16 +111,16 @@ + # in mind that if you have both an RSA and a DSA certificate you + # can configure both in parallel (to also allow the use of DSA + # ciphers, etc.) -SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt -#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt +SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt +#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt # Server Private Key: # If the key is not combined with the certificate, use this # directive to point at the key file. Keep in mind that if # you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) -SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key -#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key +SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key +#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -@@ -140,7 +140,7 @@ +@@ -129,7 +129,7 @@ # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. -#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt +#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt # Certificate Authority (CA): # Set the CA certificate verification path where to find CA -@@ -149,8 +149,8 @@ +@@ -138,8 +138,8 @@ # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt -#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt +#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt +#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client -@@ -159,8 +159,8 @@ +@@ -148,8 +148,8 @@ # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl -#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl +#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl +#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl # Client Authentication (Type): # Client certificate verification type and depth. Types are -@@ -220,7 +220,7 @@ +@@ -209,7 +209,7 @@ SSLOptions +StdEnvVars - + SSLOptions +StdEnvVars -@@ -255,7 +255,7 @@ +@@ -244,7 +244,7 @@ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. -CustomLog logs/ssl_request_log \ -+CustomLog @@DESTDIR@@/var/log/httpd-ssl_request.log \ ++CustomLog /var/log/httpd-ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Property changes on: head/www/apache21/files/patch-docs:conf:ssl-std.conf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache21/files/patch-support:log_server_status.in =================================================================== --- head/www/apache21/files/patch-support:log_server_status.in (revision 61531) +++ head/www/apache21/files/patch-support:log_server_status.in (revision 61532) @@ -1,24 +1,20 @@ ---- support/log_server_status.in.orig Thu Mar 14 05:48:06 2002 -+++ support/log_server_status.in Sun Apr 7 08:47:53 2002 -@@ -63,10 +63,10 @@ +--- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 ++++ support/log_server_status.in Tue Jun 18 23:23:08 2002 +@@ -63,7 +63,7 @@ # require 'sys/socket.ph'; -$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" +$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/status-status/?auto"; # Request to send - - sub tcp_connect - { + $request = "/status/?auto"; # Request to send @@ -96,7 +96,7 @@ chomp($date); ($day,$time)=split(/:/,$date); $res=&tcp_connect($server,$port); - open(OUT,">>$wherelog$day"); + open(OUT,">>$wherelog$day.log"); if ($res) { print OUT "$time:-1:-1:-1:-1:$res\n"; exit 1; Property changes on: head/www/apache21/files/patch-support:log_server_status.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/apache21/pkg-plist =================================================================== --- head/www/apache21/pkg-plist (revision 61531) +++ head/www/apache21/pkg-plist (revision 61532) @@ -1,775 +1,807 @@ bin/apr-config bin/apu-config @unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi etc/apache2/highperformance-std.conf @exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf @unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi etc/apache2/httpd-std.conf @exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi etc/apache2/magic.default @exec [ -f %B/magic ] || cp %B/%f %B/magic @unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi etc/apache2/mime.types.default @exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types @unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi etc/apache2/ssl-std.conf @exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf etc/rc.d/apache2.sh include/apache2/ap_compat.h include/apache2/ap_config.h include/apache2/ap_config_auto.h include/apache2/ap_config_layout.h include/apache2/ap_listen.h include/apache2/ap_mmn.h include/apache2/ap_mpm.h include/apache2/ap_release.h include/apache2/apr.h include/apache2/apr_allocator.h include/apache2/apr_anylock.h include/apache2/apr_atomic.h include/apache2/apr_base64.h include/apache2/apr_buckets.h include/apache2/apr_compat.h include/apache2/apr_date.h include/apache2/apr_dbm.h include/apache2/apr_dso.h include/apache2/apr_errno.h include/apache2/apr_file_info.h include/apache2/apr_file_io.h include/apache2/apr_fnmatch.h include/apache2/apr_general.h include/apache2/apr_getopt.h include/apache2/apr_global_mutex.h include/apache2/apr_hash.h include/apache2/apr_hooks.h include/apache2/apr_inherit.h include/apache2/apr_ldap.h include/apache2/apr_lib.h include/apache2/apr_md4.h include/apache2/apr_md5.h include/apache2/apr_mmap.h include/apache2/apr_network_io.h include/apache2/apr_optional.h include/apache2/apr_optional_hooks.h include/apache2/apr_pools.h include/apache2/apr_portable.h include/apache2/apr_proc_mutex.h include/apache2/apr_ring.h include/apache2/apr_rmm.h include/apache2/apr_sdbm.h include/apache2/apr_sha1.h include/apache2/apr_shm.h include/apache2/apr_signal.h include/apache2/apr_strings.h +include/apache2/apr_strmatch.h include/apache2/apr_tables.h include/apache2/apr_thread_cond.h include/apache2/apr_thread_mutex.h include/apache2/apr_thread_proc.h include/apache2/apr_thread_rwlock.h include/apache2/apr_time.h include/apache2/apr_uri.h include/apache2/apr_user.h include/apache2/apr_uuid.h include/apache2/apr_version.h include/apache2/apr_want.h include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h %%EXPAT%%include/apache2/expat.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h include/apache2/http_log.h include/apache2/http_main.h include/apache2/http_protocol.h include/apache2/http_request.h include/apache2/http_vhost.h include/apache2/httpd.h include/apache2/mod_cgi.h include/apache2/mod_core.h include/apache2/mod_dav.h include/apache2/mod_include.h include/apache2/mod_log_config.h include/apache2/mod_proxy.h include/apache2/mod_ssl.h include/apache2/mpm.h include/apache2/mpm_common.h include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h include/apache2/ssl_expr_parse.h include/apache2/ssl_toolkit_compat.h include/apache2/ssl_util_ssl.h include/apache2/ssl_util_table.h include/apache2/unixd.h include/apache2/util_cfgtree.h include/apache2/util_charset.h include/apache2/util_ebcdic.h include/apache2/util_filter.h include/apache2/util_ldap.h include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h lib/apache2/APRVARS lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/libapr.a lib/apache2/libapr.la lib/apache2/libapr.so.0 @unexec rm -f %D/lib/apache2/libapr.so @exec ln -fs libapr.so.0 %D/lib/apache2/libapr.so lib/apache2/libaprutil.a lib/apache2/libaprutil.la lib/apache2/libaprutil.so.0 @unexec rm -f %D/lib/apache2/libaprutil.so @exec ln -fs libaprutil.so.0 %D/lib/apache2/libaprutil.so %%EXPAT%%lib/apache2/libexpat.a %%EXPAT%%lib/apache2/libexpat.la %%EXPAT%%lib/apache2/libexpat.so.1 %%EXPAT%%@unexec rm -f %D/lib/apache2/libexpat.so %%EXPAT%%@exec ln -fs libexpat.so.1 %D/lib/apache2/libexpat.so libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so libexec/apache2/mod_alias.so libexec/apache2/mod_asis.so libexec/apache2/mod_auth.so libexec/apache2/mod_auth_anon.so libexec/apache2/mod_auth_dbm.so libexec/apache2/mod_auth_digest.so libexec/apache2/mod_autoindex.so libexec/apache2/mod_bucketeer.so %%MODCACHE%%libexec/apache2/mod_cache.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so libexec/apache2/mod_cern_meta.so libexec/apache2/mod_cgi.so libexec/apache2/mod_cgid.so %%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so libexec/apache2/mod_dav.so libexec/apache2/mod_dav_fs.so %%EXPERIMENTAL%%libexec/apache2/mod_deflate.so libexec/apache2/mod_dir.so %%MODCACHE%%libexec/apache2/mod_disk_cache.so libexec/apache2/mod_env.so libexec/apache2/mod_expires.so libexec/apache2/mod_ext_filter.so %%MODCACHE%%libexec/apache2/mod_file_cache.so libexec/apache2/mod_headers.so libexec/apache2/mod_imap.so libexec/apache2/mod_include.so libexec/apache2/mod_info.so libexec/apache2/mod_log_config.so %%MODCACHE%%libexec/apache2/mod_mem_cache.so libexec/apache2/mod_mime.so libexec/apache2/mod_mime_magic.so libexec/apache2/mod_negotiation.so %%MODPROXY%%libexec/apache2/mod_proxy.so %%MODPROXY%%libexec/apache2/mod_proxy_connect.so %%MODPROXY%%libexec/apache2/mod_proxy_ftp.so %%MODPROXY%%libexec/apache2/mod_proxy_http.so libexec/apache2/mod_rewrite.so libexec/apache2/mod_setenvif.so libexec/apache2/mod_speling.so %%MODSSL%%libexec/apache2/mod_ssl.so libexec/apache2/mod_status.so %%SUEXEC%%libexec/apache2/mod_suexec.so libexec/apache2/mod_unique_id.so libexec/apache2/mod_userdir.so libexec/apache2/mod_usertrack.so libexec/apache2/mod_vhost_alias.so sbin/ab sbin/apachectl sbin/apxs sbin/checkgid sbin/dbmmanage sbin/envvars sbin/envvars-std sbin/htdbm sbin/htdigest sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs %%SUEXEC%%sbin/suexec share/apache2/config_vars.mk share/apache2/instdso.sh share/apache2/library.mk share/apache2/libtool share/apache2/ltlib.mk share/apache2/program.mk share/apache2/rules.mk share/apache2/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html -%%PORTDOCS%%share/doc/apache2/cgi_path.html +%%PORTDOCS%%share/doc/apache2/bind.html.en +%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.en +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis %%PORTDOCS%%share/doc/apache2/content-negotiation.html -%%PORTDOCS%%share/doc/apache2/custom-error.html +%%PORTDOCS%%share/doc/apache2/custom-error.html.en +%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis %%PORTDOCS%%share/doc/apache2/developer/API.html %%PORTDOCS%%share/doc/apache2/developer/debugging.html %%PORTDOCS%%share/doc/apache2/developer/documenting.html %%PORTDOCS%%share/doc/apache2/developer/filters.html %%PORTDOCS%%share/doc/apache2/developer/footer.html %%PORTDOCS%%share/doc/apache2/developer/header.html %%PORTDOCS%%share/doc/apache2/developer/hooks.html %%PORTDOCS%%share/doc/apache2/developer/index.html %%PORTDOCS%%share/doc/apache2/developer/layeredio.html %%PORTDOCS%%share/doc/apache2/developer/modules.html %%PORTDOCS%%share/doc/apache2/developer/request.html %%PORTDOCS%%share/doc/apache2/dns-caveats.html %%PORTDOCS%%share/doc/apache2/dso.html +%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/ebcdic.html -%%PORTDOCS%%share/doc/apache2/env.html +%%PORTDOCS%%share/doc/apache2/env.html.en +%%PORTDOCS%%share/doc/apache2/env.html.ja.jis %%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html +%%PORTDOCS%%share/doc/apache2/filter.html.en +%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis %%PORTDOCS%%share/doc/apache2/footer.html %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis %%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html +%%PORTDOCS%%share/doc/apache2/howto/auth.html.en +%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/footer.html %%PORTDOCS%%share/doc/apache2/howto/header.html %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png %%PORTDOCS%%share/doc/apache2/images/home.gif %%PORTDOCS%%share/doc/apache2/images/home.png %%PORTDOCS%%share/doc/apache2/images/index.gif %%PORTDOCS%%share/doc/apache2/images/index.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png %%PORTDOCS%%share/doc/apache2/images/pixel.gif %%PORTDOCS%%share/doc/apache2/images/pixel.png %%PORTDOCS%%share/doc/apache2/images/sub.gif %%PORTDOCS%%share/doc/apache2/images/sub.png %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html -%%PORTDOCS%%share/doc/apache2/invoking.html +%%PORTDOCS%%share/doc/apache2/install.html.en +%%PORTDOCS%%share/doc/apache2/install.html.ja.jis +%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr +%%PORTDOCS%%share/doc/apache2/invoking.html.en +%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis %%PORTDOCS%%share/doc/apache2/logs.html %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html %%PORTDOCS%%share/doc/apache2/misc/descriptors.html %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html %%PORTDOCS%%share/doc/apache2/misc/footer.html %%PORTDOCS%%share/doc/apache2/misc/header.html %%PORTDOCS%%share/doc/apache2/misc/index.html %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html %%PORTDOCS%%share/doc/apache2/misc/security_tips.html %%PORTDOCS%%share/doc/apache2/misc/tutorials.html +%%PORTDOCS%%share/doc/apache2/mod/allmodules.html.en %%PORTDOCS%%share/doc/apache2/mod/allmodules.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html +%%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html -%%PORTDOCS%%share/doc/apache2/mod/directives.html +%%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/footer.html %%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index-bytype.html -%%PORTDOCS%%share/doc/apache2/mod/index.html +%%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_TEMPLATE.html -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html +%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html +%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html +%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html +%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mmap_static.html -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html +%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html +%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.html -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.html.en +%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mpm.html +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.html.en +%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/platform/footer.html %%PORTDOCS%%share/doc/apache2/platform/header.html %%PORTDOCS%%share/doc/apache2/platform/netware.html %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html %%PORTDOCS%%share/doc/apache2/platform/win_service.html %%PORTDOCS%%share/doc/apache2/platform/windows.html %%PORTDOCS%%share/doc/apache2/programs/ab.html %%PORTDOCS%%share/doc/apache2/programs/apachectl.html %%PORTDOCS%%share/doc/apache2/programs/apxs.html %%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html %%PORTDOCS%%share/doc/apache2/programs/footer.html %%PORTDOCS%%share/doc/apache2/programs/header.html %%PORTDOCS%%share/doc/apache2/programs/htdigest.html %%PORTDOCS%%share/doc/apache2/programs/htpasswd.html %%PORTDOCS%%share/doc/apache2/programs/httpd.html %%PORTDOCS%%share/doc/apache2/programs/index.html %%PORTDOCS%%share/doc/apache2/programs/logresolve.html %%PORTDOCS%%share/doc/apache2/programs/other.html %%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html %%PORTDOCS%%share/doc/apache2/programs/suexec.html %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html +%%PORTDOCS%%share/doc/apache2/sections.html.en +%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis %%PORTDOCS%%share/doc/apache2/sitemap.html %%PORTDOCS%%share/doc/apache2/ssl/footer.html %%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html +%%PORTDOCS%%share/doc/apache2/ssl/index.html.en +%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html +%%PORTDOCS%%share/doc/apache2/style/Makefile %%PORTDOCS%%share/doc/apache2/style/build.sh %%PORTDOCS%%share/doc/apache2/style/build.xml +%%PORTDOCS%%share/doc/apache2/style/common.xsl %%PORTDOCS%%share/doc/apache2/style/en.xml +%%PORTDOCS%%share/doc/apache2/style/ja.xml %%PORTDOCS%%share/doc/apache2/style/manual.css -%%PORTDOCS%%share/doc/apache2/style/manual.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/settings.xsl %%PORTDOCS%%share/doc/apache2/style/sv.xml -%%PORTDOCS%%share/doc/apache2/suexec.html +%%PORTDOCS%%share/doc/apache2/suexec.html.en +%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr +%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis +%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.html %%PORTDOCS%%share/doc/apache2/vhosts/details.html %%PORTDOCS%%share/doc/apache2/vhosts/examples.html -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/footer.html %%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html %%PORTDOCS%%share/doc/apache2/vhosts/mass.html -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data www/data.default/apache_pb.gif www/data.default/apache_pb.png www/data.default/apache_pb2.gif www/data.default/apache_pb2.png www/data.default/apache_pb2_ani.gif www/data.default/index.html.ca www/data.default/index.html.cz.iso8859-2 www/data.default/index.html.de www/data.default/index.html.dk www/data.default/index.html.ee www/data.default/index.html.el www/data.default/index.html.en www/data.default/index.html.es www/data.default/index.html.et www/data.default/index.html.fr www/data.default/index.html.he.iso8859-8 www/data.default/index.html.hr.iso8859-2 www/data.default/index.html.it www/data.default/index.html.ja.iso2022-jp -www/data.default/index.html.kr.iso2022-kr -www/data.default/index.html.ltz.utf8 -www/data.default/index.html.lu.utf8 +www/data.default/index.html.ko.euc-kr +www/data.default/index.html.lb.utf8 www/data.default/index.html.nl www/data.default/index.html.nn www/data.default/index.html.no www/data.default/index.html.po.iso8859-2 www/data.default/index.html.pt www/data.default/index.html.pt-br www/data.default/index.html.ru.cp-1251 www/data.default/index.html.ru.cp866 www/data.default/index.html.ru.iso-ru www/data.default/index.html.ru.koi8-r www/data.default/index.html.ru.utf8 www/data.default/index.html.se -www/data.default/index.html.tw -www/data.default/index.html.tw.Big5 www/data.default/index.html.var +www/data.default/index.html.zh www/error/HTTP_BAD_GATEWAY.html.var www/error/HTTP_BAD_REQUEST.html.var www/error/HTTP_FORBIDDEN.html.var www/error/HTTP_GONE.html.var www/error/HTTP_INTERNAL_SERVER_ERROR.html.var www/error/HTTP_LENGTH_REQUIRED.html.var www/error/HTTP_METHOD_NOT_ALLOWED.html.var www/error/HTTP_NOT_ACCEPTABLE.html.var www/error/HTTP_NOT_FOUND.html.var www/error/HTTP_NOT_IMPLEMENTED.html.var www/error/HTTP_PRECONDITION_FAILED.html.var www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var www/error/HTTP_REQUEST_TIME_OUT.html.var www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var www/error/HTTP_SERVICE_UNAVAILABLE.html.var www/error/HTTP_UNAUTHORIZED.html.var www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var www/error/HTTP_VARIANT_ALSO_VARIES.html.var www/error/README www/error/contact.html.var www/error/include/bottom.html www/error/include/spacer.html www/error/include/top.html www/icons/README www/icons/a.gif www/icons/a.png www/icons/alert.black.gif www/icons/alert.black.png www/icons/alert.red.gif www/icons/alert.red.png www/icons/apache_pb.gif www/icons/apache_pb.png www/icons/apache_pb2.gif www/icons/apache_pb2.png www/icons/apache_pb2_ani.gif www/icons/back.gif www/icons/back.png www/icons/ball.gray.gif www/icons/ball.gray.png www/icons/ball.red.gif www/icons/ball.red.png www/icons/binary.gif www/icons/binary.png www/icons/binhex.gif www/icons/binhex.png www/icons/blank.gif www/icons/blank.png www/icons/bomb.gif www/icons/bomb.png www/icons/box1.gif www/icons/box1.png www/icons/box2.gif www/icons/box2.png www/icons/broken.gif www/icons/broken.png www/icons/burst.gif www/icons/burst.png www/icons/c.gif www/icons/c.png www/icons/comp.blue.gif www/icons/comp.blue.png www/icons/comp.gray.gif www/icons/comp.gray.png www/icons/compressed.gif www/icons/compressed.png www/icons/continued.gif www/icons/continued.png www/icons/dir.gif www/icons/dir.png +www/icons/diskimg.gif +www/icons/diskimg.png www/icons/down.gif www/icons/down.png www/icons/dvi.gif www/icons/dvi.png www/icons/f.gif www/icons/f.png www/icons/folder.gif www/icons/folder.open.gif www/icons/folder.open.png www/icons/folder.png www/icons/folder.sec.gif www/icons/folder.sec.png www/icons/forward.gif www/icons/forward.png www/icons/freebsd.gif www/icons/generic.gif www/icons/generic.png www/icons/generic.red.gif www/icons/generic.red.png www/icons/generic.sec.gif www/icons/generic.sec.png www/icons/hand.right.gif www/icons/hand.right.png www/icons/hand.up.gif www/icons/hand.up.png www/icons/icon.sheet.gif www/icons/icon.sheet.png www/icons/image1.gif www/icons/image1.png www/icons/image2.gif www/icons/image2.png www/icons/image3.gif www/icons/image3.png www/icons/index.gif www/icons/index.png www/icons/layout.gif www/icons/layout.png www/icons/left.gif www/icons/left.png www/icons/link.gif www/icons/link.png www/icons/movie.gif www/icons/movie.png www/icons/p.gif www/icons/p.png www/icons/patch.gif www/icons/patch.png www/icons/pdf.gif www/icons/pdf.png www/icons/pie0.gif www/icons/pie0.png www/icons/pie1.gif www/icons/pie1.png www/icons/pie2.gif www/icons/pie2.png www/icons/pie3.gif www/icons/pie3.png www/icons/pie4.gif www/icons/pie4.png www/icons/pie5.gif www/icons/pie5.png www/icons/pie6.gif www/icons/pie6.png www/icons/pie7.gif www/icons/pie7.png www/icons/pie8.gif www/icons/pie8.png www/icons/portal.gif www/icons/portal.png www/icons/ps.gif www/icons/ps.png www/icons/quill.gif www/icons/quill.png www/icons/right.gif www/icons/right.png www/icons/screw1.gif www/icons/screw1.png www/icons/screw2.gif www/icons/screw2.png www/icons/script.gif www/icons/script.png www/icons/small/README.txt www/icons/small/back.gif www/icons/small/back.png www/icons/small/binary.gif www/icons/small/binary.png www/icons/small/binhex.gif www/icons/small/binhex.png www/icons/small/blank.gif www/icons/small/blank.png www/icons/small/broken.gif www/icons/small/broken.png www/icons/small/burst.gif www/icons/small/burst.png www/icons/small/comp1.gif www/icons/small/comp1.png www/icons/small/comp2.gif www/icons/small/comp2.png www/icons/small/compressed.gif www/icons/small/compressed.png www/icons/small/continued.gif www/icons/small/continued.png www/icons/small/dir.gif www/icons/small/dir.png www/icons/small/dir2.gif www/icons/small/dir2.png www/icons/small/doc.gif www/icons/small/doc.png www/icons/small/forward.gif www/icons/small/forward.png www/icons/small/generic.gif www/icons/small/generic.png www/icons/small/generic2.gif www/icons/small/generic2.png www/icons/small/generic3.gif www/icons/small/generic3.png www/icons/small/image.gif www/icons/small/image.png www/icons/small/image2.gif www/icons/small/image2.png www/icons/small/index.gif www/icons/small/index.png www/icons/small/key.gif www/icons/small/key.png www/icons/small/movie.gif www/icons/small/movie.png www/icons/small/patch.gif www/icons/small/patch.png www/icons/small/ps.gif www/icons/small/ps.png www/icons/small/rainbow.gif www/icons/small/rainbow.png www/icons/small/sound.gif www/icons/small/sound.png www/icons/small/sound2.gif www/icons/small/sound2.png www/icons/small/tar.gif www/icons/small/tar.png www/icons/small/text.gif www/icons/small/text.png www/icons/small/transfer.gif www/icons/small/transfer.png www/icons/small/unknown.gif www/icons/small/unknown.png www/icons/small/uu.gif www/icons/small/uu.png www/icons/sound1.gif www/icons/sound1.png www/icons/sound2.gif www/icons/sound2.png www/icons/sphere1.gif www/icons/sphere1.png www/icons/sphere2.gif www/icons/sphere2.png www/icons/tar.gif www/icons/tar.png www/icons/tex.gif www/icons/tex.png www/icons/text.gif www/icons/text.png www/icons/transfer.gif www/icons/transfer.png www/icons/unknown.gif www/icons/unknown.png www/icons/up.gif www/icons/up.png www/icons/uu.gif www/icons/uu.png www/icons/uuencoded.gif www/icons/uuencoded.png www/icons/world1.gif www/icons/world1.png www/icons/world2.gif www/icons/world2.png @dirrm www/icons/small @dirrm www/icons @dirrm www/error/include @dirrm www/error @dirrm www/data.default @dirrm www/cgi-bin.default @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search %%PORTDOCS%%@dirrm share/doc/apache2/programs %%PORTDOCS%%@dirrm share/doc/apache2/platform %%PORTDOCS%%@dirrm share/doc/apache2/mod %%PORTDOCS%%@dirrm share/doc/apache2/misc %%PORTDOCS%%@dirrm share/doc/apache2/images %%PORTDOCS%%@dirrm share/doc/apache2/howto %%PORTDOCS%%@dirrm share/doc/apache2/faq %%PORTDOCS%%@dirrm share/doc/apache2/developer %%PORTDOCS%%@dirrm share/doc/apache2 @dirrm share/apache2 @dirrm libexec/apache2 @dirrm lib/apache2 @dirrm include/apache2 @dirrm etc/apache2 -@exec [ -d %%DESTDIR%%/var/log ] || mkdir -p %%DESTDIR%%/var/log -@exec [ -d %%DESTDIR%%/var/run ] || mkdir -p %%DESTDIR%%/var/run Property changes on: head/www/apache21/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/www/apache22/Makefile =================================================================== --- head/www/apache22/Makefile (revision 61531) +++ head/www/apache22/Makefile (revision 61532) @@ -1,153 +1,151 @@ # New ports collection makefile for: apache2 # Date created: 7 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= apache -PORTVERSION= 2.0.36 +PORTVERSION= 2.0.39 PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://apache.mirrorcentral.com/dist/httpd/ \ http://apache.missouri.edu/dist/httpd/ \ http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ http://www.freebsd.org/gifs/:freebsd \ http://www2.freebsd.org/gifs/:freebsd DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv -FORBIDDEN= "Vulnerable to denial-of-service. See" \ - "http://httpd.apache.org/info/security_bulletin_20020617.txt" - LATEST_LINK= apache2 -WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD) +WITH_MPM?= prefork HTTP_PORT?= 80 -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --enable-so \ --with-mpm=${WITH_MPM} \ --with-port=${HTTP_PORT} \ - --libdir=${PREFIX}/lib/apache2 \ - --includedir=${PREFIX}/include/apache2 + --libdir=${PREFIX_RELDEST}/lib/apache2 \ + --includedir=${PREFIX_RELDEST}/include/apache2 CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" + LDFLAGS="${LDFLAGS}" EXPAT_PATHS="${EXPAT_PATHS}" SHARED_MODULES= all cgid ext_filter bucketeer -RC_SUB= -e 's,@@PREFIX@@,${PREFIX},g' -e 's,@@DESTDIR@@,${DESTDIR},g' +PREFIX_RELDEST= ${PREFIX:S,${DESTDIR},,} +RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes PLIST_SUB+= DESTDIR=${DESTDIR} .if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=YES +MAKE_ENV+= -DNOPORTDOCS .endif .if defined(WITH_BUNDLED_EXPAT) EXPAT_PATHS= xml/expat-cvs xml/expat $$srcdir/xml/expat PLIST_SUB+= EXPAT="" .else LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${EXPATLIBPATH} +EXPAT_PATHS= ${LOCALBASE} ${PREFIX} ${LOCALBASE:S,${DESTDIR},,} PLIST_SUB+= EXPAT="@comment " .endif -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -.endif - .if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) SHARED_MODULES+= ssl PLIST_SUB+= MODSSL="" RC_SUB+= -e 's,@@SSL@@,ssl,g' .else PLIST_SUB+= MODSSL="@comment " RC_SUB+= -e 's,@@SSL@@,,g' .endif .if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX}/www/data +SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ --with-suexec-caller=www \ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="${DESTDIR}/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX}/sbin/suexec" + --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ + --with-suexec-logfile="/var/log/httpd-suexec.log" \ + --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" PLIST_SUB+= SUEXEC="" .else PLIST_SUB+= SUEXEC="@comment " .endif .if !defined(WITHOUT_CACHE) && defined(WITH_THREADS) SHARED_MODULES+= cache file-cache disk-cache mem_cache PLIST_SUB+= MODCACHE="" .else PLIST_SUB+= MODCACHE="@comment " .endif .if !defined(WITHOUT_PROXY) SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http PLIST_SUB+= MODPROXY="" .else PLIST_SUB+= MODPROXY="@comment " .endif .if defined(WITH_EXPERIMENTAL) SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite PLIST_SUB+= EXPERIMENTAL="" .else PLIST_SUB+= EXPERIMENTAL="@comment " .endif .if ${WITH_MPM} != "prefork" PKGNAMESUFFIX= -${WITH_MPM} -.if !defined(WITH_THREADS) -IGNORE= "requires threads for ${WITH_MPM} mpm" +WITH_THREADS= yes +.if !defined(FORCE_THREADING_MPM) +FORBIDDEN= "doesn\'t work with threading MPMs on FreeBSD. If you are \ + brave enough, make again with -DFORCE_THREADING_MPM" .endif .endif -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" +.if defined(WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +.endif +CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} + MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 -.include - post-extract: @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ for f in index.html.*; do (\ - ${PERL} -pi -e 's,apache_pb,icons/freebsd.gif" ALT="[Powered by FreeBSD]">[Powered by FreeBSD]${WRKDIR}/apache2.sh @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout + @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ fi - @[ -d ${DESTDIR}/var/log ] || ${MKDIR} ${DESTDIR}/var/log - @[ -d ${DESTDIR}/var/run ] || ${MKDIR} ${DESTDIR}/var/run -.include +.include Property changes on: head/www/apache22/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.117 \ No newline at end of property +1.118 \ No newline at end of property Index: head/www/apache22/distinfo =================================================================== --- head/www/apache22/distinfo (revision 61531) +++ head/www/apache22/distinfo (revision 61532) @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.36.tar.gz) = dc80f22608bccba6c49e1fe9f12f51c8 +MD5 (httpd-2.0.39.tar.gz) = b821c6babca68b4859b9ba38d1b345af MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 Property changes on: head/www/apache22/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/www/apache22/files/patch-support:apxs.in =================================================================== --- head/www/apache22/files/patch-support:apxs.in (revision 61531) +++ head/www/apache22/files/patch-support:apxs.in (nonexistent) @@ -1,49 +0,0 @@ ---- support/apxs.in.orig Tue Apr 30 03:09:02 2002 -+++ support/apxs.in Wed May 8 19:41:06 2002 -@@ -66,7 +66,7 @@ - - # read the configuration variables once - my %config_vars = (); --get_config_vars("$prefix/build/config_vars.mk",\%config_vars); -+get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars); - - my $exec_prefix = get_vars("exec_prefix"); - my $CFG_TARGET = get_vars("progname"); -@@ -223,7 +223,7 @@ - my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); - $httpd = eval qq("$httpd"); - $httpd = eval qq("$httpd"); --my $envvars = get_vars("bindir") . "/envvars"; -+my $envvars = get_vars("sbindir") . "/envvars"; - $envvars = eval qq("$envvars"); - $envvars = eval qq("$envvars"); - -@@ -418,7 +418,7 @@ - $la =~ s|\.c$|.la|; - my $o = $s; - $o =~ s|\.c$|.o|; -- push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); - unshift(@objs, $lo); - } - -@@ -443,7 +443,7 @@ - $opt .= " -l$opt_l"; - } - -- push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); -+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); - - # execute the commands - &execute_cmds(@cmds); -@@ -474,8 +474,8 @@ - $t =~ s|^.+/([^/]+)$|$1|; - $t =~ s|\.la$|\.so|; - if ($opt_i) { -- push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" . -- "$prefix/build/libtool' $f $CFG_LIBEXECDIR"); -+ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" . -+ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR"); - push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); - } - Property changes on: head/www/apache22/files/patch-support:apxs.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/apache22/files/apache.sh =================================================================== --- head/www/apache22/files/apache.sh (revision 61531) +++ head/www/apache22/files/apache.sh (revision 61532) @@ -1,17 +1,17 @@ #!/bin/sh PREFIX=@@PREFIX@@ case "$1" in start) [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' ;; stop) - [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 Property changes on: head/www/apache22/files/apache.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache22/files/config.layout =================================================================== --- head/www/apache22/files/config.layout (revision 61531) +++ head/www/apache22/files/config.layout (revision 61532) @@ -1,22 +1,22 @@ prefix: /usr/local exec_prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libexecdir: ${exec_prefix}/libexec/apache2 mandir: ${prefix}/man sysconfdir: ${prefix}/etc/apache2 datadir: ${prefix}/www installbuilddir: ${prefix}/share/apache2 errordir: ${datadir}/error iconsdir: ${datadir}/icons htdocsdir: ${datadir}/data manualdir: ${prefix}/share/doc/apache2 cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache2 - localstatedir: @@DESTDIR@@/var + localstatedir: /var runtimedir: ${localstatedir}/run logfiledir: ${localstatedir}/log proxycachedir: ${datadir}/proxy infodir: ${exec_prefix}/share/info Property changes on: head/www/apache22/files/config.layout ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/apache22/files/patch-Makefile.in =================================================================== --- head/www/apache22/files/patch-Makefile.in (revision 61531) +++ head/www/apache22/files/patch-Makefile.in (revision 61532) @@ -1,74 +1,51 @@ ---- Makefile.in.orig Sun Apr 28 16:41:25 2002 -+++ Makefile.in Tue May 7 19:05:12 2002 -@@ -33,23 +33,27 @@ - @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) +--- Makefile.in.orig Sat Jun 15 18:41:03 2002 ++++ Makefile.in Tue Jun 18 22:37:19 2002 +@@ -31,12 +31,14 @@ + @test -d $(DESTDIR)$(sysconfdir) || $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ -- $(INSTALL_DATA) $$i $(sysconfdir); \ -+ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ +- $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ ++ test -f $(DESTDIR)$(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ + cp -f $$i $$i.default; \ -+ $(INSTALL_DATA) $$i.default $(sysconfdir); \ ++ $(INSTALL_DATA) $$i.default $(DESTDIR)$(sysconfdir); \ done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ for i in *-std*.conf ssl.conf; do \ - [ -f $$i ] || continue; \ + [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ - sed -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e '/@@LoadModule@@/d' \ - < $$i; \ - else \ - sed -n -e '/@@LoadModule@@/q' \ - -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \ - -e 'p' \ - < $$i; \ - for j in $(DSO_MODULES) "^EOL^"; do \ -@@ -57,7 +61,7 @@ - echo ""; \ - fi; \ - if test $$j != "^EOL^"; then \ -- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \ -+ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \ - fi; \ - if test "x$$j" = "xssl"; then \ - echo ""; \ -@@ -106,12 +110,14 @@ +@@ -104,11 +106,14 @@ install-htdocs: @echo Installing HTML documents -- @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) -- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) -+ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default) -+ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir) +- @test -d $(DESTDIR)$(htdocsdir) || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) +- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ++ @test -d $(DESTDIR)$(htdocsdir).default || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir).default ++ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir).default) ++ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir).default $(DESTDIR)$(htdocsdir) +.if !defined(NOPORTDOCS) - @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir) - @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir)) -- @test "x$(htdocsdir)" != "x" && cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \; -- + @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) + @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) +- -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf +.endif -+ @test "x$(htdocsdir)" != "x" && cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \; ++ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf + install-error: @echo Installing error documents - @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir) -@@ -126,9 +132,10 @@ +@@ -124,9 +129,10 @@ install-cgi: @echo Installing CGIs -- @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir) -- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir) -- @test "x$(cgidir)" != "x" && cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \; -+ @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default -+ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default) -+ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir) -+ @test "x$(cgidir)" != "x" && cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \; +- @test -d $(DESTDIR)$(cgidir) || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) +- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) +- -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ++ @test -d $(DESTDIR)$(cgidir).default || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir).default ++ @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir).default ++ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir).default $(DESTDIR)$(cgidir) ++ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir).default && find . -name "CVS" -print | xargs rm -rf install-other: - @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir) + @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) Property changes on: head/www/apache22/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/apache22/files/patch-docs:conf:ssl-std.conf =================================================================== --- head/www/apache22/files/patch-docs:conf:ssl-std.conf (revision 61531) +++ head/www/apache22/files/patch-docs:conf:ssl-std.conf (revision 61532) @@ -1,116 +1,107 @@ ---- docs/conf/ssl-std.conf.orig Thu Nov 8 07:16:09 2001 -+++ docs/conf/ssl-std.conf Sun Apr 7 09:26:02 2002 +--- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 ++++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 @@ -55,15 +55,15 @@ # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:@@DESTDIR@@/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:@@DESTDIR@@/var/log/httpd-ssl_scache ++#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) ++#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) ++SSLSessionCache dbm:/var/log/httpd-ssl_scache SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:logs/ssl_mutex -+SSLMutex file:@@DESTDIR@@/var/log/httpd-ssl_mutex ++SSLMutex file:/var/log/httpd-ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the -@@ -89,7 +89,7 @@ - # a real server (i.e. somewhere where only root can write). - # Log levels are (ascending order: higher ones include lower ones): - # none, error, warn, info, trace, debug. --SSLLog logs/ssl_engine_log -+SSLLog @@DESTDIR@@/var/log/httpd-ssl_engine_log - SSLLogLevel info - - ## -@@ -99,11 +99,11 @@ +@@ -89,11 +89,11 @@ # General setup for the virtual host -DocumentRoot "@@ServerRoot@@/htdocs" +DocumentRoot "@@ServerRoot@@/www/data" ServerName new.host.name:443 ServerAdmin you@your.address -ErrorLog logs/error_log -TransferLog logs/access_log -+ErrorLog @@DESTDIR@@/var/log/httpd-error.log -+TransferLog @@DESTDIR@@/var/log/httpd-access.log ++ErrorLog /var/log/httpd-error.log ++TransferLog /var/log/httpd-access.log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. -@@ -122,16 +122,16 @@ - # built time. Keep in mind that if you've both a RSA and a DSA - # certificate you can configure both in parallel (to also allow - # the use of DSA ciphers, etc.) +@@ -111,16 +111,16 @@ + # in mind that if you have both an RSA and a DSA certificate you + # can configure both in parallel (to also allow the use of DSA + # ciphers, etc.) -SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt -#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt +SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt +#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt # Server Private Key: # If the key is not combined with the certificate, use this # directive to point at the key file. Keep in mind that if # you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) -SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key -#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key +SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key +#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -@@ -140,7 +140,7 @@ +@@ -129,7 +129,7 @@ # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. -#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt +#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt # Certificate Authority (CA): # Set the CA certificate verification path where to find CA -@@ -149,8 +149,8 @@ +@@ -138,8 +138,8 @@ # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt -#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt +#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt +#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client -@@ -159,8 +159,8 @@ +@@ -148,8 +148,8 @@ # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. -#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl -#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl +#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl +#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl # Client Authentication (Type): # Client certificate verification type and depth. Types are -@@ -220,7 +220,7 @@ +@@ -209,7 +209,7 @@ SSLOptions +StdEnvVars - + SSLOptions +StdEnvVars -@@ -255,7 +255,7 @@ +@@ -244,7 +244,7 @@ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. -CustomLog logs/ssl_request_log \ -+CustomLog @@DESTDIR@@/var/log/httpd-ssl_request.log \ ++CustomLog /var/log/httpd-ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Property changes on: head/www/apache22/files/patch-docs:conf:ssl-std.conf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/apache22/files/patch-support:log_server_status.in =================================================================== --- head/www/apache22/files/patch-support:log_server_status.in (revision 61531) +++ head/www/apache22/files/patch-support:log_server_status.in (revision 61532) @@ -1,24 +1,20 @@ ---- support/log_server_status.in.orig Thu Mar 14 05:48:06 2002 -+++ support/log_server_status.in Sun Apr 7 08:47:53 2002 -@@ -63,10 +63,10 @@ +--- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 ++++ support/log_server_status.in Tue Jun 18 23:23:08 2002 +@@ -63,7 +63,7 @@ # require 'sys/socket.ph'; -$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" +$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/status-status/?auto"; # Request to send - - sub tcp_connect - { + $request = "/status/?auto"; # Request to send @@ -96,7 +96,7 @@ chomp($date); ($day,$time)=split(/:/,$date); $res=&tcp_connect($server,$port); - open(OUT,">>$wherelog$day"); + open(OUT,">>$wherelog$day.log"); if ($res) { print OUT "$time:-1:-1:-1:-1:$res\n"; exit 1; Property changes on: head/www/apache22/files/patch-support:log_server_status.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/apache22/pkg-plist =================================================================== --- head/www/apache22/pkg-plist (revision 61531) +++ head/www/apache22/pkg-plist (revision 61532) @@ -1,775 +1,807 @@ bin/apr-config bin/apu-config @unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi etc/apache2/highperformance-std.conf @exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf @unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi etc/apache2/httpd-std.conf @exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi etc/apache2/magic.default @exec [ -f %B/magic ] || cp %B/%f %B/magic @unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi etc/apache2/mime.types.default @exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types @unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi etc/apache2/ssl-std.conf @exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf etc/rc.d/apache2.sh include/apache2/ap_compat.h include/apache2/ap_config.h include/apache2/ap_config_auto.h include/apache2/ap_config_layout.h include/apache2/ap_listen.h include/apache2/ap_mmn.h include/apache2/ap_mpm.h include/apache2/ap_release.h include/apache2/apr.h include/apache2/apr_allocator.h include/apache2/apr_anylock.h include/apache2/apr_atomic.h include/apache2/apr_base64.h include/apache2/apr_buckets.h include/apache2/apr_compat.h include/apache2/apr_date.h include/apache2/apr_dbm.h include/apache2/apr_dso.h include/apache2/apr_errno.h include/apache2/apr_file_info.h include/apache2/apr_file_io.h include/apache2/apr_fnmatch.h include/apache2/apr_general.h include/apache2/apr_getopt.h include/apache2/apr_global_mutex.h include/apache2/apr_hash.h include/apache2/apr_hooks.h include/apache2/apr_inherit.h include/apache2/apr_ldap.h include/apache2/apr_lib.h include/apache2/apr_md4.h include/apache2/apr_md5.h include/apache2/apr_mmap.h include/apache2/apr_network_io.h include/apache2/apr_optional.h include/apache2/apr_optional_hooks.h include/apache2/apr_pools.h include/apache2/apr_portable.h include/apache2/apr_proc_mutex.h include/apache2/apr_ring.h include/apache2/apr_rmm.h include/apache2/apr_sdbm.h include/apache2/apr_sha1.h include/apache2/apr_shm.h include/apache2/apr_signal.h include/apache2/apr_strings.h +include/apache2/apr_strmatch.h include/apache2/apr_tables.h include/apache2/apr_thread_cond.h include/apache2/apr_thread_mutex.h include/apache2/apr_thread_proc.h include/apache2/apr_thread_rwlock.h include/apache2/apr_time.h include/apache2/apr_uri.h include/apache2/apr_user.h include/apache2/apr_uuid.h include/apache2/apr_version.h include/apache2/apr_want.h include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h %%EXPAT%%include/apache2/expat.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h include/apache2/http_log.h include/apache2/http_main.h include/apache2/http_protocol.h include/apache2/http_request.h include/apache2/http_vhost.h include/apache2/httpd.h include/apache2/mod_cgi.h include/apache2/mod_core.h include/apache2/mod_dav.h include/apache2/mod_include.h include/apache2/mod_log_config.h include/apache2/mod_proxy.h include/apache2/mod_ssl.h include/apache2/mpm.h include/apache2/mpm_common.h include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h include/apache2/ssl_expr_parse.h include/apache2/ssl_toolkit_compat.h include/apache2/ssl_util_ssl.h include/apache2/ssl_util_table.h include/apache2/unixd.h include/apache2/util_cfgtree.h include/apache2/util_charset.h include/apache2/util_ebcdic.h include/apache2/util_filter.h include/apache2/util_ldap.h include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h lib/apache2/APRVARS lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/libapr.a lib/apache2/libapr.la lib/apache2/libapr.so.0 @unexec rm -f %D/lib/apache2/libapr.so @exec ln -fs libapr.so.0 %D/lib/apache2/libapr.so lib/apache2/libaprutil.a lib/apache2/libaprutil.la lib/apache2/libaprutil.so.0 @unexec rm -f %D/lib/apache2/libaprutil.so @exec ln -fs libaprutil.so.0 %D/lib/apache2/libaprutil.so %%EXPAT%%lib/apache2/libexpat.a %%EXPAT%%lib/apache2/libexpat.la %%EXPAT%%lib/apache2/libexpat.so.1 %%EXPAT%%@unexec rm -f %D/lib/apache2/libexpat.so %%EXPAT%%@exec ln -fs libexpat.so.1 %D/lib/apache2/libexpat.so libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so libexec/apache2/mod_alias.so libexec/apache2/mod_asis.so libexec/apache2/mod_auth.so libexec/apache2/mod_auth_anon.so libexec/apache2/mod_auth_dbm.so libexec/apache2/mod_auth_digest.so libexec/apache2/mod_autoindex.so libexec/apache2/mod_bucketeer.so %%MODCACHE%%libexec/apache2/mod_cache.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so libexec/apache2/mod_cern_meta.so libexec/apache2/mod_cgi.so libexec/apache2/mod_cgid.so %%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so libexec/apache2/mod_dav.so libexec/apache2/mod_dav_fs.so %%EXPERIMENTAL%%libexec/apache2/mod_deflate.so libexec/apache2/mod_dir.so %%MODCACHE%%libexec/apache2/mod_disk_cache.so libexec/apache2/mod_env.so libexec/apache2/mod_expires.so libexec/apache2/mod_ext_filter.so %%MODCACHE%%libexec/apache2/mod_file_cache.so libexec/apache2/mod_headers.so libexec/apache2/mod_imap.so libexec/apache2/mod_include.so libexec/apache2/mod_info.so libexec/apache2/mod_log_config.so %%MODCACHE%%libexec/apache2/mod_mem_cache.so libexec/apache2/mod_mime.so libexec/apache2/mod_mime_magic.so libexec/apache2/mod_negotiation.so %%MODPROXY%%libexec/apache2/mod_proxy.so %%MODPROXY%%libexec/apache2/mod_proxy_connect.so %%MODPROXY%%libexec/apache2/mod_proxy_ftp.so %%MODPROXY%%libexec/apache2/mod_proxy_http.so libexec/apache2/mod_rewrite.so libexec/apache2/mod_setenvif.so libexec/apache2/mod_speling.so %%MODSSL%%libexec/apache2/mod_ssl.so libexec/apache2/mod_status.so %%SUEXEC%%libexec/apache2/mod_suexec.so libexec/apache2/mod_unique_id.so libexec/apache2/mod_userdir.so libexec/apache2/mod_usertrack.so libexec/apache2/mod_vhost_alias.so sbin/ab sbin/apachectl sbin/apxs sbin/checkgid sbin/dbmmanage sbin/envvars sbin/envvars-std sbin/htdbm sbin/htdigest sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs %%SUEXEC%%sbin/suexec share/apache2/config_vars.mk share/apache2/instdso.sh share/apache2/library.mk share/apache2/libtool share/apache2/ltlib.mk share/apache2/program.mk share/apache2/rules.mk share/apache2/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html -%%PORTDOCS%%share/doc/apache2/cgi_path.html +%%PORTDOCS%%share/doc/apache2/bind.html.en +%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.en +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis %%PORTDOCS%%share/doc/apache2/content-negotiation.html -%%PORTDOCS%%share/doc/apache2/custom-error.html +%%PORTDOCS%%share/doc/apache2/custom-error.html.en +%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis %%PORTDOCS%%share/doc/apache2/developer/API.html %%PORTDOCS%%share/doc/apache2/developer/debugging.html %%PORTDOCS%%share/doc/apache2/developer/documenting.html %%PORTDOCS%%share/doc/apache2/developer/filters.html %%PORTDOCS%%share/doc/apache2/developer/footer.html %%PORTDOCS%%share/doc/apache2/developer/header.html %%PORTDOCS%%share/doc/apache2/developer/hooks.html %%PORTDOCS%%share/doc/apache2/developer/index.html %%PORTDOCS%%share/doc/apache2/developer/layeredio.html %%PORTDOCS%%share/doc/apache2/developer/modules.html %%PORTDOCS%%share/doc/apache2/developer/request.html %%PORTDOCS%%share/doc/apache2/dns-caveats.html %%PORTDOCS%%share/doc/apache2/dso.html +%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/ebcdic.html -%%PORTDOCS%%share/doc/apache2/env.html +%%PORTDOCS%%share/doc/apache2/env.html.en +%%PORTDOCS%%share/doc/apache2/env.html.ja.jis %%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html +%%PORTDOCS%%share/doc/apache2/filter.html.en +%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis %%PORTDOCS%%share/doc/apache2/footer.html %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis %%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html +%%PORTDOCS%%share/doc/apache2/howto/auth.html.en +%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/footer.html %%PORTDOCS%%share/doc/apache2/howto/header.html %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png %%PORTDOCS%%share/doc/apache2/images/home.gif %%PORTDOCS%%share/doc/apache2/images/home.png %%PORTDOCS%%share/doc/apache2/images/index.gif %%PORTDOCS%%share/doc/apache2/images/index.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif %%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png %%PORTDOCS%%share/doc/apache2/images/pixel.gif %%PORTDOCS%%share/doc/apache2/images/pixel.png %%PORTDOCS%%share/doc/apache2/images/sub.gif %%PORTDOCS%%share/doc/apache2/images/sub.png %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html -%%PORTDOCS%%share/doc/apache2/invoking.html +%%PORTDOCS%%share/doc/apache2/install.html.en +%%PORTDOCS%%share/doc/apache2/install.html.ja.jis +%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr +%%PORTDOCS%%share/doc/apache2/invoking.html.en +%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis %%PORTDOCS%%share/doc/apache2/logs.html %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html %%PORTDOCS%%share/doc/apache2/misc/descriptors.html %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html %%PORTDOCS%%share/doc/apache2/misc/footer.html %%PORTDOCS%%share/doc/apache2/misc/header.html %%PORTDOCS%%share/doc/apache2/misc/index.html %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html %%PORTDOCS%%share/doc/apache2/misc/security_tips.html %%PORTDOCS%%share/doc/apache2/misc/tutorials.html +%%PORTDOCS%%share/doc/apache2/mod/allmodules.html.en %%PORTDOCS%%share/doc/apache2/mod/allmodules.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html +%%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html -%%PORTDOCS%%share/doc/apache2/mod/directives.html +%%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/footer.html %%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index-bytype.html -%%PORTDOCS%%share/doc/apache2/mod/index.html +%%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_TEMPLATE.html -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html +%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html +%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html +%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html +%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mmap_static.html -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html +%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html +%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.html -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en +%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.html.en +%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mpm.html +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.html.en +%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis +%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/platform/footer.html %%PORTDOCS%%share/doc/apache2/platform/header.html %%PORTDOCS%%share/doc/apache2/platform/netware.html %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html %%PORTDOCS%%share/doc/apache2/platform/win_service.html %%PORTDOCS%%share/doc/apache2/platform/windows.html %%PORTDOCS%%share/doc/apache2/programs/ab.html %%PORTDOCS%%share/doc/apache2/programs/apachectl.html %%PORTDOCS%%share/doc/apache2/programs/apxs.html %%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html %%PORTDOCS%%share/doc/apache2/programs/footer.html %%PORTDOCS%%share/doc/apache2/programs/header.html %%PORTDOCS%%share/doc/apache2/programs/htdigest.html %%PORTDOCS%%share/doc/apache2/programs/htpasswd.html %%PORTDOCS%%share/doc/apache2/programs/httpd.html %%PORTDOCS%%share/doc/apache2/programs/index.html %%PORTDOCS%%share/doc/apache2/programs/logresolve.html %%PORTDOCS%%share/doc/apache2/programs/other.html %%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html %%PORTDOCS%%share/doc/apache2/programs/suexec.html %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html +%%PORTDOCS%%share/doc/apache2/sections.html.en +%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis %%PORTDOCS%%share/doc/apache2/sitemap.html %%PORTDOCS%%share/doc/apache2/ssl/footer.html %%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html +%%PORTDOCS%%share/doc/apache2/ssl/index.html.en +%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html +%%PORTDOCS%%share/doc/apache2/style/Makefile %%PORTDOCS%%share/doc/apache2/style/build.sh %%PORTDOCS%%share/doc/apache2/style/build.xml +%%PORTDOCS%%share/doc/apache2/style/common.xsl %%PORTDOCS%%share/doc/apache2/style/en.xml +%%PORTDOCS%%share/doc/apache2/style/ja.xml %%PORTDOCS%%share/doc/apache2/style/manual.css -%%PORTDOCS%%share/doc/apache2/style/manual.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/settings.xsl %%PORTDOCS%%share/doc/apache2/style/sv.xml -%%PORTDOCS%%share/doc/apache2/suexec.html +%%PORTDOCS%%share/doc/apache2/suexec.html.en +%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr +%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis +%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.html %%PORTDOCS%%share/doc/apache2/vhosts/details.html %%PORTDOCS%%share/doc/apache2/vhosts/examples.html -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/footer.html %%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html %%PORTDOCS%%share/doc/apache2/vhosts/mass.html -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data www/data.default/apache_pb.gif www/data.default/apache_pb.png www/data.default/apache_pb2.gif www/data.default/apache_pb2.png www/data.default/apache_pb2_ani.gif www/data.default/index.html.ca www/data.default/index.html.cz.iso8859-2 www/data.default/index.html.de www/data.default/index.html.dk www/data.default/index.html.ee www/data.default/index.html.el www/data.default/index.html.en www/data.default/index.html.es www/data.default/index.html.et www/data.default/index.html.fr www/data.default/index.html.he.iso8859-8 www/data.default/index.html.hr.iso8859-2 www/data.default/index.html.it www/data.default/index.html.ja.iso2022-jp -www/data.default/index.html.kr.iso2022-kr -www/data.default/index.html.ltz.utf8 -www/data.default/index.html.lu.utf8 +www/data.default/index.html.ko.euc-kr +www/data.default/index.html.lb.utf8 www/data.default/index.html.nl www/data.default/index.html.nn www/data.default/index.html.no www/data.default/index.html.po.iso8859-2 www/data.default/index.html.pt www/data.default/index.html.pt-br www/data.default/index.html.ru.cp-1251 www/data.default/index.html.ru.cp866 www/data.default/index.html.ru.iso-ru www/data.default/index.html.ru.koi8-r www/data.default/index.html.ru.utf8 www/data.default/index.html.se -www/data.default/index.html.tw -www/data.default/index.html.tw.Big5 www/data.default/index.html.var +www/data.default/index.html.zh www/error/HTTP_BAD_GATEWAY.html.var www/error/HTTP_BAD_REQUEST.html.var www/error/HTTP_FORBIDDEN.html.var www/error/HTTP_GONE.html.var www/error/HTTP_INTERNAL_SERVER_ERROR.html.var www/error/HTTP_LENGTH_REQUIRED.html.var www/error/HTTP_METHOD_NOT_ALLOWED.html.var www/error/HTTP_NOT_ACCEPTABLE.html.var www/error/HTTP_NOT_FOUND.html.var www/error/HTTP_NOT_IMPLEMENTED.html.var www/error/HTTP_PRECONDITION_FAILED.html.var www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var www/error/HTTP_REQUEST_TIME_OUT.html.var www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var www/error/HTTP_SERVICE_UNAVAILABLE.html.var www/error/HTTP_UNAUTHORIZED.html.var www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var www/error/HTTP_VARIANT_ALSO_VARIES.html.var www/error/README www/error/contact.html.var www/error/include/bottom.html www/error/include/spacer.html www/error/include/top.html www/icons/README www/icons/a.gif www/icons/a.png www/icons/alert.black.gif www/icons/alert.black.png www/icons/alert.red.gif www/icons/alert.red.png www/icons/apache_pb.gif www/icons/apache_pb.png www/icons/apache_pb2.gif www/icons/apache_pb2.png www/icons/apache_pb2_ani.gif www/icons/back.gif www/icons/back.png www/icons/ball.gray.gif www/icons/ball.gray.png www/icons/ball.red.gif www/icons/ball.red.png www/icons/binary.gif www/icons/binary.png www/icons/binhex.gif www/icons/binhex.png www/icons/blank.gif www/icons/blank.png www/icons/bomb.gif www/icons/bomb.png www/icons/box1.gif www/icons/box1.png www/icons/box2.gif www/icons/box2.png www/icons/broken.gif www/icons/broken.png www/icons/burst.gif www/icons/burst.png www/icons/c.gif www/icons/c.png www/icons/comp.blue.gif www/icons/comp.blue.png www/icons/comp.gray.gif www/icons/comp.gray.png www/icons/compressed.gif www/icons/compressed.png www/icons/continued.gif www/icons/continued.png www/icons/dir.gif www/icons/dir.png +www/icons/diskimg.gif +www/icons/diskimg.png www/icons/down.gif www/icons/down.png www/icons/dvi.gif www/icons/dvi.png www/icons/f.gif www/icons/f.png www/icons/folder.gif www/icons/folder.open.gif www/icons/folder.open.png www/icons/folder.png www/icons/folder.sec.gif www/icons/folder.sec.png www/icons/forward.gif www/icons/forward.png www/icons/freebsd.gif www/icons/generic.gif www/icons/generic.png www/icons/generic.red.gif www/icons/generic.red.png www/icons/generic.sec.gif www/icons/generic.sec.png www/icons/hand.right.gif www/icons/hand.right.png www/icons/hand.up.gif www/icons/hand.up.png www/icons/icon.sheet.gif www/icons/icon.sheet.png www/icons/image1.gif www/icons/image1.png www/icons/image2.gif www/icons/image2.png www/icons/image3.gif www/icons/image3.png www/icons/index.gif www/icons/index.png www/icons/layout.gif www/icons/layout.png www/icons/left.gif www/icons/left.png www/icons/link.gif www/icons/link.png www/icons/movie.gif www/icons/movie.png www/icons/p.gif www/icons/p.png www/icons/patch.gif www/icons/patch.png www/icons/pdf.gif www/icons/pdf.png www/icons/pie0.gif www/icons/pie0.png www/icons/pie1.gif www/icons/pie1.png www/icons/pie2.gif www/icons/pie2.png www/icons/pie3.gif www/icons/pie3.png www/icons/pie4.gif www/icons/pie4.png www/icons/pie5.gif www/icons/pie5.png www/icons/pie6.gif www/icons/pie6.png www/icons/pie7.gif www/icons/pie7.png www/icons/pie8.gif www/icons/pie8.png www/icons/portal.gif www/icons/portal.png www/icons/ps.gif www/icons/ps.png www/icons/quill.gif www/icons/quill.png www/icons/right.gif www/icons/right.png www/icons/screw1.gif www/icons/screw1.png www/icons/screw2.gif www/icons/screw2.png www/icons/script.gif www/icons/script.png www/icons/small/README.txt www/icons/small/back.gif www/icons/small/back.png www/icons/small/binary.gif www/icons/small/binary.png www/icons/small/binhex.gif www/icons/small/binhex.png www/icons/small/blank.gif www/icons/small/blank.png www/icons/small/broken.gif www/icons/small/broken.png www/icons/small/burst.gif www/icons/small/burst.png www/icons/small/comp1.gif www/icons/small/comp1.png www/icons/small/comp2.gif www/icons/small/comp2.png www/icons/small/compressed.gif www/icons/small/compressed.png www/icons/small/continued.gif www/icons/small/continued.png www/icons/small/dir.gif www/icons/small/dir.png www/icons/small/dir2.gif www/icons/small/dir2.png www/icons/small/doc.gif www/icons/small/doc.png www/icons/small/forward.gif www/icons/small/forward.png www/icons/small/generic.gif www/icons/small/generic.png www/icons/small/generic2.gif www/icons/small/generic2.png www/icons/small/generic3.gif www/icons/small/generic3.png www/icons/small/image.gif www/icons/small/image.png www/icons/small/image2.gif www/icons/small/image2.png www/icons/small/index.gif www/icons/small/index.png www/icons/small/key.gif www/icons/small/key.png www/icons/small/movie.gif www/icons/small/movie.png www/icons/small/patch.gif www/icons/small/patch.png www/icons/small/ps.gif www/icons/small/ps.png www/icons/small/rainbow.gif www/icons/small/rainbow.png www/icons/small/sound.gif www/icons/small/sound.png www/icons/small/sound2.gif www/icons/small/sound2.png www/icons/small/tar.gif www/icons/small/tar.png www/icons/small/text.gif www/icons/small/text.png www/icons/small/transfer.gif www/icons/small/transfer.png www/icons/small/unknown.gif www/icons/small/unknown.png www/icons/small/uu.gif www/icons/small/uu.png www/icons/sound1.gif www/icons/sound1.png www/icons/sound2.gif www/icons/sound2.png www/icons/sphere1.gif www/icons/sphere1.png www/icons/sphere2.gif www/icons/sphere2.png www/icons/tar.gif www/icons/tar.png www/icons/tex.gif www/icons/tex.png www/icons/text.gif www/icons/text.png www/icons/transfer.gif www/icons/transfer.png www/icons/unknown.gif www/icons/unknown.png www/icons/up.gif www/icons/up.png www/icons/uu.gif www/icons/uu.png www/icons/uuencoded.gif www/icons/uuencoded.png www/icons/world1.gif www/icons/world1.png www/icons/world2.gif www/icons/world2.png @dirrm www/icons/small @dirrm www/icons @dirrm www/error/include @dirrm www/error @dirrm www/data.default @dirrm www/cgi-bin.default @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search %%PORTDOCS%%@dirrm share/doc/apache2/programs %%PORTDOCS%%@dirrm share/doc/apache2/platform %%PORTDOCS%%@dirrm share/doc/apache2/mod %%PORTDOCS%%@dirrm share/doc/apache2/misc %%PORTDOCS%%@dirrm share/doc/apache2/images %%PORTDOCS%%@dirrm share/doc/apache2/howto %%PORTDOCS%%@dirrm share/doc/apache2/faq %%PORTDOCS%%@dirrm share/doc/apache2/developer %%PORTDOCS%%@dirrm share/doc/apache2 @dirrm share/apache2 @dirrm libexec/apache2 @dirrm lib/apache2 @dirrm include/apache2 @dirrm etc/apache2 -@exec [ -d %%DESTDIR%%/var/log ] || mkdir -p %%DESTDIR%%/var/log -@exec [ -d %%DESTDIR%%/var/run ] || mkdir -p %%DESTDIR%%/var/run Property changes on: head/www/apache22/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property