5c8de5fcae
Mark apache13-ssl FORBIDDEN because the new version does not yet exist. Partially based on patches submitted by below authors. Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>, Udo Schweigert <udo.schweigert@siemens.com>, Lev A. Serebryakov <lev@serebryakov.spb.ru> PR: ports/43682, ports/43688, ports/43666, ports/43681
997 lines
40 KiB
Plaintext
997 lines
40 KiB
Plaintext
bin/apr-config
|
|
bin/apu-config
|
|
@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi
|
|
etc/apache2/highperformance-std.conf
|
|
@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf
|
|
@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi
|
|
etc/apache2/httpd-std.conf
|
|
@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf
|
|
@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic-dist; then rm -f %D/etc/apache2/magic; fi
|
|
etc/apache2/magic-dist
|
|
@exec [ -f %B/magic ] || cp %B/%f %B/magic
|
|
@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi
|
|
etc/apache2/mime.types-dist
|
|
@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types
|
|
@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi
|
|
etc/apache2/ssl-std.conf
|
|
@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf
|
|
etc/rc.d/apache2.sh
|
|
include/apache2/ap_compat.h
|
|
include/apache2/ap_config.h
|
|
include/apache2/ap_config_auto.h
|
|
include/apache2/ap_config_layout.h
|
|
include/apache2/ap_listen.h
|
|
include/apache2/ap_mmn.h
|
|
include/apache2/ap_mpm.h
|
|
include/apache2/ap_regkey.h
|
|
include/apache2/ap_release.h
|
|
include/apache2/apr.h
|
|
include/apache2/apr_allocator.h
|
|
include/apache2/apr_anylock.h
|
|
include/apache2/apr_atomic.h
|
|
include/apache2/apr_base64.h
|
|
include/apache2/apr_buckets.h
|
|
include/apache2/apr_compat.h
|
|
include/apache2/apr_date.h
|
|
include/apache2/apr_dbm.h
|
|
include/apache2/apr_dso.h
|
|
include/apache2/apr_errno.h
|
|
include/apache2/apr_file_info.h
|
|
include/apache2/apr_file_io.h
|
|
include/apache2/apr_fnmatch.h
|
|
include/apache2/apr_general.h
|
|
include/apache2/apr_getopt.h
|
|
include/apache2/apr_global_mutex.h
|
|
include/apache2/apr_hash.h
|
|
include/apache2/apr_hooks.h
|
|
include/apache2/apr_inherit.h
|
|
include/apache2/apr_ldap.h
|
|
include/apache2/apr_lib.h
|
|
include/apache2/apr_md4.h
|
|
include/apache2/apr_md5.h
|
|
include/apache2/apr_mmap.h
|
|
include/apache2/apr_network_io.h
|
|
include/apache2/apr_optional.h
|
|
include/apache2/apr_optional_hooks.h
|
|
include/apache2/apr_poll.h
|
|
include/apache2/apr_pools.h
|
|
include/apache2/apr_portable.h
|
|
include/apache2/apr_proc_mutex.h
|
|
include/apache2/apr_queue.h
|
|
include/apache2/apr_reslist.h
|
|
include/apache2/apr_ring.h
|
|
include/apache2/apr_rmm.h
|
|
include/apache2/apr_sdbm.h
|
|
include/apache2/apr_sha1.h
|
|
include/apache2/apr_shm.h
|
|
include/apache2/apr_signal.h
|
|
include/apache2/apr_strings.h
|
|
include/apache2/apr_strmatch.h
|
|
include/apache2/apr_support.h
|
|
include/apache2/apr_tables.h
|
|
include/apache2/apr_thread_cond.h
|
|
include/apache2/apr_thread_mutex.h
|
|
include/apache2/apr_thread_proc.h
|
|
include/apache2/apr_thread_rwlock.h
|
|
include/apache2/apr_time.h
|
|
include/apache2/apr_uri.h
|
|
include/apache2/apr_user.h
|
|
include/apache2/apr_uuid.h
|
|
include/apache2/apr_version.h
|
|
include/apache2/apr_want.h
|
|
include/apache2/apr_xlate.h
|
|
include/apache2/apr_xml.h
|
|
include/apache2/apu.h
|
|
include/apache2/apu_compat.h
|
|
include/apache2/apu_version.h
|
|
%%WORKER%%include/apache2/fdqueue.h
|
|
include/apache2/http_config.h
|
|
include/apache2/http_connection.h
|
|
include/apache2/http_core.h
|
|
include/apache2/http_log.h
|
|
include/apache2/http_main.h
|
|
include/apache2/http_protocol.h
|
|
include/apache2/http_request.h
|
|
include/apache2/http_vhost.h
|
|
include/apache2/httpd.h
|
|
include/apache2/mod_cgi.h
|
|
include/apache2/mod_core.h
|
|
include/apache2/mod_dav.h
|
|
include/apache2/mod_include.h
|
|
include/apache2/mod_log_config.h
|
|
include/apache2/mod_proxy.h
|
|
include/apache2/mod_ssl.h
|
|
include/apache2/mpm.h
|
|
include/apache2/mpm_common.h
|
|
include/apache2/mpm_default.h
|
|
include/apache2/os.h
|
|
include/apache2/pcre.h
|
|
include/apache2/pcreposix.h
|
|
%%WORKER%%include/apache2/pod.h
|
|
include/apache2/rfc1413.h
|
|
include/apache2/scoreboard.h
|
|
include/apache2/ssl_expr.h
|
|
include/apache2/ssl_expr_parse.h
|
|
include/apache2/ssl_toolkit_compat.h
|
|
include/apache2/ssl_util_ssl.h
|
|
include/apache2/ssl_util_table.h
|
|
include/apache2/unixd.h
|
|
include/apache2/util_cfgtree.h
|
|
include/apache2/util_charset.h
|
|
include/apache2/util_ebcdic.h
|
|
include/apache2/util_filter.h
|
|
include/apache2/util_ldap.h
|
|
include/apache2/util_md5.h
|
|
include/apache2/util_script.h
|
|
include/apache2/util_time.h
|
|
include/apache2/util_xml.h
|
|
lib/apache2/apr.exp
|
|
lib/apache2/aprutil.exp
|
|
lib/apache2/libapr.a
|
|
lib/apache2/libapr.la
|
|
lib/apache2/libapr.so
|
|
lib/apache2/libapr.so.9
|
|
lib/apache2/libaprutil.a
|
|
lib/apache2/libaprutil.la
|
|
lib/apache2/libaprutil.so
|
|
lib/apache2/libaprutil.so.9
|
|
libexec/apache2/httpd.exp
|
|
libexec/apache2/mod_access.so
|
|
libexec/apache2/mod_actions.so
|
|
libexec/apache2/mod_alias.so
|
|
libexec/apache2/mod_asis.so
|
|
libexec/apache2/mod_auth.so
|
|
libexec/apache2/mod_auth_anon.so
|
|
libexec/apache2/mod_auth_dbm.so
|
|
libexec/apache2/mod_auth_digest.so
|
|
libexec/apache2/mod_autoindex.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_bucketeer.so
|
|
%%THREADS%%libexec/apache2/mod_cache.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so
|
|
libexec/apache2/mod_cern_meta.so
|
|
%%PREFORK%%libexec/apache2/mod_cgi.so
|
|
libexec/apache2/mod_cgid.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so
|
|
libexec/apache2/mod_dav.so
|
|
libexec/apache2/mod_dav_fs.so
|
|
libexec/apache2/mod_deflate.so
|
|
libexec/apache2/mod_dir.so
|
|
%%THREADS%%libexec/apache2/mod_disk_cache.so
|
|
libexec/apache2/mod_env.so
|
|
libexec/apache2/mod_expires.so
|
|
libexec/apache2/mod_ext_filter.so
|
|
%%THREADS%%libexec/apache2/mod_file_cache.so
|
|
libexec/apache2/mod_headers.so
|
|
libexec/apache2/mod_imap.so
|
|
libexec/apache2/mod_include.so
|
|
libexec/apache2/mod_info.so
|
|
libexec/apache2/mod_log_config.so
|
|
%%THREADS%%libexec/apache2/mod_mem_cache.so
|
|
libexec/apache2/mod_mime.so
|
|
libexec/apache2/mod_mime_magic.so
|
|
libexec/apache2/mod_negotiation.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_export.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_import.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_import.so
|
|
%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_export.so
|
|
libexec/apache2/mod_proxy.so
|
|
libexec/apache2/mod_proxy_connect.so
|
|
libexec/apache2/mod_proxy_ftp.so
|
|
libexec/apache2/mod_proxy_http.so
|
|
libexec/apache2/mod_rewrite.so
|
|
libexec/apache2/mod_setenvif.so
|
|
libexec/apache2/mod_speling.so
|
|
%%MODSSL%%libexec/apache2/mod_ssl.so
|
|
libexec/apache2/mod_status.so
|
|
%%SUEXEC%%libexec/apache2/mod_suexec.so
|
|
libexec/apache2/mod_unique_id.so
|
|
libexec/apache2/mod_userdir.so
|
|
libexec/apache2/mod_usertrack.so
|
|
libexec/apache2/mod_vhost_alias.so
|
|
sbin/ab
|
|
sbin/apachectl
|
|
sbin/apxs
|
|
sbin/checkgid
|
|
sbin/dbmmanage
|
|
sbin/envvars
|
|
sbin/envvars-std
|
|
sbin/htdbm
|
|
sbin/htdigest
|
|
sbin/htpasswd
|
|
sbin/httpd
|
|
sbin/logresolve
|
|
sbin/rotatelogs
|
|
%%SUEXEC%%sbin/suexec
|
|
share/apache2/config_vars.mk
|
|
share/apache2/instdso.sh
|
|
share/apache2/library.mk
|
|
share/apache2/libtool
|
|
share/apache2/ltlib.mk
|
|
share/apache2/program.mk
|
|
share/apache2/rules.mk
|
|
share/apache2/special.mk
|
|
%%PORTDOCS%%share/doc/apache2/LICENSE
|
|
%%PORTDOCS%%share/doc/apache2/bind.html.en
|
|
%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/bind.xml
|
|
%%PORTDOCS%%share/doc/apache2/bind.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/cgi_path.html.en
|
|
%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/configuring.html.en
|
|
%%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/configuring.xml
|
|
%%PORTDOCS%%share/doc/apache2/configuring.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/content-negotiation.html.en
|
|
%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/content-negotiation.xml
|
|
%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/custom-error.html.en
|
|
%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/custom-error.xml
|
|
%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/developer/API.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/debugging.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/documenting.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/filters.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/header.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/hooks.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/index.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/layeredio.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/modules.html.en
|
|
%%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/developer/request.html
|
|
%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html
|
|
%%PORTDOCS%%share/doc/apache2/dns-caveats.html.en
|
|
%%PORTDOCS%%share/doc/apache2/dns-caveats.xml
|
|
%%PORTDOCS%%share/doc/apache2/dso.html.en
|
|
%%PORTDOCS%%share/doc/apache2/dso.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr
|
|
%%PORTDOCS%%share/doc/apache2/dso.xml
|
|
%%PORTDOCS%%share/doc/apache2/dso.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/env.html.en
|
|
%%PORTDOCS%%share/doc/apache2/env.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/env.xml
|
|
%%PORTDOCS%%share/doc/apache2/faq/index.html
|
|
%%PORTDOCS%%share/doc/apache2/filter.html.en
|
|
%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/filter.xml
|
|
%%PORTDOCS%%share/doc/apache2/filter.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/glossary.html.en
|
|
%%PORTDOCS%%share/doc/apache2/glossary.xml
|
|
%%PORTDOCS%%share/doc/apache2/handler.html.en
|
|
%%PORTDOCS%%share/doc/apache2/handler.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/handler.xml
|
|
%%PORTDOCS%%share/doc/apache2/handler.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/header.html
|
|
%%PORTDOCS%%share/doc/apache2/howto/auth.html.en
|
|
%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/howto/cgi.html.en
|
|
%%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/howto/cgi.xml
|
|
%%PORTDOCS%%share/doc/apache2/howto/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/howto/header.html
|
|
%%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en
|
|
%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml
|
|
%%PORTDOCS%%share/doc/apache2/howto/public_html.html.en
|
|
%%PORTDOCS%%share/doc/apache2/howto/public_html.xml
|
|
%%PORTDOCS%%share/doc/apache2/howto/ssi.html.en
|
|
%%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/howto/ssi.xml
|
|
%%PORTDOCS%%share/doc/apache2/images/apache_header.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/apache_header.png
|
|
%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png
|
|
%%PORTDOCS%%share/doc/apache2/images/down.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/favicon.ico
|
|
%%PORTDOCS%%share/doc/apache2/images/feather.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/home.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/home.png
|
|
%%PORTDOCS%%share/doc/apache2/images/index.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/index.png
|
|
%%PORTDOCS%%share/doc/apache2/images/left.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png
|
|
%%PORTDOCS%%share/doc/apache2/images/pixel.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/pixel.png
|
|
%%PORTDOCS%%share/doc/apache2/images/right.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/sub.gif
|
|
%%PORTDOCS%%share/doc/apache2/images/sub.png
|
|
%%PORTDOCS%%share/doc/apache2/images/up.gif
|
|
%%PORTDOCS%%share/doc/apache2/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/index.html.fr
|
|
%%PORTDOCS%%share/doc/apache2/index.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/install.html.de
|
|
%%PORTDOCS%%share/doc/apache2/install.html.en
|
|
%%PORTDOCS%%share/doc/apache2/install.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr
|
|
%%PORTDOCS%%share/doc/apache2/install.xml
|
|
%%PORTDOCS%%share/doc/apache2/install.xml.de
|
|
%%PORTDOCS%%share/doc/apache2/install.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/invoking.html.en
|
|
%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/invoking.xml
|
|
%%PORTDOCS%%share/doc/apache2/invoking.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/logs.html.en
|
|
%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/logs.xml
|
|
%%PORTDOCS%%share/doc/apache2/logs.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/descriptors.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/header.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/misc/index.xml
|
|
%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html
|
|
%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en
|
|
%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml
|
|
%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en
|
|
%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml
|
|
%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en
|
|
%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml
|
|
%%PORTDOCS%%share/doc/apache2/misc/tutorials.html
|
|
%%PORTDOCS%%share/doc/apache2/mod/core.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/core.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/directives.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/directives.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/mod/header.html
|
|
%%PORTDOCS%%share/doc/apache2/mod/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/index.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/index.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/perchild.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mod/worker.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mod/worker.xml
|
|
%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/mpm.html.en
|
|
%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr
|
|
%%PORTDOCS%%share/doc/apache2/mpm.xml
|
|
%%PORTDOCS%%share/doc/apache2/mpm.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de
|
|
%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/platform/header.html
|
|
%%PORTDOCS%%share/doc/apache2/platform/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/index.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/netware.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/netware.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/win_service.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/win_service.xml
|
|
%%PORTDOCS%%share/doc/apache2/platform/windows.html.en
|
|
%%PORTDOCS%%share/doc/apache2/platform/windows.xml
|
|
%%PORTDOCS%%share/doc/apache2/programs/ab.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/apachectl.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/apxs.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/header.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/htdigest.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/httpd.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/index.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/logresolve.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/other.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html
|
|
%%PORTDOCS%%share/doc/apache2/programs/suexec.html
|
|
%%PORTDOCS%%share/doc/apache2/search/manual-index.cgi
|
|
%%PORTDOCS%%share/doc/apache2/sections.html.en
|
|
%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/sections.xml
|
|
%%PORTDOCS%%share/doc/apache2/server-wide.html.en
|
|
%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/server-wide.xml
|
|
%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/sitemap.html.en
|
|
%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/sitemap.xml
|
|
%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/ssl/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/ssl/header.html
|
|
%%PORTDOCS%%share/doc/apache2/ssl/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/ssl/index.xml
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif
|
|
%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif
|
|
%%PORTDOCS%%share/doc/apache2/stopping.html.en
|
|
%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/stopping.xml
|
|
%%PORTDOCS%%share/doc/apache2/stopping.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/style/common.dtd
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-90pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-90pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-fix13-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-fix13.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-fix15-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-fix15.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-print.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-100pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-100pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-90pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-90pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-fix13-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-fix13.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-fix15-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-left-fix15.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-100pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-100pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-90pc-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-90pc.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-fix13-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-fix13.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-fix15-b.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual-sbar-right-fix15.css
|
|
%%PORTDOCS%%share/doc/apache2/style/css/manual.css
|
|
%%PORTDOCS%%share/doc/apache2/style/lang/de.xml
|
|
%%PORTDOCS%%share/doc/apache2/style/lang/en.xml
|
|
%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml
|
|
%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml
|
|
%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd
|
|
%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd
|
|
%%PORTDOCS%%share/doc/apache2/style/sitemap.dtd
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl
|
|
%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl
|
|
%%PORTDOCS%%share/doc/apache2/suexec.html.en
|
|
%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/suexec.xml
|
|
%%PORTDOCS%%share/doc/apache2/suexec.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.html.de
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.html.en
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.html.fr
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.xml
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.xml.de
|
|
%%PORTDOCS%%share/doc/apache2/upgrading.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/urlmapping.html.en
|
|
%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/urlmapping.xml
|
|
%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/details.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/examples.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/footer.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/header.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/mass.html
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en
|
|
%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis
|
|
@exec mkdir -p %D/www
|
|
@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi
|
|
@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin
|
|
www/cgi-bin-dist/printenv
|
|
www/cgi-bin-dist/test-cgi
|
|
@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi
|
|
@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data
|
|
www/data-dist/apache_pb.gif
|
|
www/data-dist/apache_pb.png
|
|
www/data-dist/apache_pb2.gif
|
|
www/data-dist/apache_pb2.png
|
|
www/data-dist/apache_pb2_ani.gif
|
|
www/data-dist/index.html.ca
|
|
www/data-dist/index.html.cz.iso8859-2
|
|
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.et
|
|
www/data-dist/index.html.fr
|
|
www/data-dist/index.html.he.iso8859-8
|
|
www/data-dist/index.html.hr.iso8859-2
|
|
www/data-dist/index.html.it
|
|
www/data-dist/index.html.ja.iso2022-jp
|
|
www/data-dist/index.html.ko.euc-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.iso8859-2
|
|
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.utf8
|
|
www/data-dist/index.html.se
|
|
www/data-dist/index.html.var
|
|
www/data-dist/index.html.zh
|
|
@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi
|
|
@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error
|
|
www/error-dist/HTTP_BAD_GATEWAY.html.var
|
|
www/error-dist/HTTP_BAD_REQUEST.html.var
|
|
www/error-dist/HTTP_FORBIDDEN.html.var
|
|
www/error-dist/HTTP_GONE.html.var
|
|
www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var
|
|
www/error-dist/HTTP_LENGTH_REQUIRED.html.var
|
|
www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var
|
|
www/error-dist/HTTP_NOT_ACCEPTABLE.html.var
|
|
www/error-dist/HTTP_NOT_FOUND.html.var
|
|
www/error-dist/HTTP_NOT_IMPLEMENTED.html.var
|
|
www/error-dist/HTTP_PRECONDITION_FAILED.html.var
|
|
www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
|
|
www/error-dist/HTTP_REQUEST_TIME_OUT.html.var
|
|
www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var
|
|
www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var
|
|
www/error-dist/HTTP_UNAUTHORIZED.html.var
|
|
www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
|
|
www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var
|
|
www/error-dist/README
|
|
www/error-dist/contact.html.var
|
|
www/error-dist/include/bottom.html
|
|
www/error-dist/include/spacer.html
|
|
www/error-dist/include/top.html
|
|
@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi
|
|
@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons
|
|
www/icons-dist/README
|
|
www/icons-dist/a.gif
|
|
www/icons-dist/a.png
|
|
www/icons-dist/alert.black.gif
|
|
www/icons-dist/alert.black.png
|
|
www/icons-dist/alert.red.gif
|
|
www/icons-dist/alert.red.png
|
|
www/icons-dist/apache_pb.gif
|
|
www/icons-dist/apache_pb.png
|
|
www/icons-dist/apache_pb2.gif
|
|
www/icons-dist/apache_pb2.png
|
|
www/icons-dist/apache_pb2_ani.gif
|
|
www/icons-dist/back.gif
|
|
www/icons-dist/back.png
|
|
www/icons-dist/ball.gray.gif
|
|
www/icons-dist/ball.gray.png
|
|
www/icons-dist/ball.red.gif
|
|
www/icons-dist/ball.red.png
|
|
www/icons-dist/binary.gif
|
|
www/icons-dist/binary.png
|
|
www/icons-dist/binhex.gif
|
|
www/icons-dist/binhex.png
|
|
www/icons-dist/blank.gif
|
|
www/icons-dist/blank.png
|
|
www/icons-dist/bomb.gif
|
|
www/icons-dist/bomb.png
|
|
www/icons-dist/box1.gif
|
|
www/icons-dist/box1.png
|
|
www/icons-dist/box2.gif
|
|
www/icons-dist/box2.png
|
|
www/icons-dist/broken.gif
|
|
www/icons-dist/broken.png
|
|
www/icons-dist/burst.gif
|
|
www/icons-dist/burst.png
|
|
www/icons-dist/c.gif
|
|
www/icons-dist/c.png
|
|
www/icons-dist/comp.blue.gif
|
|
www/icons-dist/comp.blue.png
|
|
www/icons-dist/comp.gray.gif
|
|
www/icons-dist/comp.gray.png
|
|
www/icons-dist/compressed.gif
|
|
www/icons-dist/compressed.png
|
|
www/icons-dist/continued.gif
|
|
www/icons-dist/continued.png
|
|
www/icons-dist/dir.gif
|
|
www/icons-dist/dir.png
|
|
www/icons-dist/diskimg.gif
|
|
www/icons-dist/diskimg.png
|
|
www/icons-dist/down.gif
|
|
www/icons-dist/down.png
|
|
www/icons-dist/dvi.gif
|
|
www/icons-dist/dvi.png
|
|
www/icons-dist/f.gif
|
|
www/icons-dist/f.png
|
|
www/icons-dist/folder.gif
|
|
www/icons-dist/folder.open.gif
|
|
www/icons-dist/folder.open.png
|
|
www/icons-dist/folder.png
|
|
www/icons-dist/folder.sec.gif
|
|
www/icons-dist/folder.sec.png
|
|
www/icons-dist/forward.gif
|
|
www/icons-dist/forward.png
|
|
www/icons-dist/freebsd.gif
|
|
www/icons-dist/generic.gif
|
|
www/icons-dist/generic.png
|
|
www/icons-dist/generic.red.gif
|
|
www/icons-dist/generic.red.png
|
|
www/icons-dist/generic.sec.gif
|
|
www/icons-dist/generic.sec.png
|
|
www/icons-dist/hand.right.gif
|
|
www/icons-dist/hand.right.png
|
|
www/icons-dist/hand.up.gif
|
|
www/icons-dist/hand.up.png
|
|
www/icons-dist/icon.sheet.gif
|
|
www/icons-dist/icon.sheet.png
|
|
www/icons-dist/image1.gif
|
|
www/icons-dist/image1.png
|
|
www/icons-dist/image2.gif
|
|
www/icons-dist/image2.png
|
|
www/icons-dist/image3.gif
|
|
www/icons-dist/image3.png
|
|
www/icons-dist/index.gif
|
|
www/icons-dist/index.png
|
|
www/icons-dist/layout.gif
|
|
www/icons-dist/layout.png
|
|
www/icons-dist/left.gif
|
|
www/icons-dist/left.png
|
|
www/icons-dist/link.gif
|
|
www/icons-dist/link.png
|
|
www/icons-dist/movie.gif
|
|
www/icons-dist/movie.png
|
|
www/icons-dist/p.gif
|
|
www/icons-dist/p.png
|
|
www/icons-dist/patch.gif
|
|
www/icons-dist/patch.png
|
|
www/icons-dist/pdf.gif
|
|
www/icons-dist/pdf.png
|
|
www/icons-dist/pie0.gif
|
|
www/icons-dist/pie0.png
|
|
www/icons-dist/pie1.gif
|
|
www/icons-dist/pie1.png
|
|
www/icons-dist/pie2.gif
|
|
www/icons-dist/pie2.png
|
|
www/icons-dist/pie3.gif
|
|
www/icons-dist/pie3.png
|
|
www/icons-dist/pie4.gif
|
|
www/icons-dist/pie4.png
|
|
www/icons-dist/pie5.gif
|
|
www/icons-dist/pie5.png
|
|
www/icons-dist/pie6.gif
|
|
www/icons-dist/pie6.png
|
|
www/icons-dist/pie7.gif
|
|
www/icons-dist/pie7.png
|
|
www/icons-dist/pie8.gif
|
|
www/icons-dist/pie8.png
|
|
www/icons-dist/portal.gif
|
|
www/icons-dist/portal.png
|
|
www/icons-dist/ps.gif
|
|
www/icons-dist/ps.png
|
|
www/icons-dist/quill.gif
|
|
www/icons-dist/quill.png
|
|
www/icons-dist/right.gif
|
|
www/icons-dist/right.png
|
|
www/icons-dist/screw1.gif
|
|
www/icons-dist/screw1.png
|
|
www/icons-dist/screw2.gif
|
|
www/icons-dist/screw2.png
|
|
www/icons-dist/script.gif
|
|
www/icons-dist/script.png
|
|
www/icons-dist/small/README.txt
|
|
www/icons-dist/small/back.gif
|
|
www/icons-dist/small/back.png
|
|
www/icons-dist/small/binary.gif
|
|
www/icons-dist/small/binary.png
|
|
www/icons-dist/small/binhex.gif
|
|
www/icons-dist/small/binhex.png
|
|
www/icons-dist/small/blank.gif
|
|
www/icons-dist/small/blank.png
|
|
www/icons-dist/small/broken.gif
|
|
www/icons-dist/small/broken.png
|
|
www/icons-dist/small/burst.gif
|
|
www/icons-dist/small/burst.png
|
|
www/icons-dist/small/comp1.gif
|
|
www/icons-dist/small/comp1.png
|
|
www/icons-dist/small/comp2.gif
|
|
www/icons-dist/small/comp2.png
|
|
www/icons-dist/small/compressed.gif
|
|
www/icons-dist/small/compressed.png
|
|
www/icons-dist/small/continued.gif
|
|
www/icons-dist/small/continued.png
|
|
www/icons-dist/small/dir.gif
|
|
www/icons-dist/small/dir.png
|
|
www/icons-dist/small/dir2.gif
|
|
www/icons-dist/small/dir2.png
|
|
www/icons-dist/small/doc.gif
|
|
www/icons-dist/small/doc.png
|
|
www/icons-dist/small/forward.gif
|
|
www/icons-dist/small/forward.png
|
|
www/icons-dist/small/generic.gif
|
|
www/icons-dist/small/generic.png
|
|
www/icons-dist/small/generic2.gif
|
|
www/icons-dist/small/generic2.png
|
|
www/icons-dist/small/generic3.gif
|
|
www/icons-dist/small/generic3.png
|
|
www/icons-dist/small/image.gif
|
|
www/icons-dist/small/image.png
|
|
www/icons-dist/small/image2.gif
|
|
www/icons-dist/small/image2.png
|
|
www/icons-dist/small/index.gif
|
|
www/icons-dist/small/index.png
|
|
www/icons-dist/small/key.gif
|
|
www/icons-dist/small/key.png
|
|
www/icons-dist/small/movie.gif
|
|
www/icons-dist/small/movie.png
|
|
www/icons-dist/small/patch.gif
|
|
www/icons-dist/small/patch.png
|
|
www/icons-dist/small/ps.gif
|
|
www/icons-dist/small/ps.png
|
|
www/icons-dist/small/rainbow.gif
|
|
www/icons-dist/small/rainbow.png
|
|
www/icons-dist/small/sound.gif
|
|
www/icons-dist/small/sound.png
|
|
www/icons-dist/small/sound2.gif
|
|
www/icons-dist/small/sound2.png
|
|
www/icons-dist/small/tar.gif
|
|
www/icons-dist/small/tar.png
|
|
www/icons-dist/small/text.gif
|
|
www/icons-dist/small/text.png
|
|
www/icons-dist/small/transfer.gif
|
|
www/icons-dist/small/transfer.png
|
|
www/icons-dist/small/unknown.gif
|
|
www/icons-dist/small/unknown.png
|
|
www/icons-dist/small/uu.gif
|
|
www/icons-dist/small/uu.png
|
|
www/icons-dist/sound1.gif
|
|
www/icons-dist/sound1.png
|
|
www/icons-dist/sound2.gif
|
|
www/icons-dist/sound2.png
|
|
www/icons-dist/sphere1.gif
|
|
www/icons-dist/sphere1.png
|
|
www/icons-dist/sphere2.gif
|
|
www/icons-dist/sphere2.png
|
|
www/icons-dist/tar.gif
|
|
www/icons-dist/tar.png
|
|
www/icons-dist/tex.gif
|
|
www/icons-dist/tex.png
|
|
www/icons-dist/text.gif
|
|
www/icons-dist/text.png
|
|
www/icons-dist/transfer.gif
|
|
www/icons-dist/transfer.png
|
|
www/icons-dist/unknown.gif
|
|
www/icons-dist/unknown.png
|
|
www/icons-dist/up.gif
|
|
www/icons-dist/up.png
|
|
www/icons-dist/uu.gif
|
|
www/icons-dist/uu.png
|
|
www/icons-dist/uuencoded.gif
|
|
www/icons-dist/uuencoded.png
|
|
www/icons-dist/world1.gif
|
|
www/icons-dist/world1.png
|
|
www/icons-dist/world2.gif
|
|
www/icons-dist/world2.png
|
|
@dirrm www/icons-dist/small
|
|
@dirrm www/icons-dist
|
|
@dirrm www/error-dist/include
|
|
@dirrm www/error-dist
|
|
@dirrm www/data-dist
|
|
@dirrm www/cgi-bin-dist
|
|
@dirrm www
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/vhosts
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/style/lang
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/style/css
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/style
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/ssl
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/search
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/programs
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/platform
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/mod
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/misc
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/images
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/howto
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/faq
|
|
%%PORTDOCS%%@dirrm share/doc/apache2/developer
|
|
%%PORTDOCS%%@dirrm share/doc/apache2
|
|
@dirrm share/apache2
|
|
@dirrm libexec/apache2
|
|
@dirrm lib/apache2
|
|
@dirrm include/apache2
|
|
@dirrm etc/apache2
|