an easy and consistent way of installing software ported to FreeBSD
Apache + OpenSSL (Apache-SSL)
Uses the public domain SSL implementation known as OpenSSL, integrated
into the Apache server to provide a public domain HTTPS server using
Netscape Secure Sockets Layer (SSL), versions 2 and 3 and TLS version
1. There are licensing issues in connection with use of the OpenSSL
code in the US, and there are ITAR restrictions on export, even though
the OpenSSL code is obtained from an overseas location.
Full details can be found on the web at:
WWW: http://www.apache-ssl.org
Details of OpenSSL can be found at:
http://www.openssl.org
@comment $FreeBSD: ports/www/apache13-ssl/pkg-plist,v 1.28 2008/04/15 11:50:10 dinoex Exp $
bin/checkgid
bin/dbmmanage
bin/htdigest
bin/htpasswd
@exec mkdir -p %D/etc/apache 2> /dev/null
etc/rc.d/apache.sh
@unexec if cmp -s %D/etc/apache/access.conf% %D/%%EXAMPLESDIR%%/access.conf-dist; then rm -f %D/etc/apache/access.conf%; fi
%%EXAMPLESDIR%%/access.conf-dist
@exec [ -f %D/etc/apache/access.conf% ] || cp %D/%%EXAMPLESDIR%%/access.conf-dist %D/etc/apache/access.conf
@unexec if cmp -s %D/etc/apache/httpsd.conf% %D/%%EXAMPLESDIR%%/httpsd.conf-dist; then rm -f %D/etc/apache/httpsd.conf%; fi
%%EXAMPLESDIR%%/httpsd.conf-dist
@exec [ -f %D/etc/apache/httpsd.conf% ] || cp %D/%%EXAMPLESDIR%%/httpsd.conf-dist %D/etc/apache/httpsd.conf
@unexec if cmp -s %D/etc/apache/magic% %D/%%EXAMPLESDIR%%/magic-dist; then rm -f %D/etc/apache/magic%; fi
%%EXAMPLESDIR%%/magic-dist
@exec [ -f %D/etc/apache/magic% ] || cp %D/%%EXAMPLESDIR%%/magic-dist %D/etc/apache/magic
@unexec if cmp -s %D/etc/apache/mime.types% %D/%%EXAMPLESDIR%%/mime.types-dist; then rm -f %D/etc/apache/mime.types%; fi
%%EXAMPLESDIR%%/mime.types-dist
@exec [ -f %D/etc/apache/mime.types% ] || cp %D/%%EXAMPLESDIR%%/mime.types-dist %D/etc/apache/mime.types
@unexec if cmp -s %D/etc/apache/srm.conf% %D/%%EXAMPLESDIR%%/srm.conf-dist; then rm -f %D/etc/apache/srm.conf%; fi
%%EXAMPLESDIR%%/srm.conf-dist
@exec [ -f %D/etc/apache/srm.conf% ] || cp %D/%%EXAMPLESDIR%%/srm.conf-dist %D/etc/apache/srm.conf
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/gcache.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
%%MOD_ACCESS%%libexec/apache/mod_access.so
%%MOD_ACTIONS%%libexec/apache/mod_actions.so
%%MOD_ALIAS%%libexec/apache/mod_alias.so
%%MOD_ASIS%%libexec/apache/mod_asis.so
%%MOD_AUTH%%libexec/apache/mod_auth.so
%%MOD_AUTH_ANON%%libexec/apache/mod_auth_anon.so
%%MOD_AUTH_DB%%libexec/apache/mod_auth_db.so
%%MOD_AUTH_DBM%%libexec/apache/mod_auth_dbm.so
%%MOD_AUTH_DIGEST%%libexec/apache/mod_auth_digest.so
%%MOD_AUTOINDEX%%libexec/apache/mod_autoindex.so
%%MOD_CERN_META%%libexec/apache/mod_cern_meta.so
%%MOD_CGI%%libexec/apache/mod_cgi.so
%%MOD_DIGEST%%libexec/apache/mod_digest.so
%%MOD_DIR%%libexec/apache/mod_dir.so
%%MOD_ENV%%libexec/apache/mod_env.so
%%MOD_EXPIRES%%libexec/apache/mod_expires.so
%%MOD_HEADERS%%libexec/apache/mod_headers.so
%%MOD_IMAP%%libexec/apache/mod_imap.so
%%MOD_INCLUDE%%libexec/apache/mod_include.so
%%MOD_INFO%%libexec/apache/mod_info.so
%%MOD_LOG_AGENT%%libexec/apache/mod_log_agent.so
%%MOD_LOG_CONFIG%%libexec/apache/mod_log_config.so
%%MOD_LOG_FORENSIC%%libexec/apache/mod_log_forensic.so
%%MOD_LOG_REFERER%%libexec/apache/mod_log_referer.so
%%MOD_MIME%%libexec/apache/mod_mime.so
%%MOD_MIME_MAGIC%%libexec/apache/mod_mime_magic.so
%%MOD_MMAP_STATIC%%libexec/apache/mod_mmap_static.so
%%MOD_NEGOTIATION%%libexec/apache/mod_negotiation.so
%%MOD_PROXY%%libexec/apache/libproxy.so
%%MOD_REWRITE%%libexec/apache/mod_rewrite.so
%%MOD_SPELING%%libexec/apache/mod_speling.so
%%MOD_STATUS%%libexec/apache/mod_status.so
%%MOD_UNIQUE_ID%%libexec/apache/mod_unique_id.so
%%MOD_USERDIR%%libexec/apache/mod_userdir.so
%%MOD_USERTRACK%%libexec/apache/mod_usertrack.so
%%MOD_VHOST_ALIAS%%libexec/apache/mod_vhost_alias.so
sbin/ab
sbin/apxs
sbin/gcache
sbin/httpsd
sbin/httpsdctl
sbin/logresolve
sbin/rotatelogs
%%SUB_SUEXEC%%sbin/suexec
www/cgi-bin/printenv
www/cgi-bin/test-cgi
www/data-dist/apache_pb.gif
@exec [ -d %D/www/data/ ] || ln -fs %B %D/www/data
www/data-dist/index.html.ca
www/data-dist/index.html.cz
www/data-dist/index.html.de
www/data-dist/index.html.dk
www/data-dist/index.html.ee
www/data-dist/index.html.el
www/data-dist/index.html.en
www/data-dist/index.html.es
www/data-dist/index.html.fr
www/data-dist/index.html.he.iso8859-8
www/data-dist/index.html.hu
www/data-dist/index.html.it
www/data-dist/index.html.ja.jis
www/data-dist/index.html.kr.iso-kr
www/data-dist/index.html.lb.utf8
www/data-dist/index.html.nl
www/data-dist/index.html.nn
www/data-dist/index.html.no
www/data-dist/index.html.po.iso-pl
www/data-dist/index.html.pt
www/data-dist/index.html.pt-br
www/data-dist/index.html.ru.cp-1251
www/data-dist/index.html.ru.cp866
www/data-dist/index.html.ru.iso-ru
www/data-dist/index.html.ru.koi8-r
www/data-dist/index.html.ru.ucs2
www/data-dist/index.html.ru.ucs4
www/data-dist/index.html.ru.utf8
www/data-dist/index.html.se
www/data-dist/index.html.zh-tw.big5
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/bind.html.en
%%PORTDOCS%%%%DOCSDIR%%/bind.html.fr
%%PORTDOCS%%%%DOCSDIR%%/bind.html.html
%%PORTDOCS%%%%DOCSDIR%%/bind.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/configuring.html.en
%%PORTDOCS%%%%DOCSDIR%%/configuring.html.fr
%%PORTDOCS%%%%DOCSDIR%%/configuring.html.html
%%PORTDOCS%%%%DOCSDIR%%/configuring.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.en
%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.html
%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.en
%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.fr
%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.html
%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/cygwin.html
%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.en
%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.fr
%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.html
%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/dso.html
%%PORTDOCS%%%%DOCSDIR%%/ebcdic.html
%%PORTDOCS%%%%DOCSDIR%%/env.html.en
%%PORTDOCS%%%%DOCSDIR%%/env.html.html
%%PORTDOCS%%%%DOCSDIR%%/env.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/footer.html
%%PORTDOCS%%%%DOCSDIR%%/handler.html.en
%%PORTDOCS%%%%DOCSDIR%%/handler.html.html
%%PORTDOCS%%%%DOCSDIR%%/handler.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/header.html
%%PORTDOCS%%%%DOCSDIR%%/howto/auth.html
%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.en
%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.html
%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/howto/footer.html
%%PORTDOCS%%%%DOCSDIR%%/howto/header.html
%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.html
%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.en
%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.html
%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/images/apache_header.gif
%%PORTDOCS%%%%DOCSDIR%%/images/custom_errordocs.gif
%%PORTDOCS%%%%DOCSDIR%%/images/home.gif
%%PORTDOCS%%%%DOCSDIR%%/images/index.gif
%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig1.fig
%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig1.gif
%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig2.fig
%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig2.gif
%%PORTDOCS%%%%DOCSDIR%%/images/pixel.gif
%%PORTDOCS%%%%DOCSDIR%%/images/sub.gif
%%PORTDOCS%%%%DOCSDIR%%/index.html.en
%%PORTDOCS%%%%DOCSDIR%%/index.html.fr
%%PORTDOCS%%%%DOCSDIR%%/index.html.html
%%PORTDOCS%%%%DOCSDIR%%/index.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/install-tpf.html
%%PORTDOCS%%%%DOCSDIR%%/install.html.en
%%PORTDOCS%%%%DOCSDIR%%/install.html.es
%%PORTDOCS%%%%DOCSDIR%%/install.html.fr
%%PORTDOCS%%%%DOCSDIR%%/install.html.html
%%PORTDOCS%%%%DOCSDIR%%/install.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/install-ztpf.html
%%PORTDOCS%%%%DOCSDIR%%/invoking.html.en
%%PORTDOCS%%%%DOCSDIR%%/invoking.html.fr
%%PORTDOCS%%%%DOCSDIR%%/invoking.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/invoking.html.html
%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.en
%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.html
%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/location.html.en
%%PORTDOCS%%%%DOCSDIR%%/location.html.html
%%PORTDOCS%%%%DOCSDIR%%/location.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/logs.html
%%PORTDOCS%%%%DOCSDIR%%/man-template.html
%%PORTDOCS%%%%DOCSDIR%%/misc/API.html
%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.html
%%PORTDOCS%%%%DOCSDIR%%/misc/HTTP_Features.tsv
%%PORTDOCS%%%%DOCSDIR%%/misc/client_block_api.html
%%PORTDOCS%%%%DOCSDIR%%/misc/compat_notes.html
%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.html
%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.html
%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.html
%%PORTDOCS%%%%DOCSDIR%%/misc/footer.html
%%PORTDOCS%%%%DOCSDIR%%/misc/header.html
%%PORTDOCS%%%%DOCSDIR%%/misc/howto.html
%%PORTDOCS%%%%DOCSDIR%%/misc/index.html
%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.html
%%PORTDOCS%%%%DOCSDIR%%/misc/nopgp.html
%%PORTDOCS%%%%DOCSDIR%%/misc/perf-bsd44.html
%%PORTDOCS%%%%DOCSDIR%%/misc/perf-dec.html
%%PORTDOCS%%%%DOCSDIR%%/misc/perf-hp.html
%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.html
%%PORTDOCS%%%%DOCSDIR%%/misc/perf.html
%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.html
%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.html
%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.html
%%PORTDOCS%%%%DOCSDIR%%/misc/vif-info.html
%%PORTDOCS%%%%DOCSDIR%%/misc/windoz_keepalive.html
%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.fr
%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.fr
%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.de
%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.fr
%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/footer.html
%%PORTDOCS%%%%DOCSDIR%%/mod/header.html
%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.fr
%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.fr
%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_db.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_browser.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cookies.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_digest.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dld.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_agent.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_common.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_forensic.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_forensic.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_referer.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mmap_static.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.html
%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.html
%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.en
%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.html
%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/mpeix.html
%%PORTDOCS%%%%DOCSDIR%%/multilogs.html
%%PORTDOCS%%%%DOCSDIR%%/netware.html
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_0.html
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_1.html
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_2.html
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.en
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.html
%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/process-model.html.en
%%PORTDOCS%%%%DOCSDIR%%/process-model.html.html
%%PORTDOCS%%%%DOCSDIR%%/process-model.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/programs/ab.html
%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.en
%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.html
%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.html
%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.html
%%PORTDOCS%%%%DOCSDIR%%/programs/footer.html
%%PORTDOCS%%%%DOCSDIR%%/programs/header.html
%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.html
%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.en
%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.html
%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.en
%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.html
%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.en
%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.html
%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.html
%%PORTDOCS%%%%DOCSDIR%%/programs/other.html
%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.html
%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.en
%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.html
%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/readme-tpf.html
%%PORTDOCS%%%%DOCSDIR%%/sections.html.en
%%PORTDOCS%%%%DOCSDIR%%/sections.html.html
%%PORTDOCS%%%%DOCSDIR%%/sections.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.en
%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.fr
%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.html
%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/sitemap.html
%%PORTDOCS%%%%DOCSDIR%%/sourcereorg.html
%%PORTDOCS%%%%DOCSDIR%%/stopping.html.en
%%PORTDOCS%%%%DOCSDIR%%/stopping.html.fr
%%PORTDOCS%%%%DOCSDIR%%/stopping.html.html
%%PORTDOCS%%%%DOCSDIR%%/suexec.html.en
%%PORTDOCS%%%%DOCSDIR%%/suexec.html.html
%%PORTDOCS%%%%DOCSDIR%%/suexec.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/suexec_1_2.html
%%PORTDOCS%%%%DOCSDIR%%/unixware.html
%%PORTDOCS%%%%DOCSDIR%%/upgrading_to_1_3.html
%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/details_1_2.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.en
%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/vhosts/footer.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/header.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/host.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.en
%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.en
%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/vhosts/vhosts-in-depth.html
%%PORTDOCS%%%%DOCSDIR%%/vhosts/virtual-host.html
%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.en
%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.html
%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/win_service.html.en
%%PORTDOCS%%%%DOCSDIR%%/win_service.html.html
%%PORTDOCS%%%%DOCSDIR%%/win_service.html.ja.jis
%%PORTDOCS%%%%DOCSDIR%%/windows.html.en
%%PORTDOCS%%%%DOCSDIR%%/windows.html.html
%%PORTDOCS%%%%DOCSDIR%%/windows.html.ja.jis
www/icons/README
www/icons/README.html
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/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 rm -f %D/etc/apache/httpsd.conf.bak 2> /dev/null || true
@dirrmtry etc/apache
@dirrm include/apache/xml
@dirrm include/apache
@dirrm libexec/apache
@dirrm %%PORTDOCS%%%%DOCSDIR%%/howto
@dirrm %%PORTDOCS%%%%DOCSDIR%%/images
@dirrm %%PORTDOCS%%%%DOCSDIR%%/misc
@dirrm %%PORTDOCS%%%%DOCSDIR%%/mod
@dirrm %%PORTDOCS%%%%DOCSDIR%%/programs
@dirrm %%PORTDOCS%%%%DOCSDIR%%/vhosts
@dirrm %%PORTDOCS%%%%DOCSDIR%%
@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 www/cgi-bin-dist
@dirrm www/data-dist
@dirrm www/icons/small
@dirrm www/icons
@dirrm www/proxy
@dirrm %%EXAMPLESDIR%%