diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-15 18:36:20 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-15 18:36:20 +0000 |
commit | df4b32fe53adc9aa3d04516fbd753132995bb28f (patch) | |
tree | 8ba7e6be7a1a7d14b60b5cb2326ee330f0ed924e /russian | |
parent | 0ff7036fcc54d809fa150be2f4e8feab09770c17 (diff) | |
download | ports-df4b32fe53adc9aa3d04516fbd753132995bb28f.tar.gz ports-df4b32fe53adc9aa3d04516fbd753132995bb28f.zip |
Notes
Diffstat (limited to 'russian')
37 files changed, 0 insertions, 3099 deletions
diff --git a/russian/Makefile b/russian/Makefile index 6b3a0e83e90d..1724ff02984c 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -4,8 +4,6 @@ COMMENT = Russian support SUBDIR += MT - SUBDIR += apache13 - SUBDIR += apache13-modssl SUBDIR += artwiz-ru SUBDIR += aspell SUBDIR += bugzilla-ru diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile deleted file mode 100644 index 4662d217bb64..000000000000 --- a/russian/apache13-modssl/Makefile +++ /dev/null @@ -1,252 +0,0 @@ -# New ports collection makefile for: Russian Apache + mod_ssl -# Date created: 7 July 2000 1:05 MSD -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -PORTNAME= apache+mod_ssl -PORTVERSION= ${VERSION_APACHE}+${VERSION_RA}+${VERSION_MODSSL} -PORTREVISION?= 2 -CATEGORIES= russian www security -MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ - ${MASTER_SITES_MODSSL:S/$/:modssl/} \ - ${MASTER_SITES_RA:S/$/:rapatches/} -DISTNAME= apache_${VERSION_APACHE} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX}:modssl \ - patches_${VERSION_APACHE}rusPL${VERSION_RA}.tar.gz:rapatches - -MAINTAINER= lev@FreeBSD.org -COMMENT= The Russian Apache webserver with SSL/TLS functionality - -LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm - -MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ - ftp://ftp.modssl.org/source/ \ - ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/ \ - ftp://ftp.ecrc.net/pub/security/mod_ssl/ \ - ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \ - ftp://ftp.ulpgc.es/pub/mod_ssl/ \ - ftp://glock.missouri.edu/pub/mod_ssl/ \ - ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \ - ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/ - -MASTER_SITES_RA= ftp://ftp.lexa.ru/pub/apache-rus/ \ - ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ - -# New feature: conflicts -CONFLICTS= apache+ipv6-* \ - apache+mod_ssl-* \ - apache+mod_ssl+ipv6-* \ - apache+mod_ssl+modsnmp-* \ - apache+mod_ssl+mod_snmp+ipv6-* \ - apache+mod_ssl+mod_accel-* \ - apache+mod_ssl+mod_snmp+mod_accel-* \ - apache-worker-* \ - apache-perchild-* \ - apache-[0-9]* \ - apache_fp-* \ - publicfile-* \ - ru-apache-* - -FORBIDDEN= multiple CVE entries, last is CVE-2011-3368, no patches against this issue -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-11-01 - -USE_OPENSSL= yes -USE_PERL5= yes - -DOCSDIR= ${PREFIX}/share/doc/apache - -.include <bsd.port.pre.mk> - -VERSION_APACHE= 1.3.37 -VERSION_MODSSL= 2.8.28 -VERSION_RA= 30.23 - -# -# some defaults -# - -DATADIR?=${PREFIX}/www -DOCUMENT_ROOT?=${DATADIR}/data -DEFAULT_PATH?=/bin:/usr/bin:${PREFIX}/bin - -# -# suexec support -# -.if defined(WITH_APACHE_SUEXEC) - -APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT} -APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log -APACHE_SUEXEC_USERDIR?=public_html - -SUEXEC_CONF=\ - --enable-suexec \ - --suexec-docroot=${APACHE_SUEXEC_DOCROOT} \ - --suexec-caller=www \ - --suexec-uidmin=1000 \ - --suexec-gidmin=1000 \ - --suexec-logfile=${APACHE_SUEXEC_LOG} \ - --suexec-userdir=${APACHE_SUEXEC_USERDIR} \ - --suexec-safepath=${DEFAULT_PATH} - -.if defined(APACHE_SUEXEC_UMASK) -SUEXEC_CONF+= --suexec-umask=${APACHE_SUEXEC_UMASK} -.endif - -PLIST_SUB+= SUEXEC="" -SUEXEC_MAN= suexec.8 - -.else # WITH_APACHE_SUEXEC - -SUEXEC_CONF= -PLIST_SUB+= SUEXEC="@comment " -SUEXEC_MAN= - -.endif # WITH_APACHE_SUEXEC - -# -# Configutre parameters -# - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --server-uid=www \ - --server-gid=www \ - --with-perl=${PERL} \ - --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ - --without-confadjust - -OPTIM= -DHARD_SERVER_LIMIT=512 \ - -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ - -DDEFAULT_PATH=\\"${PREFIX}/bin:/bin:/usr/bin\\" \ - -DACCEPT_FILTER_NAME=\\"httpready\\" - -.if defined(WITH_DSO_MODULES) -CONFIGURE_ARGS+=\ - --enable-shared=max \ - --disable-shared=so \ - --disable-shared=charset \ - --enable-module=most \ - --enable-module=auth_db \ - --enable-module=mmap_static \ - --enable-module=define \ - --disable-module=auth_dbm \ - ${SUEXEC_CONF} - -PLIST_SUB+= DSO_MOD="" -.else -CONFIGURE_ARGS+=\ - --enable-shared=remain \ - --enable-module=most \ - --enable-module=auth_db \ - --enable-module=mmap_static \ - --enable-module=define \ - --disable-shared=define \ - --enable-module=ssl \ - --disable-shared=ssl \ - --disable-module=auth_dbm \ - ${SUEXEC_CONF} - -PLIST_SUB+= DSO_MOD="@comment " -.endif - -OPTIM= -DDOCUMENT_LOCATION=\\"${DOCUMENT_ROOT}\\" \ - -DDEFAULT_PATH=\\"${DEFAULT_PATH}\\" - -.if defined(APACHE_HARD_SERVER_LIMIT) -OPTIM+= -DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} -.else -OPTIM+= -DHARD_SERVER_LIMIT=512 -.endif - -.if defined(APACHE_PERF_TUNING) -OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' \ - SSL_BASE='SYSTEM' \ - EAPI_MM='SYSTEM' \ - PATH="${PREFIX}/bin:${PATH}" - -INSTALL_TARGET= install-quiet - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \ - ${SUEXEC_MAN} - -TYPE= test -CRT= -KEY= - -pre-fetch: - @${ECHO_MSG} "" -.if defined(WITH_DSO_MODULES) - @${ECHO_MSG} "Build all modules (except mod_so and mod_charset) as DSO." -.else - @${ECHO_MSG} "You could define WITH_DSO_MODULES to build all modules as DSO." -.endif -.if defined(APACHE_PERF_TUNING) - @${ECHO_MSG} "Build Apache for maximum performance." -.else - @${ECHO_MSG} "You could define APACHE_PERF_TUNING to build Apache for maximum performace." -.endif -.if defined(APACHE_HARD_SERVER_LIMIT) - @${ECHO_MSG} "Build Apache with HARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT}" -.else - @${ECHO_MSG} "You could define APACHE_HARD_SERVER_LIMIT, default one is 512" -.endif -.if defined(WITH_APACHE_SUEXEC) - @${ECHO_MSG} "Build apache with suexec support" - @${ECHO_MSG} " suexec docroot: ${APACHE_SUEXEC_DOCROOT}" - @${ECHO_MSG} " suexec userdir: ${APACHE_SUEXEC_USERDIR}" - @${ECHO_MSG} " suexec safepath: ${DEFAULT_PATH}" - @${ECHO_MSG} " suexec log: ${APACHE_SUEXEC_LOG}" - @${ECHO_MSG} " These values could be defined as APACHE_SUEXEC_DOCROOT, APACHE_SUEXEC_USERDIR, DEFAULT_PATH and APACHE_SUEXEC_LOG." -.else - @${ECHO_MSG} "You could define WITH_APACHE_SUEXEC to build suexec support." -.endif - @${ECHO_MSG} "" - -pre-patch: - @cd ${WRKDIR}/apache_${VERSION_APACHE} \ - && ${ECHO_MSG} "===> Applying Russian Apache extension" \ - && ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/RA-1.3rusPL${VERSION_RA}.patch - @cd ${WRKDIR} \ - && tar cf - src conf htdocs | tar xf - -C ${WRKDIR}/apache_${VERSION_APACHE} - @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ - && ${ECHO_MSG} "===> Fix mod_ssl-${VERSION_MODSSL} extension for compatibility with Russian Apache" \ - && ${PATCH} --quiet < ${FILESDIR}/mod_ssl-fix - @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ - && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ - && ./configure --with-apache=../${DISTNAME} --expert - -post-patch: - @cd ${WRKSRC} \ - && ${FIND} . -type f -name "*.orig" -print | ${XARGS} ${RM} -f - -post-build: - @cd ${WRKSRC} \ - && ${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \ - && ${ECHO_MSG} " [use 'make certificate' to create a real one]" \ - && ${MAKE} certificate TYPE=dummy >/dev/null 2>&1 - -certificate: - @cd ${WRKSRC} \ - && ${ECHO_MSG} "===> Creating Test Certificate for Server" \ - && ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY} - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ - fi - -.include <bsd.port.post.mk> diff --git a/russian/apache13-modssl/distinfo b/russian/apache13-modssl/distinfo deleted file mode 100644 index 9d549eca5ba1..000000000000 --- a/russian/apache13-modssl/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (apache_1.3.37.tar.gz) = 9f27889bfbf418b987a892160e52fd217d66391df2870f3ecac877ef565c4bfc -SIZE (apache_1.3.37.tar.gz) = 2665370 -SHA256 (mod_ssl-2.8.28-1.3.37.tar.gz) = 76437105b5b5593a7dbd8ee45af417233897dcaf910cbc337a68b0db24e35489 -SIZE (mod_ssl-2.8.28-1.3.37.tar.gz) = 820417 -SHA256 (patches_1.3.37rusPL30.23.tar.gz) = 16f742aa531469980a80ba9f50cbb88f091bca1bb0cba457288992a4bc8f0d65 -SIZE (patches_1.3.37rusPL30.23.tar.gz) = 138315 diff --git a/russian/apache13-modssl/files/FreeBSD.layout b/russian/apache13-modssl/files/FreeBSD.layout deleted file mode 100644 index 29ec00a18559..000000000000 --- a/russian/apache13-modssl/files/FreeBSD.layout +++ /dev/null @@ -1,20 +0,0 @@ -# FreeBSD layout... -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: $prefix - bindir: $exec_prefix/bin - sbindir: $exec_prefix/sbin - libexecdir: $exec_prefix/libexec/apache - mandir: $prefix/man - sysconfdir: $prefix/etc/apache - datadir: $prefix/www - iconsdir: $datadir/icons - htdocsdir: $datadir/data - manualdir: $prefix/share/doc/apache/manual - cgidir: $datadir/cgi-bin - includedir: $prefix/include/apache - localstatedir: /var - runtimedir: $localstatedir/run - logfiledir: $localstatedir/log - proxycachedir: $datadir/proxy -</Layout> diff --git a/russian/apache13-modssl/files/apache.sh b/russian/apache13-modssl/files/apache.sh deleted file mode 100644 index 8e6e38810fa8..000000000000 --- a/russian/apache13-modssl/files/apache.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl startssl > /dev/null && echo -n ' apache' - ;; -stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/russian/apache13-modssl/files/mod_ssl-fix b/russian/apache13-modssl/files/mod_ssl-fix deleted file mode 100644 index 60d5d06db50d..000000000000 --- a/russian/apache13-modssl/files/mod_ssl-fix +++ /dev/null @@ -1,13 +0,0 @@ ---- pkg.sslsup/sslsup.patch.orig Thu Oct 9 15:08:28 2003 -+++ pkg.sslsup/sslsup.patch Thu Oct 9 15:08:56 2003 -@@ -480,6 +480,10 @@ - { - /* variable name starts with */ - "HTTP_", -+#ifdef RUSSIAN_APACHE -+ "CHARSET", -+ "CHARSET_", -+#endif - +#ifdef MOD_SSL - + "HTTPS_", - + "SSL_", diff --git a/russian/apache13-modssl/files/patch-aa b/russian/apache13-modssl/files/patch-aa deleted file mode 100644 index ce76c9b28d92..000000000000 --- a/russian/apache13-modssl/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Mon Jun 24 17:04:22 2002 -+++ configure Mon Jun 24 17:04:51 2002 -@@ -1263,7 +1263,7 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1361,7 +1361,7 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci diff --git a/russian/apache13-modssl/files/patch-ab b/russian/apache13-modssl/files/patch-ab deleted file mode 100644 index 490640587ec0..000000000000 --- a/russian/apache13-modssl/files/patch-ab +++ /dev/null @@ -1,92 +0,0 @@ ---- Makefile.tmpl.orig Mon Jun 24 17:29:52 2002 -+++ Makefile.tmpl Mon Jun 24 17:41:53 2002 -@@ -127,6 +127,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -329,10 +330,10 @@ - $(MKDIR) $(root)$(sysconfdir)/ssl.csr - $(MKDIR) $(root)$(sysconfdir)/ssl.key - $(MKDIR) $(root)$(sysconfdir)/ssl.prm -- $(MKDIR) $(root)$(htdocsdir) -+ $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(manualdir) - $(MKDIR) $(root)$(iconsdir) -- $(MKDIR) $(root)$(cgidir) -+ $(MKDIR) $(root)$(cgidir).default - $(MKDIR) $(root)$(includedir) - $(MKDIR) $(root)$(includedir)/xml - $(MKDIR) $(root)$(sysconfdir)/tables -@@ -534,32 +535,38 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -+# else \ -+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - index* ra-powered.* apache_pb.* ) |\ -- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ -- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(htdocsdir)/ -type f -print | xargs chmod a+r ; \ -- fi -- -@if [ -d $(TOP)/htdocs/manual ]; then \ -+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix)/ -type f -print | xargs chmod a+r ; \ -+# fi -+# -@if [ -d $(TOP)/htdocs/manual ]; then \ - echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \ - (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ - (cd $(root)$(manualdir)/ && $(TAR) -xf -); \ - find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ - find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ -- fi -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+# fi -+ if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ -+ fi -+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ -+# echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \ -+# else \ - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ - > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ - done; \ -+# fi -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ - fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ - (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -610,10 +617,10 @@ - -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ - -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ - -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ -- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ -- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ -- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ -+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \ -+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \ -+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \ -+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \ - -e 's;conf/magic;$(sysconfdir)/magic;' \ - -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ - -e 's;conf/tables;$(sysconfdir)/tables;g' \ diff --git a/russian/apache13-modssl/files/patch-ag b/russian/apache13-modssl/files/patch-ag deleted file mode 100644 index e068c75b04a4..000000000000 --- a/russian/apache13-modssl/files/patch-ag +++ /dev/null @@ -1,45 +0,0 @@ ---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000 -+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000 -@@ -354,7 +354,22 @@ - # directory index. Separate multiple entries with spaces. - # - <IfModule mod_dir.c> -- DirectoryIndex index.html -+ <IfModule mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.php3 index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.php3 index.html -+ </IfModule> -+ </IfModule> -+ <IfModule !mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.html -+ </IfModule> -+ </IfModule> - </IfModule> - - # -@@ -473,7 +488,7 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -486,7 +501,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host - diff --git a/russian/apache13-modssl/files/patch-ah b/russian/apache13-modssl/files/patch-ah deleted file mode 100644 index 12be4a63bfa4..000000000000 --- a/russian/apache13-modssl/files/patch-ah +++ /dev/null @@ -1,36 +0,0 @@ ---- src/modules/ssl/Makefile.tmpl.orig Mon Jan 1 19:48:52 2001 -+++ src/modules/ssl/Makefile.tmpl Mon Oct 22 20:45:05 2001 -@@ -128,6 +128,11 @@ - ## END-USER AREA - ## - -+# This requires special handling to get the correct versions of include files: -+# ../../include/fnmatch.h instead of /usr/include/fnmatch.h -+# /usr/include/openssl/*.h instead of /usr/local/include/openssl.h -+MY_CFLAGS= $(INCLUDES0) $(SSL_CFLAGS) $(INCLUDES1) $(EXTRA_INCLUDES) $(CFLAGS) -+ - all: lib - - lib: $(LIB) -@@ -144,10 +149,10 @@ - .SUFFIXES: .o .lo - - .c.o: -- $(CC) -c $(INCLUDES) $(CFLAGS) $(SSL_CFLAGS) $(SSL_VERSION) $< -+ $(CC) -c $(MY_CFLAGS) $(SSL_VERSION) $< - - .c.lo: -- $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(SSL_CFLAGS) $(SSL_VERSION) $< && mv $*.o $*.lo -+ $(CC) -c $(MY_CFLAGS) $(CFLAGS_SHLIB) $(SSL_VERSION) $< && mv $*.o $*.lo - - clean: - rm -f $(OBJS) $(OBJS_PIC) -@@ -201,7 +206,7 @@ - depend: - cp Makefile.tmpl Makefile.tmpl.bak \ - && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \ -- && gcc -MM $(INCLUDES) $(CFLAGS) $(SSL_CFLAGS) *.c >> Makefile.new \ -+ && gcc -MM $(MY_CFLAGS) *.c >> Makefile.new \ - && sed -e '1,$$s; $(INCDIR)/; $$(INCDIR)/;g' \ - -e '1,$$s; $(OSDIR)/; $$(OSDIR)/;g' \ - -e '1,$$s;^\([a-z0-9_]*\)\.o:;\1.o \1.lo:;g' Makefile.new \ diff --git a/russian/apache13-modssl/files/patch-aj b/russian/apache13-modssl/files/patch-aj deleted file mode 100644 index 9c1596e0cb70..000000000000 --- a/russian/apache13-modssl/files/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ ---- src/support/apxs.pl.orig Mon Nov 29 21:05:12 2004 -+++ src/support/apxs.pl Mon Nov 29 21:05:56 2004 -@@ -604,12 +604,10 @@ - print FP $content; - close(FP); - if ($^O ne "MSWin32") { -- push(@cmds, "cp $cfgbase.conf $cfgbase.conf.bak"); - push(@cmds, "cp $cfgbase.conf.new $cfgbase.conf"); - push(@cmds, "rm $cfgbase.conf.new"); - } else { - $cfgbase =~ s|/|\\|g; -- push(@cmds, "copy \"$cfgbase.conf\" \"$cfgbase.conf.bak\""); - push(@cmds, "copy \"$cfgbase.conf.new\" \"$cfgbase.conf\""); - push(@cmds, "del \"$cfgbase.conf.new\""); - } diff --git a/russian/apache13-modssl/files/patch-ak b/russian/apache13-modssl/files/patch-ak deleted file mode 100644 index 5deadd438d9a..000000000000 --- a/russian/apache13-modssl/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Wed Mar 24 10:11:39 1999 -+++ src/support/apachectl Wed Mar 24 10:19:09 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -94,6 +96,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm -f $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff --git a/russian/apache13-modssl/files/patch-al b/russian/apache13-modssl/files/patch-al deleted file mode 100644 index 4ee89df5c8c8..000000000000 --- a/russian/apache13-modssl/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- src/support/log_server_status.orig Tue Jan 16 02:06:38 2001 -+++ src/support/log_server_status Mon Oct 22 20:44:59 2001 -@@ -70,7 +70,7 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send -@@ -96,14 +96,14 @@ - ### Main - - { -- $year=`date +%y`; -+ $year=`LC_TIME=C date +%y`; - chomp($year); - $year += ($year < 70) ? 2000 : 1900; -- $date = $year . `date +%m%d:%H%M%S`; -+ $date = $year . `LC_TIME=C date +%m%d:%H%M%S`; - 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; diff --git a/russian/apache13-modssl/files/patch-ba b/russian/apache13-modssl/files/patch-ba deleted file mode 100644 index 1f92bd360250..000000000000 --- a/russian/apache13-modssl/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- src/support/Makefile.tmpl.orig Sat Mar 2 20:46:23 2002 -+++ src/support/Makefile.tmpl Tue Oct 22 00:31:18 2002 -@@ -7,7 +7,7 @@ - # LIBS=-L$(SSLLOC)/lib -lssl -lcrypto -lm -lap -los $(EXTRA_LIBS) $(LIBS1) - # INCLUDES=-I$(SSLLOC)/include $(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) - --CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) -+CFLAGS=-DLOGIN_CAP $(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) - LIBS=-lm -lap -los $(EXTRA_LIBS) $(LIBS1) - INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) - LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -L$(OSDIR) -L$(SRCDIR)/ap -@@ -50,7 +50,7 @@ - -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs - - suexec: suexec.o -- $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS) -+ $(CC) $(CFLAGS) -lutil -o suexec $(LDFLAGS) suexec.o $(LIBS) - - clean: - rm -f $(TARGETS) *.o diff --git a/russian/apache13-modssl/files/patch-bb b/russian/apache13-modssl/files/patch-bb deleted file mode 100644 index 313c5f515759..000000000000 --- a/russian/apache13-modssl/files/patch-bb +++ /dev/null @@ -1,60 +0,0 @@ ---- src/support/suexec.c.orig Wed Mar 5 18:50:29 2003 -+++ src/support/suexec.c Fri Jul 18 18:09:56 2003 -@@ -90,6 +90,9 @@ - #include <sys/types.h> - - #include <stdarg.h> -+#ifdef LOGIN_CAP -+#include <login_cap.h> -+#endif - - #include "suexec.h" - -@@ -322,6 +325,9 @@ - #ifdef LOG_EXEC - fprintf(stderr, " -D LOG_EXEC=\"%s\"\n", LOG_EXEC); - #endif -+#ifdef LOGIN_CAP -+ fprintf(stderr, " -D LOGIN_CAP\n"); -+#endif - #ifdef SAFE_PATH - fprintf(stderr, " -D SAFE_PATH=\"%s\"\n", SAFE_PATH); - #endif -@@ -480,7 +486,28 @@ - - /* - * Change UID/GID here so that the following tests work over NFS. -- * -+ */ -+ -+#ifdef LOGIN_CAP -+ /* -+ * Set user context (resources, priority and grouplist). -+ * If unsuccessful, error out. -+ */ -+ if (setusercontext(NULL, pw, uid, LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | -+ LOGIN_SETGROUP | LOGIN_SETLOGIN) == -1) { -+ log_err("emerg: failed to set user context (%ld: %s)\n", uid, cmd); -+ exit(108); -+ } -+ -+ /* -+ * Set gid to the target group. If unsuccessful, error out. -+ */ -+ if ((setgid(gid)) != 0) { -+ log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd); -+ exit(109); -+ } -+#else /* !LOGIN_CAP */ -+ /* - * Initialize the group access list for the target user, - * and setgid() to the target group. If unsuccessful, error out. - */ -@@ -488,6 +515,7 @@ - log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd); - exit(109); - } -+#endif /* LOGIN_CAP */ - - /* - * setuid() to the target user. Error out on fail. diff --git a/russian/apache13-modssl/files/patch-src--modules--extra--mod_charset.c b/russian/apache13-modssl/files/patch-src--modules--extra--mod_charset.c deleted file mode 100644 index 333093a1ba25..000000000000 --- a/russian/apache13-modssl/files/patch-src--modules--extra--mod_charset.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/modules/extra/mod_charset.c.orig 2007-07-12 07:51:10.000000000 +0400 -+++ src/modules/extra/mod_charset.c 2007-07-12 07:53:36.000000000 +0400 -@@ -1201,6 +1201,8 @@ - - #endif - -+#if ! defined(__FreeBSD_cc_version) || __FreeBSD_cc_version < 700003 -+ - /* - Case-insensitive strstr() - */ -@@ -1227,7 +1229,7 @@ - - } - -- -+#endif - - static void - add_redirect_to_table(array_header *h, charset_redirect_t *rd) diff --git a/russian/apache13-modssl/pkg-deinstall b/russian/apache13-modssl/pkg-deinstall deleted file mode 100644 index 3cb094797a99..000000000000 --- a/russian/apache13-modssl/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/russian/apache13-modssl/Attic/pkg-deinstall,v 1.2 2002-07-02 08:44:07 demon Exp $ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Apache user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/russian/apache13-modssl/pkg-descr b/russian/apache13-modssl/pkg-descr deleted file mode 100644 index 33079d3acf8a..000000000000 --- a/russian/apache13-modssl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Russian Apache is an apache web-server designed to work on Russian -market. This port contains Russian Apache with modssl support. - -WWW: http://apache.lexa.ru/ - http://www.apache.org/ - http://www.modssl.org/ diff --git a/russian/apache13-modssl/pkg-install b/russian/apache13-modssl/pkg-install deleted file mode 100644 index 5e1c0cba01a6..000000000000 --- a/russian/apache13-modssl/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/russian/apache13-modssl/Attic/pkg-install,v 1.1 2001-11-08 11:23:21 demon Exp $ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/russian/apache13-modssl/pkg-plist b/russian/apache13-modssl/pkg-plist deleted file mode 100644 index 69c1ff83f817..000000000000 --- a/russian/apache13-modssl/pkg-plist +++ /dev/null @@ -1,923 +0,0 @@ -bin/dbmmanage -bin/checkgid -bin/htdigest -bin/htpasswd -@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi -etc/apache/srm.conf.default -@exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf -etc/apache/ssl.crl/Makefile -etc/apache/ssl.crl/README.CRL -etc/apache/ssl.crt/Makefile -etc/apache/ssl.crt/README.CRT -etc/apache/ssl.crt/ca-bundle.crt -etc/apache/ssl.crt/server.crt -etc/apache/ssl.crt/snakeoil-ca-dsa.crt -etc/apache/ssl.crt/snakeoil-ca-rsa.crt -etc/apache/ssl.crt/snakeoil-dsa.crt -etc/apache/ssl.crt/snakeoil-rsa.crt -etc/apache/ssl.csr/README.CSR -etc/apache/ssl.csr/server.csr -etc/apache/ssl.key/README.KEY -etc/apache/ssl.key/server.key -etc/apache/ssl.key/snakeoil-ca-dsa.key -etc/apache/ssl.key/snakeoil-ca-rsa.key -etc/apache/ssl.key/snakeoil-dsa.key -etc/apache/ssl.key/snakeoil-rsa.key -etc/apache/ssl.prm/README.PRM -etc/apache/ssl.prm/snakeoil-ca-dsa.prm -etc/apache/ssl.prm/snakeoil-dsa.prm -etc/apache/tables/cyrillic/dos-dos.tab -etc/apache/tables/cyrillic/dos-iso.tab -etc/apache/tables/cyrillic/dos-koi.tab -etc/apache/tables/cyrillic/dos-koiu.tab -etc/apache/tables/cyrillic/dos-mac.tab -etc/apache/tables/cyrillic/dos-macu.tab -etc/apache/tables/cyrillic/dos-utf7.tab -etc/apache/tables/cyrillic/dos-utf8.tab -etc/apache/tables/cyrillic/dos-win.tab -etc/apache/tables/cyrillic/iso-dos.tab -etc/apache/tables/cyrillic/iso-iso.tab -etc/apache/tables/cyrillic/iso-koi.tab -etc/apache/tables/cyrillic/iso-koiu.tab -etc/apache/tables/cyrillic/iso-mac.tab -etc/apache/tables/cyrillic/iso-macu.tab -etc/apache/tables/cyrillic/iso-utf7.tab -etc/apache/tables/cyrillic/iso-utf8.tab -etc/apache/tables/cyrillic/iso-win.tab -etc/apache/tables/cyrillic/koi-dos.tab -etc/apache/tables/cyrillic/koi-iso.tab -etc/apache/tables/cyrillic/koi-koi.tab -etc/apache/tables/cyrillic/koi-koiu.tab -etc/apache/tables/cyrillic/koi-mac.tab -etc/apache/tables/cyrillic/koi-macu.tab -etc/apache/tables/cyrillic/koi-utf7.tab -etc/apache/tables/cyrillic/koi-utf8.tab -etc/apache/tables/cyrillic/koi-win.tab -etc/apache/tables/cyrillic/koiu-dos.tab -etc/apache/tables/cyrillic/koiu-iso.tab -etc/apache/tables/cyrillic/koiu-koi.tab -etc/apache/tables/cyrillic/koiu-koiu.tab -etc/apache/tables/cyrillic/koiu-mac.tab -etc/apache/tables/cyrillic/koiu-macu.tab -etc/apache/tables/cyrillic/koiu-utf7.tab -etc/apache/tables/cyrillic/koiu-utf8.tab -etc/apache/tables/cyrillic/koiu-win.tab -etc/apache/tables/cyrillic/mac-dos.tab -etc/apache/tables/cyrillic/mac-iso.tab -etc/apache/tables/cyrillic/mac-koi.tab -etc/apache/tables/cyrillic/mac-koiu.tab -etc/apache/tables/cyrillic/mac-mac.tab -etc/apache/tables/cyrillic/mac-macu.tab -etc/apache/tables/cyrillic/mac-utf7.tab -etc/apache/tables/cyrillic/mac-utf8.tab -etc/apache/tables/cyrillic/mac-win.tab -etc/apache/tables/cyrillic/macu-dos.tab -etc/apache/tables/cyrillic/macu-iso.tab -etc/apache/tables/cyrillic/macu-koi.tab -etc/apache/tables/cyrillic/macu-koiu.tab -etc/apache/tables/cyrillic/macu-mac.tab -etc/apache/tables/cyrillic/macu-macu.tab -etc/apache/tables/cyrillic/macu-utf7.tab -etc/apache/tables/cyrillic/macu-utf8.tab -etc/apache/tables/cyrillic/macu-win.tab -etc/apache/tables/cyrillic/readme.txt -etc/apache/tables/cyrillic/win-dos.tab -etc/apache/tables/cyrillic/win-iso.tab -etc/apache/tables/cyrillic/win-koi.tab -etc/apache/tables/cyrillic/win-koiu.tab -etc/apache/tables/cyrillic/win-mac.tab -etc/apache/tables/cyrillic/win-macu.tab -etc/apache/tables/cyrillic/win-utf7.tab -etc/apache/tables/cyrillic/win-utf8.tab -etc/apache/tables/cyrillic/win-win.tab -etc/apache/tables/russian/alt-alt.tab -etc/apache/tables/russian/alt-iso.tab -etc/apache/tables/russian/alt-koi.tab -etc/apache/tables/russian/alt-mac.tab -etc/apache/tables/russian/alt-win.tab -etc/apache/tables/russian/iso-alt.tab -etc/apache/tables/russian/iso-iso.tab -etc/apache/tables/russian/iso-koi.tab -etc/apache/tables/russian/iso-mac.tab -etc/apache/tables/russian/iso-win.tab -etc/apache/tables/russian/koi-alt.tab -etc/apache/tables/russian/koi-iso.tab -etc/apache/tables/russian/koi-koi.tab -etc/apache/tables/russian/koi-mac.tab -etc/apache/tables/russian/koi-tran.tab -etc/apache/tables/russian/koi-win.tab -etc/apache/tables/russian/koi-utf8.tab -etc/apache/tables/russian/mac-alt.tab -etc/apache/tables/russian/mac-iso.tab -etc/apache/tables/russian/mac-koi.tab -etc/apache/tables/russian/mac-mac.tab -etc/apache/tables/russian/mac-win.tab -etc/apache/tables/russian/win-alt.tab -etc/apache/tables/russian/win-iso.tab -etc/apache/tables/russian/win-koi.tab -etc/apache/tables/russian/win-mac.tab -etc/apache/tables/russian/win-tran.tab -etc/apache/tables/russian/win-win.tab -etc/apache/tables/russian2/alt-mac.tab -etc/apache/tables/russian2/koi-mac.tab -etc/apache/tables/russian2/iso-alt.tab -etc/apache/tables/russian2/koi-win.tab -etc/apache/tables/russian2/iso-mac.tab -etc/apache/tables/russian2/win-alt.tab -etc/apache/tables/russian2/koi-alt.tab -etc/apache/tables/russian2/win-iso.tab -etc/apache/tables/russian2/koi-iso.tab -etc/apache/tables/russian2/win-mac.tab -etc/apache/tables/czech/cp1250-8859-1.tab -etc/apache/tables/czech/cp1250-8859-2.tab -etc/apache/tables/czech/cp1250-cmac.tab -etc/apache/tables/czech/cp1250-cp1250.tab -etc/apache/tables/czech/cp1250-cp437.tab -etc/apache/tables/czech/cp1250-cp895.tab -etc/apache/tables/czech/cp1250-koi8cs.tab -etc/apache/tables/czech/cp1250-latin2.tab -etc/apache/tables/ukrainian/alt-koi.tab -etc/apache/tables/ukrainian/alt-mac.tab -etc/apache/tables/ukrainian/alt-win.tab -etc/apache/tables/ukrainian/koi-alt.tab -etc/apache/tables/ukrainian/koi-mac.tab -etc/apache/tables/ukrainian/koi-win.tab -etc/apache/tables/ukrainian/mac-alt.tab -etc/apache/tables/ukrainian/mac-koi.tab -etc/apache/tables/ukrainian/mac-win.tab -etc/apache/tables/ukrainian/win-alt.tab -etc/apache/tables/ukrainian/win-koi.tab -etc/apache/tables/ukrainian/win-mac.tab -etc/apache/tables/ukrainian2/alt-koi8u.tab -etc/apache/tables/ukrainian2/alt-ruscii.tab -etc/apache/tables/ukrainian2/alt-trans.tab -etc/apache/tables/ukrainian2/alt-win.tab -etc/apache/tables/ukrainian2/koi-koi8u.tab -etc/apache/tables/ukrainian2/koi8u-alt.tab -etc/apache/tables/ukrainian2/koi8u-iso.tab -etc/apache/tables/ukrainian2/koi8u-koi.tab -etc/apache/tables/ukrainian2/koi8u-mac.tab -etc/apache/tables/ukrainian2/koi8u-ruscii.tab -etc/apache/tables/ukrainian2/koi8u-trans.tab -etc/apache/tables/ukrainian2/koi8u-win.tab -etc/apache/tables/ukrainian2/ruscii-alt.tab -etc/apache/tables/ukrainian2/ruscii-iso.tab -etc/apache/tables/ukrainian2/ruscii-koi.tab -etc/apache/tables/ukrainian2/ruscii-koi8u.tab -etc/apache/tables/ukrainian2/ruscii-mac.tab -etc/apache/tables/ukrainian2/ruscii-trans.tab -etc/apache/tables/ukrainian2/ruscii-win.tab -etc/apache/tables/ukrainian2/win-alt.tab -etc/apache/tables/ukrainian2/win-iso.tab -etc/apache/tables/ukrainian2/win-koi.tab -etc/apache/tables/ukrainian2/win-koi8u.tab -etc/apache/tables/ukrainian2/win-mac.tab -etc/apache/tables/ukrainian2/win-ruscii.tab -etc/apache/tables/ukrainian2/win-trans.tab -etc/rc.d/apache.sh -include/apache/ap.h -include/apache/ap_alloc.h -include/apache/ap_compat.h -include/apache/ap_config.h -include/apache/ap_config_auto.h -include/apache/ap_ctx.h -include/apache/ap_ctype.h -include/apache/ap_ebcdic.h -include/apache/ap_hook.h -include/apache/ap_md5.h -include/apache/ap_mm.h -include/apache/ap_mmn.h -include/apache/ap_sha1.h -include/apache/buff.h -include/apache/compat.h -include/apache/conf.h -include/apache/explain.h -include/apache/fnmatch.h -include/apache/hsregex.h -include/apache/http_conf_globals.h -include/apache/http_config.h -include/apache/http_core.h -include/apache/http_log.h -include/apache/http_main.h -include/apache/http_protocol.h -include/apache/http_request.h -include/apache/http_vhost.h -include/apache/httpd.h -include/apache/multithread.h -include/apache/os-inline.c -include/apache/os.h -include/apache/rfc1413.h -include/apache/scoreboard.h -include/apache/util_date.h -include/apache/util_md5.h -include/apache/util_script.h -include/apache/util_uri.h -include/apache/xml/asciitab.h -include/apache/xml/hashtable.h -include/apache/xml/iasciitab.h -include/apache/xml/latin1tab.h -include/apache/xml/nametab.h -include/apache/xml/utf8tab.h -include/apache/xml/xmldef.h -include/apache/xml/xmlparse.h -include/apache/xml/xmlrole.h -include/apache/xml/xmltok.h -include/apache/xml/xmltok_impl.h -libexec/apache/httpd.exp -libexec/apache/libproxy.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_digest.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_info.so -libexec/apache/mod_log_forensic.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_mmap_static.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_speling.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -%%DSO_MOD%%libexec/apache/mod_access.so -%%DSO_MOD%%libexec/apache/mod_actions.so -%%DSO_MOD%%libexec/apache/mod_alias.so -%%DSO_MOD%%libexec/apache/mod_asis.so -%%DSO_MOD%%libexec/apache/mod_auth.so -%%DSO_MOD%%libexec/apache/mod_autoindex.so -%%DSO_MOD%%libexec/apache/mod_cgi.so -%%DSO_MOD%%libexec/apache/mod_define.so -%%DSO_MOD%%libexec/apache/mod_dir.so -%%DSO_MOD%%libexec/apache/mod_env.so -%%DSO_MOD%%libexec/apache/mod_imap.so -%%DSO_MOD%%libexec/apache/mod_include.so -%%DSO_MOD%%libexec/apache/mod_log_config.so -%%DSO_MOD%%libexec/apache/mod_mime.so -%%DSO_MOD%%libexec/apache/mod_negotiation.so -%%DSO_MOD%%libexec/apache/mod_setenvif.so -%%DSO_MOD%%libexec/apache/libssl.so -%%DSO_MOD%%libexec/apache/mod_status.so -%%DSO_MOD%%libexec/apache/mod_userdir.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/httpd -sbin/logresolve -sbin/rotatelogs -%%SUEXEC%%sbin/suexec -%%DOCSDIR%%/apache_pb.gif -%%DOCSDIR%%/ra-powered.gif -@exec echo "Make link %B -> %D/www/data.default" && ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.html.ca -%%DOCSDIR%%/index.html.cz -%%DOCSDIR%%/index.html.de -%%DOCSDIR%%/index.html.dk -%%DOCSDIR%%/index.html.ee -%%DOCSDIR%%/index.html.el -%%DOCSDIR%%/index.html.en -%%DOCSDIR%%/index.html.es -%%DOCSDIR%%/index.html.fr -%%DOCSDIR%%/index.html.he.iso8859-8 -%%DOCSDIR%%/index.html.hu -%%DOCSDIR%%/index.html.it -%%DOCSDIR%%/index.html.ja.jis -%%DOCSDIR%%/index.html.kr.iso-kr -%%DOCSDIR%%/index.html.lb.utf8 -%%DOCSDIR%%/index.html.nl -%%DOCSDIR%%/index.html.nn -%%DOCSDIR%%/index.html.no -%%DOCSDIR%%/index.html.po.iso-pl -%%DOCSDIR%%/index.html.pt -%%DOCSDIR%%/index.html.pt-br -%%DOCSDIR%%/index.html.ru -%%DOCSDIR%%/index.html.ru.cp-1251 -%%DOCSDIR%%/index.html.ru.cp866 -%%DOCSDIR%%/index.html.ru.iso-ru -%%DOCSDIR%%/index.html.ru.koi8-r -%%DOCSDIR%%/index.html.ru.ucs2 -%%DOCSDIR%%/index.html.ru.ucs4 -%%DOCSDIR%%/index.html.ru.utf8 -%%DOCSDIR%%/index.html.se -%%DOCSDIR%%/index.html.zh-tw.big5 -%%DOCSDIR%%/manual/LICENSE -%%DOCSDIR%%/manual/bind.html.en -%%DOCSDIR%%/manual/bind.html.fr -%%DOCSDIR%%/manual/bind.html.html -%%DOCSDIR%%/manual/bind.html.ja.jis -%%DOCSDIR%%/manual/configuring.html.en -%%DOCSDIR%%/manual/configuring.html.fr -%%DOCSDIR%%/manual/configuring.html.html -%%DOCSDIR%%/manual/configuring.html.ja.jis -%%DOCSDIR%%/manual/content-negotiation.html.en -%%DOCSDIR%%/manual/content-negotiation.html.html -%%DOCSDIR%%/manual/content-negotiation.html.ja.jis -%%DOCSDIR%%/manual/custom-error.html.en -%%DOCSDIR%%/manual/custom-error.html.fr -%%DOCSDIR%%/manual/custom-error.html.html -%%DOCSDIR%%/manual/custom-error.html.ja.jis -%%DOCSDIR%%/manual/cygwin.html -%%DOCSDIR%%/manual/dns-caveats.html.en -%%DOCSDIR%%/manual/dns-caveats.html.fr -%%DOCSDIR%%/manual/dns-caveats.html.html -%%DOCSDIR%%/manual/dns-caveats.html.ja.jis -%%DOCSDIR%%/manual/dso.html -%%DOCSDIR%%/manual/ebcdic.html -%%DOCSDIR%%/manual/env.html.en -%%DOCSDIR%%/manual/env.html.html -%%DOCSDIR%%/manual/env.html.ja.jis -%%DOCSDIR%%/manual/footer.html -%%DOCSDIR%%/manual/handler.html.en -%%DOCSDIR%%/manual/handler.html.html -%%DOCSDIR%%/manual/handler.html.ja.jis -%%DOCSDIR%%/manual/header.html -%%DOCSDIR%%/manual/howto/auth.html -%%DOCSDIR%%/manual/howto/cgi.html.en -%%DOCSDIR%%/manual/howto/cgi.html.html -%%DOCSDIR%%/manual/howto/cgi.html.ja.jis -%%DOCSDIR%%/manual/howto/footer.html -%%DOCSDIR%%/manual/howto/header.html -%%DOCSDIR%%/manual/howto/htaccess.html -%%DOCSDIR%%/manual/howto/ssi.html.en -%%DOCSDIR%%/manual/howto/ssi.html.html -%%DOCSDIR%%/manual/howto/ssi.html.ja.jis -%%DOCSDIR%%/manual/images/apache_header.gif -%%DOCSDIR%%/manual/images/apache_pb.gif -%%DOCSDIR%%/manual/images/custom_errordocs.gif -%%DOCSDIR%%/manual/images/feather.jpg -%%DOCSDIR%%/manual/images/home.gif -%%DOCSDIR%%/manual/images/index.gif -%%DOCSDIR%%/manual/images/mod_rewrite_fig1.fig -%%DOCSDIR%%/manual/images/mod_rewrite_fig1.gif -%%DOCSDIR%%/manual/images/mod_rewrite_fig2.fig -%%DOCSDIR%%/manual/images/mod_rewrite_fig2.gif -%%DOCSDIR%%/manual/images/mod_ssl_sb.gif -%%DOCSDIR%%/manual/images/openssl_ics.gif -%%DOCSDIR%%/manual/images/pixel.gif -%%DOCSDIR%%/manual/images/sub.gif -%%DOCSDIR%%/manual/index.html.en -%%DOCSDIR%%/manual/index.html.fr -%%DOCSDIR%%/manual/index.html.html -%%DOCSDIR%%/manual/index.html.ja.jis -%%DOCSDIR%%/manual/install-tpf.html -%%DOCSDIR%%/manual/install-ztpf.html -%%DOCSDIR%%/manual/install.html.en -%%DOCSDIR%%/manual/install.html.es -%%DOCSDIR%%/manual/install.html.fr -%%DOCSDIR%%/manual/install.html.html -%%DOCSDIR%%/manual/install.html.ja.jis -%%DOCSDIR%%/manual/invoking.html.en -%%DOCSDIR%%/manual/invoking.html.fr -%%DOCSDIR%%/manual/invoking.html.html -%%DOCSDIR%%/manual/invoking.html.ja.jis -%%DOCSDIR%%/manual/keepalive.html.en -%%DOCSDIR%%/manual/keepalive.html.html -%%DOCSDIR%%/manual/keepalive.html.ja.jis -%%DOCSDIR%%/manual/location.html.en -%%DOCSDIR%%/manual/location.html.html -%%DOCSDIR%%/manual/location.html.ja.jis -%%DOCSDIR%%/manual/logs.html -%%DOCSDIR%%/manual/man-template.html -%%DOCSDIR%%/manual/misc/API.html -%%DOCSDIR%%/manual/misc/FAQ.html -%%DOCSDIR%%/manual/misc/HTTP_Features.tsv -%%DOCSDIR%%/manual/misc/client_block_api.html -%%DOCSDIR%%/manual/misc/compat_notes.html -%%DOCSDIR%%/manual/misc/custom_errordocs.html -%%DOCSDIR%%/manual/misc/descriptors.html -%%DOCSDIR%%/manual/misc/fin_wait_2.html -%%DOCSDIR%%/manual/misc/footer.html -%%DOCSDIR%%/manual/misc/header.html -%%DOCSDIR%%/manual/misc/howto.html -%%DOCSDIR%%/manual/misc/index.html -%%DOCSDIR%%/manual/misc/known_client_problems.html -%%DOCSDIR%%/manual/misc/nopgp.html -%%DOCSDIR%%/manual/misc/perf-bsd44.html -%%DOCSDIR%%/manual/misc/perf-dec.html -%%DOCSDIR%%/manual/misc/perf-hp.html -%%DOCSDIR%%/manual/misc/perf-tuning.html -%%DOCSDIR%%/manual/misc/perf.html -%%DOCSDIR%%/manual/misc/rewriteguide.html -%%DOCSDIR%%/manual/misc/security_tips.html -%%DOCSDIR%%/manual/misc/tutorials.html -%%DOCSDIR%%/manual/misc/vif-info.html -%%DOCSDIR%%/manual/misc/windoz_keepalive.html -%%DOCSDIR%%/manual/mod/core.html.en -%%DOCSDIR%%/manual/mod/core.html.fr -%%DOCSDIR%%/manual/mod/core.html.html -%%DOCSDIR%%/manual/mod/core.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_define.html -%%DOCSDIR%%/manual/mod/directive-dict.html.en -%%DOCSDIR%%/manual/mod/directive-dict.html.fr -%%DOCSDIR%%/manual/mod/directive-dict.html.html -%%DOCSDIR%%/manual/mod/directive-dict.html.ja.jis -%%DOCSDIR%%/manual/mod/directives.html.de -%%DOCSDIR%%/manual/mod/directives.html.en -%%DOCSDIR%%/manual/mod/directives.html.fr -%%DOCSDIR%%/manual/mod/directives.html.html -%%DOCSDIR%%/manual/mod/directives.html.ja.jis -%%DOCSDIR%%/manual/mod/footer.html -%%DOCSDIR%%/manual/mod/header.html -%%DOCSDIR%%/manual/mod/index-bytype.html.en -%%DOCSDIR%%/manual/mod/index-bytype.html.fr -%%DOCSDIR%%/manual/mod/index-bytype.html.html -%%DOCSDIR%%/manual/mod/index-bytype.html.ja.jis -%%DOCSDIR%%/manual/mod/index.html.en -%%DOCSDIR%%/manual/mod/index.html.fr -%%DOCSDIR%%/manual/mod/index.html.html -%%DOCSDIR%%/manual/mod/index.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_access.html.en -%%DOCSDIR%%/manual/mod/mod_access.html.html -%%DOCSDIR%%/manual/mod/mod_access.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_actions.html.en -%%DOCSDIR%%/manual/mod/mod_actions.html.html -%%DOCSDIR%%/manual/mod/mod_actions.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_alias.html.en -%%DOCSDIR%%/manual/mod/mod_alias.html.html -%%DOCSDIR%%/manual/mod/mod_alias.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_asis.html.en -%%DOCSDIR%%/manual/mod/mod_asis.html.html -%%DOCSDIR%%/manual/mod/mod_asis.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_auth.html.en -%%DOCSDIR%%/manual/mod/mod_auth.html.html -%%DOCSDIR%%/manual/mod/mod_auth.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_auth_anon.html -%%DOCSDIR%%/manual/mod/mod_auth_db.html -%%DOCSDIR%%/manual/mod/mod_auth_dbm.html -%%DOCSDIR%%/manual/mod/mod_auth_digest.html -%%DOCSDIR%%/manual/mod/mod_autoindex.html.en -%%DOCSDIR%%/manual/mod/mod_autoindex.html.html -%%DOCSDIR%%/manual/mod/mod_autoindex.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_browser.html -%%DOCSDIR%%/manual/mod/mod_cern_meta.html -%%DOCSDIR%%/manual/mod/mod_cgi.html.en -%%DOCSDIR%%/manual/mod/mod_cgi.html.html -%%DOCSDIR%%/manual/mod/mod_cgi.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_cookies.html -%%DOCSDIR%%/manual/mod/mod_digest.html -%%DOCSDIR%%/manual/mod/mod_dir.html.en -%%DOCSDIR%%/manual/mod/mod_dir.html.html -%%DOCSDIR%%/manual/mod/mod_dir.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_dld.html -%%DOCSDIR%%/manual/mod/mod_env.html.en -%%DOCSDIR%%/manual/mod/mod_env.html.html -%%DOCSDIR%%/manual/mod/mod_env.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_example.html -%%DOCSDIR%%/manual/mod/mod_expires.html -%%DOCSDIR%%/manual/mod/mod_headers.html -%%DOCSDIR%%/manual/mod/mod_imap.html -%%DOCSDIR%%/manual/mod/mod_include.html -%%DOCSDIR%%/manual/mod/mod_info.html.en -%%DOCSDIR%%/manual/mod/mod_info.html.html -%%DOCSDIR%%/manual/mod/mod_info.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_isapi.html -%%DOCSDIR%%/manual/mod/mod_log_agent.html -%%DOCSDIR%%/manual/mod/mod_log_common.html -%%DOCSDIR%%/manual/mod/mod_log_config.html.en -%%DOCSDIR%%/manual/mod/mod_log_config.html.html -%%DOCSDIR%%/manual/mod/mod_log_config.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_log_forensic.html.en -%%DOCSDIR%%/manual/mod/mod_log_forensic.html.html -%%DOCSDIR%%/manual/mod/mod_log_referer.html -%%DOCSDIR%%/manual/mod/mod_mime.html.en -%%DOCSDIR%%/manual/mod/mod_mime.html.html -%%DOCSDIR%%/manual/mod/mod_mime.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_mime_magic.html -%%DOCSDIR%%/manual/mod/mod_mmap_static.html -%%DOCSDIR%%/manual/mod/mod_negotiation.html.en -%%DOCSDIR%%/manual/mod/mod_negotiation.html.html -%%DOCSDIR%%/manual/mod/mod_negotiation.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_proxy.html -%%DOCSDIR%%/manual/mod/mod_rewrite.html.en -%%DOCSDIR%%/manual/mod/mod_rewrite.html.html -%%DOCSDIR%%/manual/mod/mod_rewrite.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_setenvif.html.en -%%DOCSDIR%%/manual/mod/mod_setenvif.html.html -%%DOCSDIR%%/manual/mod/mod_setenvif.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_so.html.en -%%DOCSDIR%%/manual/mod/mod_so.html.html -%%DOCSDIR%%/manual/mod/mod_so.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_speling.html.en -%%DOCSDIR%%/manual/mod/mod_speling.html.html -%%DOCSDIR%%/manual/mod/mod_speling.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_status.html -%%DOCSDIR%%/manual/mod/mod_unique_id.html.en -%%DOCSDIR%%/manual/mod/mod_unique_id.html.html -%%DOCSDIR%%/manual/mod/mod_unique_id.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_userdir.html.en -%%DOCSDIR%%/manual/mod/mod_userdir.html.html -%%DOCSDIR%%/manual/mod/mod_userdir.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_usertrack.html -%%DOCSDIR%%/manual/mod/mod_vhost_alias.html -%%DOCSDIR%%/manual/mod/module-dict.html.en -%%DOCSDIR%%/manual/mod/module-dict.html.html -%%DOCSDIR%%/manual/mod/module-dict.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_ssl/index.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_compat.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_compat.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_compat.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_cover.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_cover_logo.jpg -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_cover_title.jpg -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_faq.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_faq.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_faq.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_glossary.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_glossary.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_howto.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_howto.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_howto.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro_fig1.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro_fig2.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_intro_fig3.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_overview.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_overview.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_overview.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_overview_fig1.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_reference.gfont000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_reference.html -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_reference.wml -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-chapter.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-1.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-2.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-3.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-4.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-5.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-6.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.head-num-7.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.imgdot-1x1-000000.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.imgdot-1x1-transp.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.inc -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.navbut-next-n.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.navbut-next-s.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.navbut-prev-n.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.navbut-prev-s.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-abstract.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-compat.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-faq.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-gloss.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-howto.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-intro.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-over.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-preface.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-ref.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-toc.gif -%%DOCSDIR%%/manual/mod/mod_ssl/ssl_template.title-tutor.gif -%%DOCSDIR%%/manual/mpeix.html -%%DOCSDIR%%/manual/multilogs.html -%%DOCSDIR%%/manual/netware.html -%%DOCSDIR%%/manual/new_features_1_0.html -%%DOCSDIR%%/manual/new_features_1_1.html -%%DOCSDIR%%/manual/new_features_1_2.html -%%DOCSDIR%%/manual/new_features_1_3.html.en -%%DOCSDIR%%/manual/new_features_1_3.html.html -%%DOCSDIR%%/manual/new_features_1_3.html.ja.jis -%%DOCSDIR%%/manual/process-model.html.en -%%DOCSDIR%%/manual/process-model.html.html -%%DOCSDIR%%/manual/process-model.html.ja.jis -%%DOCSDIR%%/manual/programs/ab.html -%%DOCSDIR%%/manual/programs/apachectl.html.en -%%DOCSDIR%%/manual/programs/apachectl.html.html -%%DOCSDIR%%/manual/programs/apachectl.html.ja.jis -%%DOCSDIR%%/manual/programs/apxs.html -%%DOCSDIR%%/manual/programs/dbmmanage.html -%%DOCSDIR%%/manual/programs/footer.html -%%DOCSDIR%%/manual/programs/header.html -%%DOCSDIR%%/manual/programs/htdigest.html -%%DOCSDIR%%/manual/programs/htpasswd.html.en -%%DOCSDIR%%/manual/programs/htpasswd.html.html -%%DOCSDIR%%/manual/programs/htpasswd.html.ja.jis -%%DOCSDIR%%/manual/programs/httpd.html.en -%%DOCSDIR%%/manual/programs/httpd.html.html -%%DOCSDIR%%/manual/programs/httpd.html.ja.jis -%%DOCSDIR%%/manual/programs/index.html.en -%%DOCSDIR%%/manual/programs/index.html.html -%%DOCSDIR%%/manual/programs/index.html.ja.jis -%%DOCSDIR%%/manual/programs/logresolve.html -%%DOCSDIR%%/manual/programs/other.html -%%DOCSDIR%%/manual/programs/rotatelogs.html -%%DOCSDIR%%/manual/programs/suexec.html.en -%%DOCSDIR%%/manual/programs/suexec.html.html -%%DOCSDIR%%/manual/programs/suexec.html.ja.jis -%%DOCSDIR%%/manual/readme-tpf.html -%%DOCSDIR%%/manual/sections.html.en -%%DOCSDIR%%/manual/sections.html.html -%%DOCSDIR%%/manual/sections.html.ja.jis -%%DOCSDIR%%/manual/server-wide.html.en -%%DOCSDIR%%/manual/server-wide.html.fr -%%DOCSDIR%%/manual/server-wide.html.html -%%DOCSDIR%%/manual/server-wide.html.ja.jis -%%DOCSDIR%%/manual/sitemap.html -%%DOCSDIR%%/manual/sourcereorg.html -%%DOCSDIR%%/manual/stopping.html.en -%%DOCSDIR%%/manual/stopping.html.fr -%%DOCSDIR%%/manual/stopping.html.html -%%DOCSDIR%%/manual/suexec.html.en -%%DOCSDIR%%/manual/suexec.html.html -%%DOCSDIR%%/manual/suexec.html.ja.jis -%%DOCSDIR%%/manual/suexec_1_2.html -%%DOCSDIR%%/manual/unixware.html -%%DOCSDIR%%/manual/upgrading_to_1_3.html -%%DOCSDIR%%/manual/urlmapping.html -%%DOCSDIR%%/manual/vhosts/details.html -%%DOCSDIR%%/manual/vhosts/details_1_2.html -%%DOCSDIR%%/manual/vhosts/examples.html -%%DOCSDIR%%/manual/vhosts/fd-limits.html.en -%%DOCSDIR%%/manual/vhosts/fd-limits.html.html -%%DOCSDIR%%/manual/vhosts/fd-limits.html.ja.jis -%%DOCSDIR%%/manual/vhosts/footer.html -%%DOCSDIR%%/manual/vhosts/header.html -%%DOCSDIR%%/manual/vhosts/host.html -%%DOCSDIR%%/manual/vhosts/index.html.en -%%DOCSDIR%%/manual/vhosts/index.html.html -%%DOCSDIR%%/manual/vhosts/index.html.ja.jis -%%DOCSDIR%%/manual/vhosts/ip-based.html -%%DOCSDIR%%/manual/vhosts/mass.html -%%DOCSDIR%%/manual/vhosts/name-based.html.en -%%DOCSDIR%%/manual/vhosts/name-based.html.html -%%DOCSDIR%%/manual/vhosts/name-based.html.ja.jis -%%DOCSDIR%%/manual/vhosts/vhosts-in-depth.html -%%DOCSDIR%%/manual/vhosts/virtual-host.html -%%DOCSDIR%%/manual/win_compiling.html.en -%%DOCSDIR%%/manual/win_compiling.html.html -%%DOCSDIR%%/manual/win_compiling.html.ja.jis -%%DOCSDIR%%/manual/win_service.html.en -%%DOCSDIR%%/manual/win_service.html.html -%%DOCSDIR%%/manual/win_service.html.ja.jis -%%DOCSDIR%%/manual/windows.html.en -%%DOCSDIR%%/manual/windows.html.html -%%DOCSDIR%%/manual/windows.html.ja.jis -www/cgi-bin.default/printenv -www/cgi-bin.default/test-cgi -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/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/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 -@exec mkdir -p %D/www/proxy -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@exec cd %D/etc/apache/ssl.crt && make >/dev/null 2>&1 -@unexec rm -f %D/etc/apache/ssl.crt/[0-9a-fA-F]*.[0-9]* -@dirrm etc/apache/ssl.crt -@dirrm etc/apache/ssl.crl -@dirrm etc/apache/ssl.csr -@dirrm etc/apache/ssl.prm -@dirrm etc/apache/ssl.key -@dirrm etc/apache/tables/cyrillic -@dirrm etc/apache/tables/russian -@dirrm etc/apache/tables/russian2 -@dirrm etc/apache/tables/czech -@dirrm etc/apache/tables/ukrainian -@dirrm etc/apache/tables/ukrainian2 -@dirrm etc/apache/tables -@unexec rm -f %D/etc/apache/httpd.conf.bak 2> /dev/null || true -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm %%DOCSDIR%%/manual/howto -@dirrm %%DOCSDIR%%/manual/images -@dirrm %%DOCSDIR%%/manual/misc -@dirrm %%DOCSDIR%%/manual/mod/mod_ssl -@dirrm %%DOCSDIR%%/manual/mod -@dirrm %%DOCSDIR%%/manual/programs -@dirrm %%DOCSDIR%%/manual/vhosts -@dirrm %%DOCSDIR%%/manual -@dirrm %%DOCSDIR%% -@dirrm www/cgi-bin.default -@dirrm www/icons/small -@dirrm www/icons -@dirrm www/proxy diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile deleted file mode 100644 index 3bb7930e8b5c..000000000000 --- a/russian/apache13/Makefile +++ /dev/null @@ -1,202 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Date created: Sat Apr 10 22:30:36 EEST 1999 -# Whom: vns@delta.odessa.ua -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= ${APACHE_VERSION}+${RA_VERSION} -PORTREVISION?= 2 -CATEGORIES= russian www -MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} -DISTNAME= ${PORTNAME}_${APACHE_VERSION} - -PATCH_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ \ - ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ -PATCHFILES= patches_${APACHE_VERSION}rusPL${RA_VERSION}.tar.gz - -MAINTAINER= lev@FreeBSD.org -COMMENT= The extremely popular Apache http server. Very fast, very clean - -FORBIDDEN= multiple CVE entries, last is CVE-2011-3368, no patches against this issue -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-11-01 - -USE_PERL5= yes - -# New ports feature: conflicts -CONFLICTS= apache+ipv6-* \ - apache+mod_ssl-* \ - apache+mod_ssl+ipv6-* \ - apache+mod_ssl+modsnmp-* \ - apache+mod_ssl+mod_snmp+ipv6-* \ - apache+mod_ssl+mod_accel-* \ - apache+mod_ssl+mod_snmp+mod_accel-* \ - apache-worker-* \ - apache-perchild-* \ - apache-[0-9]* \ - apache_fp-* \ - publicfile-* \ - ru-apache+mod_ssl-* - -RA_VERSION= 30.23 -APACHE_VERSION= 1.3.37 - -# -# Small hack for alternate processing patchfiles -# -GZCAT=sh -c 'tar -zxf $$0 -C ${WRKSRC};${CAT} ${WRKSRC}/RA-1.3rusPL${RA_VERSION}.patch' - -# -# Set proper docsdir -# -DOCSDIR= ${PREFIX}/share/doc/apache - -# -# Include pre-make -# -.include <bsd.port.pre.mk> - -# -# some defaults -# - -DATADIR?=${PREFIX}/www -DOCUMENT_ROOT?=${DATADIR}/data -DEFAULT_PATH?=/bin:/usr/bin:${PREFIX}/bin - -# -# suexec support -# -.if defined(WITH_APACHE_SUEXEC) - -APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT} -APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log -APACHE_SUEXEC_USERDIR?=public_html - -SUEXEC_CONF=\ - --enable-suexec \ - --suexec-docroot=${APACHE_SUEXEC_DOCROOT} \ - --suexec-caller=www \ - --suexec-uidmin=1000 \ - --suexec-gidmin=1000 \ - --suexec-logfile=${APACHE_SUEXEC_LOG} \ - --suexec-userdir=${APACHE_SUEXEC_USERDIR} \ - --suexec-safepath=${DEFAULT_PATH} - -.if defined(APACHE_SUEXEC_UMASK) -SUEXEC_CONF+= --suexec-umask=${APACHE_SUEXEC_UMASK} -.endif - -PLIST_SUB+= SUEXEC="" -SUEXEC_MAN= suexec.8 - -.else # WITH_APACHE_SUEXEC - -SUEXEC_CONF= -PLIST_SUB+= SUEXEC="@comment " -SUEXEC_MAN= - -.endif # WITH_APACHE_SUEXEC - -# -# Configutre parameters -# - -HAS_CONFIGURE= yes -CONFIGURE_ARGS=\ - --prefix=${PREFIX} \ - --server-uid=www \ - --server-gid=www \ - --with-perl=${PERL} \ - --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ - --without-confadjust - -.if defined(WITH_DSO_MODULES) -CONFIGURE_ARGS+=\ - --enable-shared=max \ - --disable-shared=so \ - --disable-shared=charset \ - --enable-module=most \ - --enable-module=auth_db \ - --enable-module=mmap_static \ - --disable-module=auth_dbm \ - ${SUEXEC_CONF} - -PLIST_SUB+= DSO_MOD="" -.else -CONFIGURE_ARGS+=\ - --enable-shared=remain \ - --enable-module=most \ - --enable-module=auth_db \ - --enable-module=mmap_static \ - --disable-module=auth_dbm \ - ${SUEXEC_CONF} - -PLIST_SUB+= DSO_MOD="@comment " -.endif - -OPTIM= -DDOCUMENT_LOCATION=\\"${DOCUMENT_ROOT}\\" \ - -DDEFAULT_PATH=\\"${DEFAULT_PATH}\\" \ - -DACCEPT_FILTER_NAME=\\"httpready\\" - -.if defined(APACHE_HARD_SERVER_LIMIT) -OPTIM+= -DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} -.else -OPTIM+= -DHARD_SERVER_LIMIT=512 -.endif - -.if defined(APACHE_PERF_TUNING) -OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' LD_SHLIB='${CC}' - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \ - ${SUEXEC_MAN} - -pre-fetch: - @${ECHO_MSG} "" -.if defined(WITH_DSO_MODULES) - @${ECHO_MSG} "Build all modules (except mod_so and mod_charset) as DSO." -.else - @${ECHO_MSG} "You could define WITH_DSO_MODULES to build all modules as DSO." -.endif -.if defined(APACHE_PERF_TUNING) - @${ECHO_MSG} "Build Apache for maximum performance." -.else - @${ECHO_MSG} "You could define APACHE_PERF_TUNING to build Apache for maximum performace." -.endif -.if defined(APACHE_HARD_SERVER_LIMIT) - @${ECHO_MSG} "Build Apache with HARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT}" -.else - @${ECHO_MSG} "You could define APACHE_HARD_SERVER_LIMIT, default one is 512" -.endif -.if defined(WITH_APACHE_SUEXEC) - @${ECHO_MSG} "Build apache with suexec support" - @${ECHO_MSG} " suexec docroot: ${APACHE_SUEXEC_DOCROOT}" - @${ECHO_MSG} " suexec userdir: ${APACHE_SUEXEC_USERDIR}" - @${ECHO_MSG} " suexec safepath: ${DEFAULT_PATH}" - @${ECHO_MSG} " suexec log: ${APACHE_SUEXEC_LOG}" - @${ECHO_MSG} " These values could be defined as APACHE_SUEXEC_DOCROOT, APACHE_SUEXEC_USERDIR, DEFAULT_PATH and APACHE_SUEXEC_LOG." -.else - @${ECHO_MSG} "You could define WITH_APACHE_SUEXEC to build suexec support." -.endif - @${ECHO_MSG} "" - -pre-install: - @if [ -f ${WRKSRC}/htdocs/index.html.orig ]; then \ - ${RM} ${WRKSRC}/htdocs/index.html.orig; \ - fi - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ - fi - -.include <bsd.port.post.mk> diff --git a/russian/apache13/distinfo b/russian/apache13/distinfo deleted file mode 100644 index 415dcc665f93..000000000000 --- a/russian/apache13/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (apache_1.3.37.tar.gz) = 9f27889bfbf418b987a892160e52fd217d66391df2870f3ecac877ef565c4bfc -SIZE (apache_1.3.37.tar.gz) = 2665370 -SHA256 (patches_1.3.37rusPL30.23.tar.gz) = 16f742aa531469980a80ba9f50cbb88f091bca1bb0cba457288992a4bc8f0d65 -SIZE (patches_1.3.37rusPL30.23.tar.gz) = 138315 diff --git a/russian/apache13/files/FreeBSD.layout b/russian/apache13/files/FreeBSD.layout deleted file mode 100644 index 29ec00a18559..000000000000 --- a/russian/apache13/files/FreeBSD.layout +++ /dev/null @@ -1,20 +0,0 @@ -# FreeBSD layout... -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: $prefix - bindir: $exec_prefix/bin - sbindir: $exec_prefix/sbin - libexecdir: $exec_prefix/libexec/apache - mandir: $prefix/man - sysconfdir: $prefix/etc/apache - datadir: $prefix/www - iconsdir: $datadir/icons - htdocsdir: $datadir/data - manualdir: $prefix/share/doc/apache/manual - cgidir: $datadir/cgi-bin - includedir: $prefix/include/apache - localstatedir: /var - runtimedir: $localstatedir/run - logfiledir: $localstatedir/log - proxycachedir: $datadir/proxy -</Layout> diff --git a/russian/apache13/files/apache.sh b/russian/apache13/files/apache.sh deleted file mode 100644 index ca4321814e5a..000000000000 --- a/russian/apache13/files/apache.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache' - ;; -stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/russian/apache13/files/patch-aa b/russian/apache13/files/patch-aa deleted file mode 100644 index fd39302751f3..000000000000 --- a/russian/apache13/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sat Jun 22 14:37:40 2002 -+++ configure Sat Jun 22 14:38:01 2002 -@@ -1263,7 +1263,7 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1361,7 +1361,7 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci diff --git a/russian/apache13/files/patch-ab b/russian/apache13/files/patch-ab deleted file mode 100644 index 50a5ce036303..000000000000 --- a/russian/apache13/files/patch-ab +++ /dev/null @@ -1,96 +0,0 @@ ---- Makefile.tmpl.orig Sun Oct 7 02:01:09 2001 -+++ Makefile.tmpl Sun Oct 14 11:14:32 2001 -@@ -127,6 +127,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -270,10 +271,10 @@ - $(MKDIR) $(root)$(mandir)/man1 - $(MKDIR) $(root)$(mandir)/man8 - $(MKDIR) $(root)$(sysconfdir) -- $(MKDIR) $(root)$(htdocsdir) -+ $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(manualdir) - $(MKDIR) $(root)$(iconsdir) -- $(MKDIR) $(root)$(cgidir) -+ $(MKDIR) $(root)$(cgidir).default - $(MKDIR) $(root)$(includedir) - $(MKDIR) $(root)$(includedir)/xml - $(MKDIR) $(root)$(runtimedir) -@@ -457,33 +458,41 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -+# else \ -+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - index* ra-powered.* apache_pb.* ) |\ -- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ -- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(htdocsdir)/ -type f -print | xargs chmod a+r ; \ -- fi -- -@if [ -d $(TOP)/htdocs/manual ]; then \ -+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix)/ -type f -print | xargs chmod a+r ; \ -+# fi -+# -@if [ -d $(TOP)/htdocs/manual ]; then \ - echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \ - (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ - (cd $(root)$(manualdir)/ && $(TAR) -xf -); \ - find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ - find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ -- fi -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+# fi -+ if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ -+ fi -+ $(RM) $(root)$(htdocsdir).default -+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default -+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ -+# echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \ -+# else \ - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ - > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ - done; \ -- fi -+# fi -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ -+ fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ - (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ - (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -522,10 +531,10 @@ - -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ - -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ - -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ -- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ -- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ -- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ -+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \ -+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \ -+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \ -+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \ - -e 's;conf/magic;$(sysconfdir)/magic;' \ - -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ - -e 's;User nobody;User $(conf_user);' \ diff --git a/russian/apache13/files/patch-ag b/russian/apache13/files/patch-ag deleted file mode 100644 index e068c75b04a4..000000000000 --- a/russian/apache13/files/patch-ag +++ /dev/null @@ -1,45 +0,0 @@ ---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000 -+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000 -@@ -354,7 +354,22 @@ - # directory index. Separate multiple entries with spaces. - # - <IfModule mod_dir.c> -- DirectoryIndex index.html -+ <IfModule mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.php3 index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.php3 index.html -+ </IfModule> -+ </IfModule> -+ <IfModule !mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.html -+ </IfModule> -+ </IfModule> - </IfModule> - - # -@@ -473,7 +488,7 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -486,7 +501,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host - diff --git a/russian/apache13/files/patch-aj b/russian/apache13/files/patch-aj deleted file mode 100644 index 9c1596e0cb70..000000000000 --- a/russian/apache13/files/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ ---- src/support/apxs.pl.orig Mon Nov 29 21:05:12 2004 -+++ src/support/apxs.pl Mon Nov 29 21:05:56 2004 -@@ -604,12 +604,10 @@ - print FP $content; - close(FP); - if ($^O ne "MSWin32") { -- push(@cmds, "cp $cfgbase.conf $cfgbase.conf.bak"); - push(@cmds, "cp $cfgbase.conf.new $cfgbase.conf"); - push(@cmds, "rm $cfgbase.conf.new"); - } else { - $cfgbase =~ s|/|\\|g; -- push(@cmds, "copy \"$cfgbase.conf\" \"$cfgbase.conf.bak\""); - push(@cmds, "copy \"$cfgbase.conf.new\" \"$cfgbase.conf\""); - push(@cmds, "del \"$cfgbase.conf.new\""); - } diff --git a/russian/apache13/files/patch-ak b/russian/apache13/files/patch-ak deleted file mode 100644 index 486f7ad159cf..000000000000 --- a/russian/apache13/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 -+++ src/support/apachectl Fri Sep 3 15:41:01 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff --git a/russian/apache13/files/patch-al b/russian/apache13/files/patch-al deleted file mode 100644 index b355a697b4ab..000000000000 --- a/russian/apache13/files/patch-al +++ /dev/null @@ -1,24 +0,0 @@ ---- src/support/log_server_status.orig Fri Jun 4 19:54:19 1999 -+++ src/support/log_server_status Fri Sep 3 15:53:16 1999 -@@ -67,10 +67,10 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/server-status/?auto"; # Request to send - - sub tcp_connect - { -@@ -100,7 +100,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; diff --git a/russian/apache13/files/patch-ba b/russian/apache13/files/patch-ba deleted file mode 100644 index 1f92bd360250..000000000000 --- a/russian/apache13/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- src/support/Makefile.tmpl.orig Sat Mar 2 20:46:23 2002 -+++ src/support/Makefile.tmpl Tue Oct 22 00:31:18 2002 -@@ -7,7 +7,7 @@ - # LIBS=-L$(SSLLOC)/lib -lssl -lcrypto -lm -lap -los $(EXTRA_LIBS) $(LIBS1) - # INCLUDES=-I$(SSLLOC)/include $(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) - --CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) -+CFLAGS=-DLOGIN_CAP $(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) - LIBS=-lm -lap -los $(EXTRA_LIBS) $(LIBS1) - INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) - LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -L$(OSDIR) -L$(SRCDIR)/ap -@@ -50,7 +50,7 @@ - -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs - - suexec: suexec.o -- $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS) -+ $(CC) $(CFLAGS) -lutil -o suexec $(LDFLAGS) suexec.o $(LIBS) - - clean: - rm -f $(TARGETS) *.o diff --git a/russian/apache13/files/patch-bb b/russian/apache13/files/patch-bb deleted file mode 100644 index 313c5f515759..000000000000 --- a/russian/apache13/files/patch-bb +++ /dev/null @@ -1,60 +0,0 @@ ---- src/support/suexec.c.orig Wed Mar 5 18:50:29 2003 -+++ src/support/suexec.c Fri Jul 18 18:09:56 2003 -@@ -90,6 +90,9 @@ - #include <sys/types.h> - - #include <stdarg.h> -+#ifdef LOGIN_CAP -+#include <login_cap.h> -+#endif - - #include "suexec.h" - -@@ -322,6 +325,9 @@ - #ifdef LOG_EXEC - fprintf(stderr, " -D LOG_EXEC=\"%s\"\n", LOG_EXEC); - #endif -+#ifdef LOGIN_CAP -+ fprintf(stderr, " -D LOGIN_CAP\n"); -+#endif - #ifdef SAFE_PATH - fprintf(stderr, " -D SAFE_PATH=\"%s\"\n", SAFE_PATH); - #endif -@@ -480,7 +486,28 @@ - - /* - * Change UID/GID here so that the following tests work over NFS. -- * -+ */ -+ -+#ifdef LOGIN_CAP -+ /* -+ * Set user context (resources, priority and grouplist). -+ * If unsuccessful, error out. -+ */ -+ if (setusercontext(NULL, pw, uid, LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | -+ LOGIN_SETGROUP | LOGIN_SETLOGIN) == -1) { -+ log_err("emerg: failed to set user context (%ld: %s)\n", uid, cmd); -+ exit(108); -+ } -+ -+ /* -+ * Set gid to the target group. If unsuccessful, error out. -+ */ -+ if ((setgid(gid)) != 0) { -+ log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd); -+ exit(109); -+ } -+#else /* !LOGIN_CAP */ -+ /* - * Initialize the group access list for the target user, - * and setgid() to the target group. If unsuccessful, error out. - */ -@@ -488,6 +515,7 @@ - log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd); - exit(109); - } -+#endif /* LOGIN_CAP */ - - /* - * setuid() to the target user. Error out on fail. diff --git a/russian/apache13/files/patch-src--modules--extra--mod_charset.c b/russian/apache13/files/patch-src--modules--extra--mod_charset.c deleted file mode 100644 index 333093a1ba25..000000000000 --- a/russian/apache13/files/patch-src--modules--extra--mod_charset.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/modules/extra/mod_charset.c.orig 2007-07-12 07:51:10.000000000 +0400 -+++ src/modules/extra/mod_charset.c 2007-07-12 07:53:36.000000000 +0400 -@@ -1201,6 +1201,8 @@ - - #endif - -+#if ! defined(__FreeBSD_cc_version) || __FreeBSD_cc_version < 700003 -+ - /* - Case-insensitive strstr() - */ -@@ -1227,7 +1229,7 @@ - - } - -- -+#endif - - static void - add_redirect_to_table(array_header *h, charset_redirect_t *rd) diff --git a/russian/apache13/pkg-deinstall b/russian/apache13/pkg-deinstall deleted file mode 100644 index dbb48b3c4f83..000000000000 --- a/russian/apache13/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/russian/apache13/Attic/pkg-deinstall,v 1.1 2002-07-08 09:27:37 ijliao Exp $ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Apache user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/russian/apache13/pkg-descr b/russian/apache13/pkg-descr deleted file mode 100644 index 83c837922b39..000000000000 --- a/russian/apache13/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - Russian Apache - Version 30.0 (and up) - -Russian Apache is an HTTP server designed to work on a Russian market. - -All the documentation is on-line on the WWW homepage. - -WWW: http://apache.lexa.ru/ diff --git a/russian/apache13/pkg-install b/russian/apache13/pkg-install deleted file mode 100644 index f79df472b417..000000000000 --- a/russian/apache13/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/russian/apache13/Attic/pkg-install,v 1.1 2002-07-08 09:27:37 ijliao Exp $ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/russian/apache13/pkg-plist b/russian/apache13/pkg-plist deleted file mode 100644 index 4e394aee7d09..000000000000 --- a/russian/apache13/pkg-plist +++ /dev/null @@ -1,830 +0,0 @@ -bin/dbmmanage -bin/checkgid -bin/htdigest -bin/htpasswd -@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi -etc/apache/srm.conf.default -@exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf -etc/apache/tables/cyrillic/dos-dos.tab -etc/apache/tables/cyrillic/dos-iso.tab -etc/apache/tables/cyrillic/dos-koi.tab -etc/apache/tables/cyrillic/dos-koiu.tab -etc/apache/tables/cyrillic/dos-mac.tab -etc/apache/tables/cyrillic/dos-macu.tab -etc/apache/tables/cyrillic/dos-utf7.tab -etc/apache/tables/cyrillic/dos-utf8.tab -etc/apache/tables/cyrillic/dos-win.tab -etc/apache/tables/cyrillic/iso-dos.tab -etc/apache/tables/cyrillic/iso-iso.tab -etc/apache/tables/cyrillic/iso-koi.tab -etc/apache/tables/cyrillic/iso-koiu.tab -etc/apache/tables/cyrillic/iso-mac.tab -etc/apache/tables/cyrillic/iso-macu.tab -etc/apache/tables/cyrillic/iso-utf7.tab -etc/apache/tables/cyrillic/iso-utf8.tab -etc/apache/tables/cyrillic/iso-win.tab -etc/apache/tables/cyrillic/koi-dos.tab -etc/apache/tables/cyrillic/koi-iso.tab -etc/apache/tables/cyrillic/koi-koi.tab -etc/apache/tables/cyrillic/koi-koiu.tab -etc/apache/tables/cyrillic/koi-mac.tab -etc/apache/tables/cyrillic/koi-macu.tab -etc/apache/tables/cyrillic/koi-utf7.tab -etc/apache/tables/cyrillic/koi-utf8.tab -etc/apache/tables/cyrillic/koi-win.tab -etc/apache/tables/cyrillic/koiu-dos.tab -etc/apache/tables/cyrillic/koiu-iso.tab -etc/apache/tables/cyrillic/koiu-koi.tab -etc/apache/tables/cyrillic/koiu-koiu.tab -etc/apache/tables/cyrillic/koiu-mac.tab -etc/apache/tables/cyrillic/koiu-macu.tab -etc/apache/tables/cyrillic/koiu-utf7.tab -etc/apache/tables/cyrillic/koiu-utf8.tab -etc/apache/tables/cyrillic/koiu-win.tab -etc/apache/tables/cyrillic/mac-dos.tab -etc/apache/tables/cyrillic/mac-iso.tab -etc/apache/tables/cyrillic/mac-koi.tab -etc/apache/tables/cyrillic/mac-koiu.tab -etc/apache/tables/cyrillic/mac-mac.tab -etc/apache/tables/cyrillic/mac-macu.tab -etc/apache/tables/cyrillic/mac-utf7.tab -etc/apache/tables/cyrillic/mac-utf8.tab -etc/apache/tables/cyrillic/mac-win.tab -etc/apache/tables/cyrillic/macu-dos.tab -etc/apache/tables/cyrillic/macu-iso.tab -etc/apache/tables/cyrillic/macu-koi.tab -etc/apache/tables/cyrillic/macu-koiu.tab -etc/apache/tables/cyrillic/macu-mac.tab -etc/apache/tables/cyrillic/macu-macu.tab -etc/apache/tables/cyrillic/macu-utf7.tab -etc/apache/tables/cyrillic/macu-utf8.tab -etc/apache/tables/cyrillic/macu-win.tab -etc/apache/tables/cyrillic/readme.txt -etc/apache/tables/cyrillic/win-dos.tab -etc/apache/tables/cyrillic/win-iso.tab -etc/apache/tables/cyrillic/win-koi.tab -etc/apache/tables/cyrillic/win-koiu.tab -etc/apache/tables/cyrillic/win-mac.tab -etc/apache/tables/cyrillic/win-macu.tab -etc/apache/tables/cyrillic/win-utf7.tab -etc/apache/tables/cyrillic/win-utf8.tab -etc/apache/tables/cyrillic/win-win.tab -etc/apache/tables/russian/alt-alt.tab -etc/apache/tables/russian/alt-iso.tab -etc/apache/tables/russian/alt-koi.tab -etc/apache/tables/russian/alt-mac.tab -etc/apache/tables/russian/alt-win.tab -etc/apache/tables/russian/iso-alt.tab -etc/apache/tables/russian/iso-iso.tab -etc/apache/tables/russian/iso-koi.tab -etc/apache/tables/russian/iso-mac.tab -etc/apache/tables/russian/iso-win.tab -etc/apache/tables/russian/koi-alt.tab -etc/apache/tables/russian/koi-iso.tab -etc/apache/tables/russian/koi-koi.tab -etc/apache/tables/russian/koi-mac.tab -etc/apache/tables/russian/koi-tran.tab -etc/apache/tables/russian/koi-win.tab -etc/apache/tables/russian/koi-utf8.tab -etc/apache/tables/russian/mac-alt.tab -etc/apache/tables/russian/mac-iso.tab -etc/apache/tables/russian/mac-koi.tab -etc/apache/tables/russian/mac-mac.tab -etc/apache/tables/russian/mac-win.tab -etc/apache/tables/russian/win-alt.tab -etc/apache/tables/russian/win-iso.tab -etc/apache/tables/russian/win-koi.tab -etc/apache/tables/russian/win-mac.tab -etc/apache/tables/russian/win-tran.tab -etc/apache/tables/russian/win-win.tab -etc/apache/tables/russian2/alt-mac.tab -etc/apache/tables/russian2/koi-mac.tab -etc/apache/tables/russian2/iso-alt.tab -etc/apache/tables/russian2/koi-win.tab -etc/apache/tables/russian2/iso-mac.tab -etc/apache/tables/russian2/win-alt.tab -etc/apache/tables/russian2/koi-alt.tab -etc/apache/tables/russian2/win-iso.tab -etc/apache/tables/russian2/koi-iso.tab -etc/apache/tables/russian2/win-mac.tab -etc/apache/tables/czech/cp1250-8859-1.tab -etc/apache/tables/czech/cp1250-8859-2.tab -etc/apache/tables/czech/cp1250-cmac.tab -etc/apache/tables/czech/cp1250-cp1250.tab -etc/apache/tables/czech/cp1250-cp437.tab -etc/apache/tables/czech/cp1250-cp895.tab -etc/apache/tables/czech/cp1250-koi8cs.tab -etc/apache/tables/czech/cp1250-latin2.tab -etc/apache/tables/ukrainian/alt-koi.tab -etc/apache/tables/ukrainian/alt-mac.tab -etc/apache/tables/ukrainian/alt-win.tab -etc/apache/tables/ukrainian/koi-alt.tab -etc/apache/tables/ukrainian/koi-mac.tab -etc/apache/tables/ukrainian/koi-win.tab -etc/apache/tables/ukrainian/mac-alt.tab -etc/apache/tables/ukrainian/mac-koi.tab -etc/apache/tables/ukrainian/mac-win.tab -etc/apache/tables/ukrainian/win-alt.tab -etc/apache/tables/ukrainian/win-koi.tab -etc/apache/tables/ukrainian/win-mac.tab -etc/apache/tables/ukrainian2/alt-koi8u.tab -etc/apache/tables/ukrainian2/alt-ruscii.tab -etc/apache/tables/ukrainian2/alt-trans.tab -etc/apache/tables/ukrainian2/alt-win.tab -etc/apache/tables/ukrainian2/koi-koi8u.tab -etc/apache/tables/ukrainian2/koi8u-alt.tab -etc/apache/tables/ukrainian2/koi8u-iso.tab -etc/apache/tables/ukrainian2/koi8u-koi.tab -etc/apache/tables/ukrainian2/koi8u-mac.tab -etc/apache/tables/ukrainian2/koi8u-ruscii.tab -etc/apache/tables/ukrainian2/koi8u-trans.tab -etc/apache/tables/ukrainian2/koi8u-win.tab -etc/apache/tables/ukrainian2/ruscii-alt.tab -etc/apache/tables/ukrainian2/ruscii-iso.tab -etc/apache/tables/ukrainian2/ruscii-koi.tab -etc/apache/tables/ukrainian2/ruscii-koi8u.tab -etc/apache/tables/ukrainian2/ruscii-mac.tab -etc/apache/tables/ukrainian2/ruscii-trans.tab -etc/apache/tables/ukrainian2/ruscii-win.tab -etc/apache/tables/ukrainian2/win-alt.tab -etc/apache/tables/ukrainian2/win-iso.tab -etc/apache/tables/ukrainian2/win-koi.tab -etc/apache/tables/ukrainian2/win-koi8u.tab -etc/apache/tables/ukrainian2/win-mac.tab -etc/apache/tables/ukrainian2/win-ruscii.tab -etc/apache/tables/ukrainian2/win-trans.tab -etc/rc.d/apache.sh -include/apache/ap.h -include/apache/ap_alloc.h -include/apache/ap_compat.h -include/apache/ap_config.h -include/apache/ap_config_auto.h -include/apache/ap_ctype.h -include/apache/ap_ebcdic.h -include/apache/ap_md5.h -include/apache/ap_mmn.h -include/apache/ap_sha1.h -include/apache/buff.h -include/apache/compat.h -include/apache/conf.h -include/apache/explain.h -include/apache/fnmatch.h -include/apache/hsregex.h -include/apache/http_conf_globals.h -include/apache/http_config.h -include/apache/http_core.h -include/apache/http_log.h -include/apache/http_main.h -include/apache/http_protocol.h -include/apache/http_request.h -include/apache/http_vhost.h -include/apache/httpd.h -include/apache/multithread.h -include/apache/os-inline.c -include/apache/os.h -include/apache/rfc1413.h -include/apache/scoreboard.h -include/apache/util_date.h -include/apache/util_md5.h -include/apache/util_script.h -include/apache/util_uri.h -include/apache/xml/asciitab.h -include/apache/xml/hashtable.h -include/apache/xml/iasciitab.h -include/apache/xml/latin1tab.h -include/apache/xml/nametab.h -include/apache/xml/utf8tab.h -include/apache/xml/xmldef.h -include/apache/xml/xmlparse.h -include/apache/xml/xmlrole.h -include/apache/xml/xmltok.h -include/apache/xml/xmltok_impl.h -libexec/apache/httpd.exp -libexec/apache/libproxy.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_digest.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_info.so -libexec/apache/mod_log_forensic.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_mmap_static.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_speling.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -%%DSO_MOD%%libexec/apache/mod_access.so -%%DSO_MOD%%libexec/apache/mod_actions.so -%%DSO_MOD%%libexec/apache/mod_alias.so -%%DSO_MOD%%libexec/apache/mod_asis.so -%%DSO_MOD%%libexec/apache/mod_auth.so -%%DSO_MOD%%libexec/apache/mod_autoindex.so -%%DSO_MOD%%libexec/apache/mod_cgi.so -%%DSO_MOD%%libexec/apache/mod_dir.so -%%DSO_MOD%%libexec/apache/mod_env.so -%%DSO_MOD%%libexec/apache/mod_imap.so -%%DSO_MOD%%libexec/apache/mod_include.so -%%DSO_MOD%%libexec/apache/mod_log_config.so -%%DSO_MOD%%libexec/apache/mod_mime.so -%%DSO_MOD%%libexec/apache/mod_negotiation.so -%%DSO_MOD%%libexec/apache/mod_setenvif.so -%%DSO_MOD%%libexec/apache/mod_status.so -%%DSO_MOD%%libexec/apache/mod_userdir.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/httpd -sbin/logresolve -sbin/rotatelogs -%%SUEXEC%%sbin/suexec -%%DOCSDIR%%/apache_pb.gif -%%DOCSDIR%%/ra-powered.gif -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.html.ca -%%DOCSDIR%%/index.html.cz -%%DOCSDIR%%/index.html.de -%%DOCSDIR%%/index.html.dk -%%DOCSDIR%%/index.html.ee -%%DOCSDIR%%/index.html.el -%%DOCSDIR%%/index.html.en -%%DOCSDIR%%/index.html.es -%%DOCSDIR%%/index.html.fr -%%DOCSDIR%%/index.html.he.iso8859-8 -%%DOCSDIR%%/index.html.hu -%%DOCSDIR%%/index.html.it -%%DOCSDIR%%/index.html.ja.jis -%%DOCSDIR%%/index.html.kr.iso-kr -%%DOCSDIR%%/index.html.lb.utf8 -%%DOCSDIR%%/index.html.nl -%%DOCSDIR%%/index.html.nn -%%DOCSDIR%%/index.html.no -%%DOCSDIR%%/index.html.po.iso-pl -%%DOCSDIR%%/index.html.pt -%%DOCSDIR%%/index.html.pt-br -%%DOCSDIR%%/index.html.ru -%%DOCSDIR%%/index.html.ru.cp-1251 -%%DOCSDIR%%/index.html.ru.cp866 -%%DOCSDIR%%/index.html.ru.iso-ru -%%DOCSDIR%%/index.html.ru.koi8-r -%%DOCSDIR%%/index.html.ru.ucs2 -%%DOCSDIR%%/index.html.ru.ucs4 -%%DOCSDIR%%/index.html.ru.utf8 -%%DOCSDIR%%/index.html.se -%%DOCSDIR%%/index.html.zh-tw.big5 -%%DOCSDIR%%/manual/LICENSE -%%DOCSDIR%%/manual/bind.html.en -%%DOCSDIR%%/manual/bind.html.fr -%%DOCSDIR%%/manual/bind.html.html -%%DOCSDIR%%/manual/bind.html.ja.jis -%%DOCSDIR%%/manual/configuring.html.en -%%DOCSDIR%%/manual/configuring.html.fr -%%DOCSDIR%%/manual/configuring.html.html -%%DOCSDIR%%/manual/configuring.html.ja.jis -%%DOCSDIR%%/manual/content-negotiation.html.en -%%DOCSDIR%%/manual/content-negotiation.html.html -%%DOCSDIR%%/manual/content-negotiation.html.ja.jis -%%DOCSDIR%%/manual/custom-error.html.en -%%DOCSDIR%%/manual/custom-error.html.fr -%%DOCSDIR%%/manual/custom-error.html.html -%%DOCSDIR%%/manual/custom-error.html.ja.jis -%%DOCSDIR%%/manual/cygwin.html -%%DOCSDIR%%/manual/dns-caveats.html.en -%%DOCSDIR%%/manual/dns-caveats.html.fr -%%DOCSDIR%%/manual/dns-caveats.html.html -%%DOCSDIR%%/manual/dns-caveats.html.ja.jis -%%DOCSDIR%%/manual/dso.html -%%DOCSDIR%%/manual/ebcdic.html -%%DOCSDIR%%/manual/env.html.en -%%DOCSDIR%%/manual/env.html.html -%%DOCSDIR%%/manual/env.html.ja.jis -%%DOCSDIR%%/manual/footer.html -%%DOCSDIR%%/manual/handler.html.en -%%DOCSDIR%%/manual/handler.html.html -%%DOCSDIR%%/manual/handler.html.ja.jis -%%DOCSDIR%%/manual/header.html -%%DOCSDIR%%/manual/howto/auth.html -%%DOCSDIR%%/manual/howto/cgi.html.en -%%DOCSDIR%%/manual/howto/cgi.html.html -%%DOCSDIR%%/manual/howto/cgi.html.ja.jis -%%DOCSDIR%%/manual/howto/footer.html -%%DOCSDIR%%/manual/howto/header.html -%%DOCSDIR%%/manual/howto/htaccess.html -%%DOCSDIR%%/manual/howto/ssi.html.en -%%DOCSDIR%%/manual/howto/ssi.html.html -%%DOCSDIR%%/manual/howto/ssi.html.ja.jis -%%DOCSDIR%%/manual/images/apache_header.gif -%%DOCSDIR%%/manual/images/custom_errordocs.gif -%%DOCSDIR%%/manual/images/home.gif -%%DOCSDIR%%/manual/images/index.gif -%%DOCSDIR%%/manual/images/mod_rewrite_fig1.fig -%%DOCSDIR%%/manual/images/mod_rewrite_fig1.gif -%%DOCSDIR%%/manual/images/mod_rewrite_fig2.fig -%%DOCSDIR%%/manual/images/mod_rewrite_fig2.gif -%%DOCSDIR%%/manual/images/pixel.gif -%%DOCSDIR%%/manual/images/sub.gif -%%DOCSDIR%%/manual/index.html.en -%%DOCSDIR%%/manual/index.html.fr -%%DOCSDIR%%/manual/index.html.html -%%DOCSDIR%%/manual/index.html.ja.jis -%%DOCSDIR%%/manual/install-tpf.html -%%DOCSDIR%%/manual/install-ztpf.html -%%DOCSDIR%%/manual/install.html.en -%%DOCSDIR%%/manual/install.html.es -%%DOCSDIR%%/manual/install.html.fr -%%DOCSDIR%%/manual/install.html.html -%%DOCSDIR%%/manual/install.html.ja.jis -%%DOCSDIR%%/manual/invoking.html.en -%%DOCSDIR%%/manual/invoking.html.fr -%%DOCSDIR%%/manual/invoking.html.html -%%DOCSDIR%%/manual/invoking.html.ja.jis -%%DOCSDIR%%/manual/keepalive.html.en -%%DOCSDIR%%/manual/keepalive.html.html -%%DOCSDIR%%/manual/keepalive.html.ja.jis -%%DOCSDIR%%/manual/location.html.en -%%DOCSDIR%%/manual/location.html.html -%%DOCSDIR%%/manual/location.html.ja.jis -%%DOCSDIR%%/manual/logs.html -%%DOCSDIR%%/manual/man-template.html -%%DOCSDIR%%/manual/misc/API.html -%%DOCSDIR%%/manual/misc/FAQ.html -%%DOCSDIR%%/manual/misc/HTTP_Features.tsv -%%DOCSDIR%%/manual/misc/client_block_api.html -%%DOCSDIR%%/manual/misc/compat_notes.html -%%DOCSDIR%%/manual/misc/custom_errordocs.html -%%DOCSDIR%%/manual/misc/descriptors.html -%%DOCSDIR%%/manual/misc/fin_wait_2.html -%%DOCSDIR%%/manual/misc/footer.html -%%DOCSDIR%%/manual/misc/header.html -%%DOCSDIR%%/manual/misc/howto.html -%%DOCSDIR%%/manual/misc/index.html -%%DOCSDIR%%/manual/misc/known_client_problems.html -%%DOCSDIR%%/manual/misc/nopgp.html -%%DOCSDIR%%/manual/misc/perf-bsd44.html -%%DOCSDIR%%/manual/misc/perf-dec.html -%%DOCSDIR%%/manual/misc/perf-hp.html -%%DOCSDIR%%/manual/misc/perf-tuning.html -%%DOCSDIR%%/manual/misc/perf.html -%%DOCSDIR%%/manual/misc/rewriteguide.html -%%DOCSDIR%%/manual/misc/security_tips.html -%%DOCSDIR%%/manual/misc/tutorials.html -%%DOCSDIR%%/manual/misc/vif-info.html -%%DOCSDIR%%/manual/misc/windoz_keepalive.html -%%DOCSDIR%%/manual/mod/core.html.en -%%DOCSDIR%%/manual/mod/core.html.fr -%%DOCSDIR%%/manual/mod/core.html.html -%%DOCSDIR%%/manual/mod/core.html.ja.jis -%%DOCSDIR%%/manual/mod/directive-dict.html.en -%%DOCSDIR%%/manual/mod/directive-dict.html.fr -%%DOCSDIR%%/manual/mod/directive-dict.html.html -%%DOCSDIR%%/manual/mod/directive-dict.html.ja.jis -%%DOCSDIR%%/manual/mod/directives.html.de -%%DOCSDIR%%/manual/mod/directives.html.en -%%DOCSDIR%%/manual/mod/directives.html.fr -%%DOCSDIR%%/manual/mod/directives.html.html -%%DOCSDIR%%/manual/mod/directives.html.ja.jis -%%DOCSDIR%%/manual/mod/footer.html -%%DOCSDIR%%/manual/mod/header.html -%%DOCSDIR%%/manual/mod/index-bytype.html.en -%%DOCSDIR%%/manual/mod/index-bytype.html.fr -%%DOCSDIR%%/manual/mod/index-bytype.html.html -%%DOCSDIR%%/manual/mod/index-bytype.html.ja.jis -%%DOCSDIR%%/manual/mod/index.html.en -%%DOCSDIR%%/manual/mod/index.html.fr -%%DOCSDIR%%/manual/mod/index.html.html -%%DOCSDIR%%/manual/mod/index.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_access.html.en -%%DOCSDIR%%/manual/mod/mod_access.html.html -%%DOCSDIR%%/manual/mod/mod_access.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_actions.html.en -%%DOCSDIR%%/manual/mod/mod_actions.html.html -%%DOCSDIR%%/manual/mod/mod_actions.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_alias.html.en -%%DOCSDIR%%/manual/mod/mod_alias.html.html -%%DOCSDIR%%/manual/mod/mod_alias.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_asis.html.en -%%DOCSDIR%%/manual/mod/mod_asis.html.html -%%DOCSDIR%%/manual/mod/mod_asis.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_auth.html.en -%%DOCSDIR%%/manual/mod/mod_auth.html.html -%%DOCSDIR%%/manual/mod/mod_auth.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_auth_anon.html -%%DOCSDIR%%/manual/mod/mod_auth_db.html -%%DOCSDIR%%/manual/mod/mod_auth_dbm.html -%%DOCSDIR%%/manual/mod/mod_auth_digest.html -%%DOCSDIR%%/manual/mod/mod_autoindex.html.en -%%DOCSDIR%%/manual/mod/mod_autoindex.html.html -%%DOCSDIR%%/manual/mod/mod_autoindex.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_browser.html -%%DOCSDIR%%/manual/mod/mod_cern_meta.html -%%DOCSDIR%%/manual/mod/mod_cgi.html.en -%%DOCSDIR%%/manual/mod/mod_cgi.html.html -%%DOCSDIR%%/manual/mod/mod_cgi.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_cookies.html -%%DOCSDIR%%/manual/mod/mod_digest.html -%%DOCSDIR%%/manual/mod/mod_dir.html.en -%%DOCSDIR%%/manual/mod/mod_dir.html.html -%%DOCSDIR%%/manual/mod/mod_dir.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_dld.html -%%DOCSDIR%%/manual/mod/mod_env.html.en -%%DOCSDIR%%/manual/mod/mod_env.html.html -%%DOCSDIR%%/manual/mod/mod_env.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_example.html -%%DOCSDIR%%/manual/mod/mod_expires.html -%%DOCSDIR%%/manual/mod/mod_headers.html -%%DOCSDIR%%/manual/mod/mod_imap.html -%%DOCSDIR%%/manual/mod/mod_include.html -%%DOCSDIR%%/manual/mod/mod_info.html.en -%%DOCSDIR%%/manual/mod/mod_info.html.html -%%DOCSDIR%%/manual/mod/mod_info.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_isapi.html -%%DOCSDIR%%/manual/mod/mod_log_agent.html -%%DOCSDIR%%/manual/mod/mod_log_common.html -%%DOCSDIR%%/manual/mod/mod_log_config.html.en -%%DOCSDIR%%/manual/mod/mod_log_config.html.html -%%DOCSDIR%%/manual/mod/mod_log_config.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_log_forensic.html.en -%%DOCSDIR%%/manual/mod/mod_log_forensic.html.html -%%DOCSDIR%%/manual/mod/mod_log_referer.html -%%DOCSDIR%%/manual/mod/mod_mime.html.en -%%DOCSDIR%%/manual/mod/mod_mime.html.html -%%DOCSDIR%%/manual/mod/mod_mime.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_mime_magic.html -%%DOCSDIR%%/manual/mod/mod_mmap_static.html -%%DOCSDIR%%/manual/mod/mod_negotiation.html.en -%%DOCSDIR%%/manual/mod/mod_negotiation.html.html -%%DOCSDIR%%/manual/mod/mod_negotiation.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_proxy.html -%%DOCSDIR%%/manual/mod/mod_rewrite.html.en -%%DOCSDIR%%/manual/mod/mod_rewrite.html.html -%%DOCSDIR%%/manual/mod/mod_rewrite.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_setenvif.html.en -%%DOCSDIR%%/manual/mod/mod_setenvif.html.html -%%DOCSDIR%%/manual/mod/mod_setenvif.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_so.html.en -%%DOCSDIR%%/manual/mod/mod_so.html.html -%%DOCSDIR%%/manual/mod/mod_so.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_speling.html.en -%%DOCSDIR%%/manual/mod/mod_speling.html.html -%%DOCSDIR%%/manual/mod/mod_speling.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_status.html -%%DOCSDIR%%/manual/mod/mod_unique_id.html.en -%%DOCSDIR%%/manual/mod/mod_unique_id.html.html -%%DOCSDIR%%/manual/mod/mod_unique_id.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_userdir.html.en -%%DOCSDIR%%/manual/mod/mod_userdir.html.html -%%DOCSDIR%%/manual/mod/mod_userdir.html.ja.jis -%%DOCSDIR%%/manual/mod/mod_usertrack.html -%%DOCSDIR%%/manual/mod/mod_vhost_alias.html -%%DOCSDIR%%/manual/mod/module-dict.html.en -%%DOCSDIR%%/manual/mod/module-dict.html.html -%%DOCSDIR%%/manual/mod/module-dict.html.ja.jis -%%DOCSDIR%%/manual/mpeix.html -%%DOCSDIR%%/manual/multilogs.html -%%DOCSDIR%%/manual/netware.html -%%DOCSDIR%%/manual/new_features_1_0.html -%%DOCSDIR%%/manual/new_features_1_1.html -%%DOCSDIR%%/manual/new_features_1_2.html -%%DOCSDIR%%/manual/new_features_1_3.html.en -%%DOCSDIR%%/manual/new_features_1_3.html.html -%%DOCSDIR%%/manual/new_features_1_3.html.ja.jis -%%DOCSDIR%%/manual/process-model.html.en -%%DOCSDIR%%/manual/process-model.html.html -%%DOCSDIR%%/manual/process-model.html.ja.jis -%%DOCSDIR%%/manual/programs/ab.html -%%DOCSDIR%%/manual/programs/apachectl.html.en -%%DOCSDIR%%/manual/programs/apachectl.html.html -%%DOCSDIR%%/manual/programs/apachectl.html.ja.jis -%%DOCSDIR%%/manual/programs/apxs.html -%%DOCSDIR%%/manual/programs/dbmmanage.html -%%DOCSDIR%%/manual/programs/footer.html -%%DOCSDIR%%/manual/programs/header.html -%%DOCSDIR%%/manual/programs/htdigest.html -%%DOCSDIR%%/manual/programs/htpasswd.html.en -%%DOCSDIR%%/manual/programs/htpasswd.html.html -%%DOCSDIR%%/manual/programs/htpasswd.html.ja.jis -%%DOCSDIR%%/manual/programs/httpd.html.en -%%DOCSDIR%%/manual/programs/httpd.html.html -%%DOCSDIR%%/manual/programs/httpd.html.ja.jis -%%DOCSDIR%%/manual/programs/index.html.en -%%DOCSDIR%%/manual/programs/index.html.html -%%DOCSDIR%%/manual/programs/index.html.ja.jis -%%DOCSDIR%%/manual/programs/logresolve.html -%%DOCSDIR%%/manual/programs/other.html -%%DOCSDIR%%/manual/programs/rotatelogs.html -%%DOCSDIR%%/manual/programs/suexec.html.en -%%DOCSDIR%%/manual/programs/suexec.html.html -%%DOCSDIR%%/manual/programs/suexec.html.ja.jis -%%DOCSDIR%%/manual/readme-tpf.html -%%DOCSDIR%%/manual/sections.html.en -%%DOCSDIR%%/manual/sections.html.html -%%DOCSDIR%%/manual/sections.html.ja.jis -%%DOCSDIR%%/manual/server-wide.html.en -%%DOCSDIR%%/manual/server-wide.html.fr -%%DOCSDIR%%/manual/server-wide.html.html -%%DOCSDIR%%/manual/server-wide.html.ja.jis -%%DOCSDIR%%/manual/sitemap.html -%%DOCSDIR%%/manual/sourcereorg.html -%%DOCSDIR%%/manual/stopping.html.en -%%DOCSDIR%%/manual/stopping.html.fr -%%DOCSDIR%%/manual/stopping.html.html -%%DOCSDIR%%/manual/suexec.html.en -%%DOCSDIR%%/manual/suexec.html.html -%%DOCSDIR%%/manual/suexec.html.ja.jis -%%DOCSDIR%%/manual/suexec_1_2.html -%%DOCSDIR%%/manual/unixware.html -%%DOCSDIR%%/manual/upgrading_to_1_3.html -%%DOCSDIR%%/manual/urlmapping.html -%%DOCSDIR%%/manual/vhosts/details.html -%%DOCSDIR%%/manual/vhosts/details_1_2.html -%%DOCSDIR%%/manual/vhosts/examples.html -%%DOCSDIR%%/manual/vhosts/fd-limits.html.en -%%DOCSDIR%%/manual/vhosts/fd-limits.html.html -%%DOCSDIR%%/manual/vhosts/fd-limits.html.ja.jis -%%DOCSDIR%%/manual/vhosts/footer.html -%%DOCSDIR%%/manual/vhosts/header.html -%%DOCSDIR%%/manual/vhosts/host.html -%%DOCSDIR%%/manual/vhosts/index.html.en -%%DOCSDIR%%/manual/vhosts/index.html.html -%%DOCSDIR%%/manual/vhosts/index.html.ja.jis -%%DOCSDIR%%/manual/vhosts/ip-based.html -%%DOCSDIR%%/manual/vhosts/mass.html -%%DOCSDIR%%/manual/vhosts/name-based.html.en -%%DOCSDIR%%/manual/vhosts/name-based.html.html -%%DOCSDIR%%/manual/vhosts/name-based.html.ja.jis -%%DOCSDIR%%/manual/vhosts/vhosts-in-depth.html -%%DOCSDIR%%/manual/vhosts/virtual-host.html -%%DOCSDIR%%/manual/win_compiling.html.en -%%DOCSDIR%%/manual/win_compiling.html.html -%%DOCSDIR%%/manual/win_compiling.html.ja.jis -%%DOCSDIR%%/manual/win_service.html.en -%%DOCSDIR%%/manual/win_service.html.html -%%DOCSDIR%%/manual/win_service.html.ja.jis -%%DOCSDIR%%/manual/windows.html.en -%%DOCSDIR%%/manual/windows.html.html -%%DOCSDIR%%/manual/windows.html.ja.jis -www/cgi-bin.default/printenv -www/cgi-bin.default/test-cgi -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/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/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 -@exec mkdir -p %D/www/proxy -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@dirrm etc/apache/tables/cyrillic -@dirrm etc/apache/tables/russian -@dirrm etc/apache/tables/russian2 -@dirrm etc/apache/tables/czech -@dirrm etc/apache/tables/ukrainian -@dirrm etc/apache/tables/ukrainian2 -@dirrm etc/apache/tables -@unexec rm -f %D/etc/apache/httpd.conf.bak 2> /dev/null || true -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm %%DOCSDIR%%/manual/howto -@dirrm %%DOCSDIR%%/manual/images -@dirrm %%DOCSDIR%%/manual/misc -@dirrm %%DOCSDIR%%/manual/mod -@dirrm %%DOCSDIR%%/manual/programs -@dirrm %%DOCSDIR%%/manual/vhosts -@dirrm %%DOCSDIR%%/manual -@dirrm %%DOCSDIR%% -@dirrm www/cgi-bin.default -@dirrm www/icons/small -@dirrm www/icons -@dirrm www/proxy |