实例介绍
apache ,目前使用最广的web服务器搭建软件。
【实例截图】
【核心代码】
httpd-2.4.9.tar
└── httpd-2.4.9
├── ABOUT_APACHE
├── acinclude.m4
├── Apache-apr2.dsw
├── Apache.dsw
├── apache_probes.d
├── ap.d
├── build
│ ├── aix
│ │ ├── aixinfo
│ │ ├── aixproto.ksh
│ │ ├── buildaix.ksh
│ │ ├── mkinstallp.ksh
│ │ └── README
│ ├── apr_common.m4
│ ├── binbuild.sh
│ ├── bsd_makefile
│ ├── buildinfo.sh
│ ├── build-modules-c.awk
│ ├── config.guess
│ ├── config-stubs
│ ├── config.sub
│ ├── config_vars.sh.in
│ ├── cpR_noreplace.pl
│ ├── default.pl
│ ├── fastgen.sh
│ ├── find_apr.m4
│ ├── find_apu.m4
│ ├── get-version.sh
│ ├── install-bindist.sh.in
│ ├── install.sh
│ ├── installwinconf.awk
│ ├── instdso.sh
│ ├── library.mk
│ ├── ltlib.mk
│ ├── ltmain.sh
│ ├── make_exports.awk
│ ├── make_nw_export.awk
│ ├── make_var_export.awk
│ ├── mkconfNW.awk
│ ├── mkdep.perl
│ ├── mkdir.sh
│ ├── nw_export.inc
│ ├── NWGNUenvironment.inc
│ ├── NWGNUhead.inc
│ ├── NWGNUmakefile
│ ├── NWGNUscripts.inc
│ ├── NWGNUtail.inc
│ ├── nw_ver.awk
│ ├── pkg
│ │ ├── buildpkg.sh
│ │ ├── pkginfo.in
│ │ └── README
│ ├── PrintPath
│ ├── program.mk
│ ├── rpm
│ │ ├── htcacheclean.init
│ │ ├── httpd.init
│ │ ├── httpd.logrotate
│ │ └── httpd.spec.in
│ ├── rules.mk.in
│ ├── special.mk
│ ├── sysv_makefile
│ └── win32
│ ├── apache.ico
│ └── httpd.rc
├── BuildAll.dsp
├── BuildBin.dsp
├── buildconf
├── CHANGES
├── CMakeLists.txt
├── config.layout
├── configure
├── configure.in
├── docs
│ ├── cgi-examples
│ │ ├── printenv
│ │ ├── printenv.vbs
│ │ ├── printenv.wsf
│ │ └── test-cgi
│ ├── conf
│ │ ├── charset.conv
│ │ ├── extra
│ │ │ ├── httpd-autoindex.conf.in
│ │ │ ├── httpd-dav.conf.in
│ │ │ ├── httpd-default.conf.in
│ │ │ ├── httpd-info.conf.in
│ │ │ ├── httpd-languages.conf.in
│ │ │ ├── httpd-manual.conf.in
│ │ │ ├── httpd-mpm.conf.in
│ │ │ ├── httpd-multilang-errordoc.conf.in
│ │ │ ├── httpd-ssl.conf.in
│ │ │ ├── httpd-userdir.conf.in
│ │ │ ├── httpd-vhosts.conf.in
│ │ │ └── proxy-html.conf.in
│ │ ├── httpd.conf.in
│ │ ├── magic
│ │ └── mime.types
│ ├── docroot
│ │ └── index.html
│ ├── doxygen.conf
│ ├── error
│ │ ├── contact.html.var
│ │ ├── HTTP_BAD_GATEWAY.html.var
│ │ ├── HTTP_BAD_REQUEST.html.var
│ │ ├── HTTP_FORBIDDEN.html.var
│ │ ├── HTTP_GONE.html.var
│ │ ├── HTTP_INTERNAL_SERVER_ERROR.html.var
│ │ ├── HTTP_LENGTH_REQUIRED.html.var
│ │ ├── HTTP_METHOD_NOT_ALLOWED.html.var
│ │ ├── HTTP_NOT_FOUND.html.var
│ │ ├── HTTP_NOT_IMPLEMENTED.html.var
│ │ ├── HTTP_PRECONDITION_FAILED.html.var
│ │ ├── HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
│ │ ├── HTTP_REQUEST_TIME_OUT.html.var
│ │ ├── HTTP_REQUEST_URI_TOO_LARGE.html.var
│ │ ├── HTTP_SERVICE_UNAVAILABLE.html.var
│ │ ├── HTTP_UNAUTHORIZED.html.var
│ │ ├── HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
│ │ ├── HTTP_VARIANT_ALSO_VARIES.html.var
│ │ ├── include
│ │ │ ├── bottom.html
│ │ │ ├── spacer.html
│ │ │ └── top.html
│ │ └── README
│ ├── icons
│ │ ├── a.gif
│ │ ├── alert.black.gif
│ │ ├── alert.black.png
│ │ ├── alert.red.gif
│ │ ├── alert.red.png
│ │ ├── apache_pb2.gif
│ │ ├── apache_pb2.png
│ │ ├── apache_pb.gif
│ │ ├── apache_pb.png
│ │ ├── apache_pb.svg
│ │ ├── a.png
│ │ ├── back.gif
│ │ ├── back.png
│ │ ├── ball.gray.gif
│ │ ├── ball.gray.png
│ │ ├── ball.red.gif
│ │ ├── ball.red.png
│ │ ├── binary.gif
│ │ ├── binary.png
│ │ ├── binhex.gif
│ │ ├── binhex.png
│ │ ├── blank.gif
│ │ ├── blank.png
│ │ ├── bomb.gif
│ │ ├── bomb.png
│ │ ├── box1.gif
│ │ ├── box1.png
│ │ ├── box2.gif
│ │ ├── box2.png
│ │ ├── broken.gif
│ │ ├── broken.png
│ │ ├── burst.gif
│ │ ├── burst.png
│ │ ├── c.gif
│ │ ├── comp.blue.gif
│ │ ├── comp.blue.png
│ │ ├── comp.gray.gif
│ │ ├── comp.gray.png
│ │ ├── compressed.gif
│ │ ├── compressed.png
│ │ ├── continued.gif
│ │ ├── continued.png
│ │ ├── c.png
│ │ ├── dir.gif
│ │ ├── dir.png
│ │ ├── diskimg.gif
│ │ ├── diskimg.png
│ │ ├── down.gif
│ │ ├── down.png
│ │ ├── dvi.gif
│ │ ├── dvi.png
│ │ ├── f.gif
│ │ ├── folder.gif
│ │ ├── folder.open.gif
│ │ ├── folder.open.png
│ │ ├── folder.png
│ │ ├── folder.sec.gif
│ │ ├── folder.sec.png
│ │ ├── forward.gif
│ │ ├── forward.png
│ │ ├── f.png
│ │ ├── generic.gif
│ │ ├── generic.png
│ │ ├── generic.red.gif
│ │ ├── generic.red.png
│ │ ├── generic.sec.gif
│ │ ├── generic.sec.png
│ │ ├── hand.right.gif
│ │ ├── hand.right.png
│ │ ├── hand.up.gif
│ │ ├── hand.up.png
│ │ ├── icon.sheet.gif
│ │ ├── icon.sheet.png
│ │ ├── image1.gif
│ │ ├── image1.png
│ │ ├── image2.gif
│ │ ├── image2.png
│ │ ├── image3.gif
│ │ ├── image3.png
│ │ ├── index.gif
│ │ ├── index.png
│ │ ├── layout.gif
│ │ ├── layout.png
│ │ ├── left.gif
│ │ ├── left.png
│ │ ├── link.gif
│ │ ├── link.png
│ │ ├── movie.gif
│ │ ├── movie.png
│ │ ├── odf6odb.png
│ │ ├── odf6odc.png
│ │ ├── odf6odf.png
│ │ ├── odf6odg.png
│ │ ├── odf6odi.png
│ │ ├── odf6odm.png
│ │ ├── odf6odp.png
│ │ ├── odf6ods.png
│ │ ├── odf6odt.png
│ │ ├── odf6otc.png
│ │ ├── odf6otf.png
│ │ ├── odf6otg.png
│ │ ├── odf6oth.png
│ │ ├── odf6oti.png
│ │ ├── odf6otp.png
│ │ ├── odf6ots.png
│ │ ├── odf6ott.png
│ │ ├── patch.gif
│ │ ├── patch.png
│ │ ├── pdf.gif
│ │ ├── pdf.png
│ │ ├── p.gif
│ │ ├── pie0.gif
│ │ ├── pie0.png
│ │ ├── pie1.gif
│ │ ├── pie1.png
│ │ ├── pie2.gif
│ │ ├── pie2.png
│ │ ├── pie3.gif
│ │ ├── pie3.png
│ │ ├── pie4.gif
│ │ ├── pie4.png
│ │ ├── pie5.gif
│ │ ├── pie5.png
│ │ ├── pie6.gif
│ │ ├── pie6.png
│ │ ├── pie7.gif
│ │ ├── pie7.png
│ │ ├── pie8.gif
│ │ ├── pie8.png
│ │ ├── portal.gif
│ │ ├── portal.png
│ │ ├── p.png
│ │ ├── ps.gif
│ │ ├── ps.png
│ │ ├── quill.gif
│ │ ├── quill.png
│ │ ├── README
│ │ ├── README.html
│ │ ├── right.gif
│ │ ├── right.png
│ │ ├── screw1.gif
│ │ ├── screw1.png
│ │ ├── screw2.gif
│ │ ├── screw2.png
│ │ ├── script.gif
│ │ ├── script.png
│ │ ├── small
│ │ │ ├── back.gif
│ │ │ ├── back.png
│ │ │ ├── binary.gif
│ │ │ ├── binary.png
│ │ │ ├── binhex.gif
│ │ │ ├── binhex.png
│ │ │ ├── blank.gif
│ │ │ ├── blank.png
│ │ │ ├── broken.gif
│ │ │ ├── broken.png
│ │ │ ├── burst.gif
│ │ │ ├── burst.png
│ │ │ ├── comp1.gif
│ │ │ ├── comp1.png
│ │ │ ├── comp2.gif
│ │ │ ├── comp2.png
│ │ │ ├── compressed.gif
│ │ │ ├── compressed.png
│ │ │ ├── continued.gif
│ │ │ ├── continued.png
│ │ │ ├── doc.gif
│ │ │ ├── doc.png
│ │ │ ├── folder2.gif
│ │ │ ├── folder2.png
│ │ │ ├── folder.gif
│ │ │ ├── folder.png
│ │ │ ├── forward.gif
│ │ │ ├── forward.png
│ │ │ ├── generic2.gif
│ │ │ ├── generic2.png
│ │ │ ├── generic3.gif
│ │ │ ├── generic3.png
│ │ │ ├── generic.gif
│ │ │ ├── generic.png
│ │ │ ├── image2.gif
│ │ │ ├── image2.png
│ │ │ ├── image.gif
│ │ │ ├── image.png
│ │ │ ├── index.gif
│ │ │ ├── index.png
│ │ │ ├── key.gif
│ │ │ ├── key.png
│ │ │ ├── movie.gif
│ │ │ ├── movie.png
│ │ │ ├── patch.gif
│ │ │ ├── patch.png
│ │ │ ├── ps.gif
│ │ │ ├── ps.png
│ │ │ ├── rainbow.gif
│ │ │ ├── rainbow.png
│ │ │ ├── sound2.gif
│ │ │ ├── sound2.png
│ │ │ ├── sound.gif
│ │ │ ├── sound.png
│ │ │ ├── tar.gif
│ │ │ ├── tar.png
│ │ │ ├── text.gif
│ │ │ ├── text.png
│ │ │ ├── transfer.gif
│ │ │ ├── transfer.png
│ │ │ ├── unknown.gif
│ │ │ ├── unknown.png
│ │ │ ├── uu.gif
│ │ │ └── uu.png
│ │ ├── sound1.gif
│ │ ├── sound1.png
│ │ ├── sound2.gif
│ │ ├── sound2.png
│ │ ├── sphere1.gif
│ │ ├── sphere1.png
│ │ ├── sphere2.gif
│ │ ├── sphere2.png
│ │ ├── svg.png
│ │ ├── tar.gif
│ │ ├── tar.png
│ │ ├── tex.gif
│ │ ├── tex.png
│ │ ├── text.gif
│ │ ├── text.png
│ │ ├── transfer.gif
│ │ ├── transfer.png
│ │ ├── unknown.gif
│ │ ├── unknown.png
│ │ ├── up.gif
│ │ ├── up.png
│ │ ├── uuencoded.gif
│ │ ├── uuencoded.png
│ │ ├── uu.gif
│ │ ├── uu.png
│ │ ├── world1.gif
│ │ ├── world1.png
│ │ ├── world2.gif
│ │ ├── world2.png
│ │ └── xml.png
│ ├── man
│ │ ├── ab.1
│ │ ├── apachectl.8
│ │ ├── apxs.1
│ │ ├── dbmmanage.1
│ │ ├── fcgistarter.8
│ │ ├── htcacheclean.8
│ │ ├── htdbm.1
│ │ ├── htdigest.1
│ │ ├── htpasswd.1
│ │ ├── httpd.8
│ │ ├── httxt2dbm.1
│ │ ├── logresolve.1
│ │ ├── rotatelogs.8
│ │ ├── suexec.8
│ │ └── tr
│ │ ├── ab.1
│ │ ├── apachectl.8
│ │ ├── apxs.1
│ │ ├── dbmmanage.1
│ │ ├── fcgistarter.8
│ │ ├── htcacheclean.8
│ │ ├── htdbm.1
│ │ ├── htdigest.1
│ │ ├── htpasswd.1
│ │ ├── httpd.8
│ │ ├── httxt2dbm.1
│ │ ├── logresolve.1
│ │ ├── rotatelogs.8
│ │ └── suexec.8
│ └── manual
│ ├── bind.html
│ ├── bind.html.de
│ ├── bind.html.en
│ ├── bind.html.fr
│ ├── bind.html.ja.utf8
│ ├── bind.html.ko.euc-kr
│ ├── bind.html.tr.utf8
│ ├── BUILDING
│ ├── caching.html
│ ├── caching.html.en
│ ├── caching.html.fr
│ ├── caching.html.tr.utf8
│ ├── configuring.html
│ ├── configuring.html.de
│ ├── configuring.html.en
│ ├── configuring.html.fr
│ ├── configuring.html.ja.utf8
│ ├── configuring.html.ko.euc-kr
│ ├── configuring.html.tr.utf8
│ ├── content-negotiation.html
│ ├── content-negotiation.html.en
│ ├── content-negotiation.html.fr
│ ├── content-negotiation.html.ja.utf8
│ ├── content-negotiation.html.ko.euc-kr
│ ├── content-negotiation.html.tr.utf8
│ ├── convenience.map
│ ├── custom-error.html
│ ├── custom-error.html.en
│ ├── custom-error.html.es
│ ├── custom-error.html.fr
│ ├── custom-error.html.ja.utf8
│ ├── custom-error.html.ko.euc-kr
│ ├── custom-error.html.tr.utf8
│ ├── developer
│ │ ├── API.html
│ │ ├── API.html.en
│ │ ├── debugging.html
│ │ ├── debugging.html.en
│ │ ├── documenting.html
│ │ ├── documenting.html.en
│ │ ├── documenting.html.zh-cn.utf8
│ │ ├── filters.html
│ │ ├── filters.html.en
│ │ ├── hooks.html
│ │ ├── hooks.html.en
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.zh-cn.utf8
│ │ ├── modguide.html
│ │ ├── modguide.html.en
│ │ ├── modules.html
│ │ ├── modules.html.en
│ │ ├── modules.html.ja.utf8
│ │ ├── new_api_2_4.html
│ │ ├── new_api_2_4.html.en
│ │ ├── output-filters.html
│ │ ├── output-filters.html.en
│ │ ├── request.html
│ │ ├── request.html.en
│ │ ├── thread_safety.html
│ │ └── thread_safety.html.en
│ ├── dns-caveats.html
│ ├── dns-caveats.html.en
│ ├── dns-caveats.html.fr
│ ├── dns-caveats.html.ja.utf8
│ ├── dns-caveats.html.ko.euc-kr
│ ├── dns-caveats.html.tr.utf8
│ ├── dso.html
│ ├── dso.html.en
│ ├── dso.html.fr
│ ├── dso.html.ja.utf8
│ ├── dso.html.ko.euc-kr
│ ├── dso.html.tr.utf8
│ ├── env.html
│ ├── env.html.en
│ ├── env.html.fr
│ ├── env.html.ja.utf8
│ ├── env.html.ko.euc-kr
│ ├── env.html.tr.utf8
│ ├── expr.html
│ ├── expr.html.en
│ ├── expr.html.fr
│ ├── faq
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.tr.utf8
│ │ └── index.html.zh-cn.utf8
│ ├── filter.html
│ ├── filter.html.en
│ ├── filter.html.es
│ ├── filter.html.fr
│ ├── filter.html.ja.utf8
│ ├── filter.html.ko.euc-kr
│ ├── filter.html.tr.utf8
│ ├── getting-started.html
│ ├── getting-started.html.en
│ ├── getting-started.html.fr
│ ├── glossary.html
│ ├── glossary.html.de
│ ├── glossary.html.en
│ ├── glossary.html.es
│ ├── glossary.html.fr
│ ├── glossary.html.ja.utf8
│ ├── glossary.html.ko.euc-kr
│ ├── glossary.html.tr.utf8
│ ├── handler.html
│ ├── handler.html.en
│ ├── handler.html.es
│ ├── handler.html.fr
│ ├── handler.html.ja.utf8
│ ├── handler.html.ko.euc-kr
│ ├── handler.html.tr.utf8
│ ├── handler.html.zh-cn.utf8
│ ├── howto
│ │ ├── access.html
│ │ ├── access.html.en
│ │ ├── access.html.fr
│ │ ├── auth.html
│ │ ├── auth.html.en
│ │ ├── auth.html.fr
│ │ ├── auth.html.ja.utf8
│ │ ├── auth.html.ko.euc-kr
│ │ ├── auth.html.tr.utf8
│ │ ├── cgi.html
│ │ ├── cgi.html.en
│ │ ├── cgi.html.fr
│ │ ├── cgi.html.ja.utf8
│ │ ├── cgi.html.ko.euc-kr
│ │ ├── htaccess.html
│ │ ├── htaccess.html.en
│ │ ├── htaccess.html.fr
│ │ ├── htaccess.html.ja.utf8
│ │ ├── htaccess.html.ko.euc-kr
│ │ ├── htaccess.html.pt-br
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.ja.utf8
│ │ ├── index.html.ko.euc-kr
│ │ ├── index.html.zh-cn.utf8
│ │ ├── public_html.html
│ │ ├── public_html.html.en
│ │ ├── public_html.html.fr
│ │ ├── public_html.html.ja.utf8
│ │ ├── public_html.html.ko.euc-kr
│ │ ├── public_html.html.tr.utf8
│ │ ├── ssi.html
│ │ ├── ssi.html.en
│ │ ├── ssi.html.fr
│ │ ├── ssi.html.ja.utf8
│ │ └── ssi.html.ko.euc-kr
│ ├── images
│ │ ├── apache_header.gif
│ │ ├── build_a_mod_2.png
│ │ ├── build_a_mod_3.png
│ │ ├── build_a_mod_4.png
│ │ ├── caching_fig1.gif
│ │ ├── caching_fig1.png
│ │ ├── caching_fig1.tr.png
│ │ ├── custom_errordocs.png
│ │ ├── down.gif
│ │ ├── favicon.ico
│ │ ├── feather.gif
│ │ ├── feather.png
│ │ ├── filter_arch.png
│ │ ├── filter_arch.tr.png
│ │ ├── home.gif
│ │ ├── index.gif
│ │ ├── left.gif
│ │ ├── mod_filter_new.gif
│ │ ├── mod_filter_new.png
│ │ ├── mod_filter_new.tr.png
│ │ ├── mod_filter_old.gif
│ │ ├── mod_filter_old.png
│ │ ├── mod_rewrite_fig1.gif
│ │ ├── mod_rewrite_fig1.png
│ │ ├── mod_rewrite_fig2.gif
│ │ ├── mod_rewrite_fig2.png
│ │ ├── pixel.gif
│ │ ├── rewrite_backreferences.png
│ │ ├── rewrite_process_uri.png
│ │ ├── rewrite_rule_flow.png
│ │ ├── right.gif
│ │ ├── ssl_intro_fig1.gif
│ │ ├── ssl_intro_fig1.png
│ │ ├── ssl_intro_fig2.gif
│ │ ├── ssl_intro_fig2.png
│ │ ├── ssl_intro_fig3.gif
│ │ ├── ssl_intro_fig3.png
│ │ ├── sub.gif
│ │ ├── syntax_rewritecond.png
│ │ ├── syntax_rewriterule.png
│ │ └── up.gif
│ ├── index.html
│ ├── index.html.da
│ ├── index.html.de
│ ├── index.html.en
│ ├── index.html.es
│ ├── index.html.fr
│ ├── index.html.ja.utf8
│ ├── index.html.ko.euc-kr
│ ├── index.html.pt-br
│ ├── index.html.tr.utf8
│ ├── index.html.zh-cn.utf8
│ ├── install.html
│ ├── install.html.de
│ ├── install.html.en
│ ├── install.html.es
│ ├── install.html.fr
│ ├── install.html.ja.utf8
│ ├── install.html.ko.euc-kr
│ ├── install.html.tr.utf8
│ ├── invoking.html
│ ├── invoking.html.de
│ ├── invoking.html.en
│ ├── invoking.html.es
│ ├── invoking.html.fr
│ ├── invoking.html.ja.utf8
│ ├── invoking.html.ko.euc-kr
│ ├── invoking.html.tr.utf8
│ ├── LICENSE
│ ├── license.html
│ ├── license.html.en
│ ├── logs.html
│ ├── logs.html.en
│ ├── logs.html.fr
│ ├── logs.html.ja.utf8
│ ├── logs.html.ko.euc-kr
│ ├── logs.html.tr.utf8
│ ├── misc
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.ko.euc-kr
│ │ ├── index.html.tr.utf8
│ │ ├── index.html.zh-cn.utf8
│ │ ├── password_encryptions.html
│ │ ├── password_encryptions.html.en
│ │ ├── password_encryptions.html.fr
│ │ ├── perf-tuning.html
│ │ ├── perf-tuning.html.en
│ │ ├── perf-tuning.html.fr
│ │ ├── perf-tuning.html.ko.euc-kr
│ │ ├── perf-tuning.html.tr.utf8
│ │ ├── relevant_standards.html
│ │ ├── relevant_standards.html.en
│ │ ├── relevant_standards.html.fr
│ │ ├── relevant_standards.html.ko.euc-kr
│ │ ├── security_tips.html
│ │ ├── security_tips.html.en
│ │ ├── security_tips.html.fr
│ │ ├── security_tips.html.ko.euc-kr
│ │ └── security_tips.html.tr.utf8
│ ├── mod
│ │ ├── core.html
│ │ ├── core.html.de
│ │ ├── core.html.en
│ │ ├── core.html.es
│ │ ├── core.html.fr
│ │ ├── core.html.ja.utf8
│ │ ├── core.html.tr.utf8
│ │ ├── directive-dict.html
│ │ ├── directive-dict.html.en
│ │ ├── directive-dict.html.fr
│ │ ├── directive-dict.html.ja.utf8
│ │ ├── directive-dict.html.ko.euc-kr
│ │ ├── directive-dict.html.tr.utf8
│ │ ├── directives.html
│ │ ├── directives.html.de
│ │ ├── directives.html.en
│ │ ├── directives.html.es
│ │ ├── directives.html.fr
│ │ ├── directives.html.ja.utf8
│ │ ├── directives.html.ko.euc-kr
│ │ ├── directives.html.tr.utf8
│ │ ├── directives.html.zh-cn.utf8
│ │ ├── event.html
│ │ ├── event.html.en
│ │ ├── event.html.fr
│ │ ├── index.html
│ │ ├── index.html.de
│ │ ├── index.html.en
│ │ ├── index.html.es
│ │ ├── index.html.fr
│ │ ├── index.html.ja.utf8
│ │ ├── index.html.ko.euc-kr
│ │ ├── index.html.tr.utf8
│ │ ├── index.html.zh-cn.utf8
│ │ ├── mod_access_compat.html
│ │ ├── mod_access_compat.html.en
│ │ ├── mod_access_compat.html.fr
│ │ ├── mod_access_compat.html.ja.utf8
│ │ ├── mod_actions.html
│ │ ├── mod_actions.html.de
│ │ ├── mod_actions.html.en
│ │ ├── mod_actions.html.fr
│ │ ├── mod_actions.html.ja.utf8
│ │ ├── mod_actions.html.ko.euc-kr
│ │ ├── mod_alias.html
│ │ ├── mod_alias.html.en
│ │ ├── mod_alias.html.fr
│ │ ├── mod_alias.html.ja.utf8
│ │ ├── mod_alias.html.ko.euc-kr
│ │ ├── mod_alias.html.tr.utf8
│ │ ├── mod_allowmethods.html
│ │ ├── mod_allowmethods.html.en
│ │ ├── mod_allowmethods.html.fr
│ │ ├── mod_asis.html
│ │ ├── mod_asis.html.en
│ │ ├── mod_asis.html.fr
│ │ ├── mod_asis.html.ja.utf8
│ │ ├── mod_asis.html.ko.euc-kr
│ │ ├── mod_auth_basic.html
│ │ ├── mod_auth_basic.html.en
│ │ ├── mod_auth_basic.html.fr
│ │ ├── mod_auth_basic.html.ja.utf8
│ │ ├── mod_auth_basic.html.ko.euc-kr
│ │ ├── mod_auth_digest.html
│ │ ├── mod_auth_digest.html.en
│ │ ├── mod_auth_digest.html.fr
│ │ ├── mod_auth_digest.html.ko.euc-kr
│ │ ├── mod_auth_form.html
│ │ ├── mod_auth_form.html.en
│ │ ├── mod_auth_form.html.fr
│ │ ├── mod_authn_anon.html
│ │ ├── mod_authn_anon.html.en
│ │ ├── mod_authn_anon.html.fr
│ │ ├── mod_authn_anon.html.ja.utf8
│ │ ├── mod_authn_anon.html.ko.euc-kr
│ │ ├── mod_authn_core.html
│ │ ├── mod_authn_core.html.en
│ │ ├── mod_authn_core.html.fr
│ │ ├── mod_authn_dbd.html
│ │ ├── mod_authn_dbd.html.en
│ │ ├── mod_authn_dbd.html.fr
│ │ ├── mod_authn_dbm.html
│ │ ├── mod_authn_dbm.html.en
│ │ ├── mod_authn_dbm.html.fr
│ │ ├── mod_authn_dbm.html.ja.utf8
│ │ ├── mod_authn_dbm.html.ko.euc-kr
│ │ ├── mod_authn_file.html
│ │ ├── mod_authn_file.html.en
│ │ ├── mod_authn_file.html.fr
│ │ ├── mod_authn_file.html.ja.utf8
│ │ ├── mod_authn_file.html.ko.euc-kr
│ │ ├── mod_authn_socache.html
│ │ ├── mod_authn_socache.html.en
│ │ ├── mod_authn_socache.html.fr
│ │ ├── mod_authnz_ldap.html
│ │ ├── mod_authnz_ldap.html.en
│ │ ├── mod_authnz_ldap.html.fr
│ │ ├── mod_authz_core.html
│ │ ├── mod_authz_core.html.en
│ │ ├── mod_authz_core.html.fr
│ │ ├── mod_authz_dbd.html
│ │ ├── mod_authz_dbd.html.en
│ │ ├── mod_authz_dbd.html.fr
│ │ ├── mod_authz_dbm.html
│ │ ├── mod_authz_dbm.html.en
│ │ ├── mod_authz_dbm.html.fr
│ │ ├── mod_authz_dbm.html.ko.euc-kr
│ │ ├── mod_authz_groupfile.html
│ │ ├── mod_authz_groupfile.html.en
│ │ ├── mod_authz_groupfile.html.fr
│ │ ├── mod_authz_groupfile.html.ja.utf8
│ │ ├── mod_authz_groupfile.html.ko.euc-kr
│ │ ├── mod_authz_host.html
│ │ ├── mod_authz_host.html.en
│ │ ├── mod_authz_host.html.fr
│ │ ├── mod_authz_owner.html
│ │ ├── mod_authz_owner.html.en
│ │ ├── mod_authz_owner.html.fr
│ │ ├── mod_authz_owner.html.ja.utf8
│ │ ├── mod_authz_owner.html.ko.euc-kr
│ │ ├── mod_authz_user.html
│ │ ├── mod_authz_user.html.en
│ │ ├── mod_authz_user.html.fr
│ │ ├── mod_authz_user.html.ja.utf8
│ │ ├── mod_authz_user.html.ko.euc-kr
│ │ ├── mod_autoindex.html
│ │ ├── mod_autoindex.html.en
│ │ ├── mod_autoindex.html.fr
│ │ ├── mod_autoindex.html.ja.utf8
│ │ ├── mod_autoindex.html.ko.euc-kr
│ │ ├── mod_autoindex.html.tr.utf8
│ │ ├── mod_buffer.html
│ │ ├── mod_buffer.html.en
│ │ ├── mod_buffer.html.fr
│ │ ├── mod_cache_disk.html
│ │ ├── mod_cache_disk.html.en
│ │ ├── mod_cache_disk.html.fr
│ │ ├── mod_cache_disk.html.ja.utf8
│ │ ├── mod_cache_disk.html.ko.euc-kr
│ │ ├── mod_cache.html
│ │ ├── mod_cache.html.en
│ │ ├── mod_cache.html.fr
│ │ ├── mod_cache.html.ja.utf8
│ │ ├── mod_cache.html.ko.euc-kr
│ │ ├── mod_cache_socache.html
│ │ ├── mod_cache_socache.html.en
│ │ ├── mod_cache_socache.html.fr
│ │ ├── mod_cern_meta.html
│ │ ├── mod_cern_meta.html.en
│ │ ├── mod_cern_meta.html.fr
│ │ ├── mod_cern_meta.html.ko.euc-kr
│ │ ├── mod_cgid.html
│ │ ├── mod_cgid.html.en
│ │ ├── mod_cgid.html.fr
│ │ ├── mod_cgid.html.ja.utf8
│ │ ├── mod_cgid.html.ko.euc-kr
│ │ ├── mod_cgi.html
│ │ ├── mod_cgi.html.en
│ │ ├── mod_cgi.html.fr
│ │ ├── mod_cgi.html.ja.utf8
│ │ ├── mod_cgi.html.ko.euc-kr
│ │ ├── mod_charset_lite.html
│ │ ├── mod_charset_lite.html.en
│ │ ├── mod_charset_lite.html.fr
│ │ ├── mod_charset_lite.html.ko.euc-kr
│ │ ├── mod_data.html
│ │ ├── mod_data.html.en
│ │ ├── mod_data.html.fr
│ │ ├── mod_dav_fs.html
│ │ ├── mod_dav_fs.html.en
│ │ ├── mod_dav_fs.html.fr
│ │ ├── mod_dav_fs.html.ja.utf8
│ │ ├── mod_dav_fs.html.ko.euc-kr
│ │ ├── mod_dav.html
│ │ ├── mod_dav.html.en
│ │ ├── mod_dav.html.fr
│ │ ├── mod_dav.html.ja.utf8
│ │ ├── mod_dav.html.ko.euc-kr
│ │ ├── mod_dav_lock.html
│ │ ├── mod_dav_lock.html.en
│ │ ├── mod_dav_lock.html.fr
│ │ ├── mod_dav_lock.html.ja.utf8
│ │ ├── mod_dbd.html
│ │ ├── mod_dbd.html.en
│ │ ├── mod_dbd.html.fr
│ │ ├── mod_deflate.html
│ │ ├── mod_deflate.html.en
│ │ ├── mod_deflate.html.fr
│ │ ├── mod_deflate.html.ja.utf8
│ │ ├── mod_deflate.html.ko.euc-kr
│ │ ├── mod_dialup.html
│ │ ├── mod_dialup.html.en
│ │ ├── mod_dialup.html.fr
│ │ ├── mod_dir.html
│ │ ├── mod_dir.html.en
│ │ ├── mod_dir.html.fr
│ │ ├── mod_dir.html.ja.utf8
│ │ ├── mod_dir.html.ko.euc-kr
│ │ ├── mod_dir.html.tr.utf8
│ │ ├── mod_dumpio.html
│ │ ├── mod_dumpio.html.en
│ │ ├── mod_dumpio.html.fr
│ │ ├── mod_dumpio.html.ja.utf8
│ │ ├── mod_echo.html
│ │ ├── mod_echo.html.en
│ │ ├── mod_echo.html.fr
│ │ ├── mod_echo.html.ja.utf8
│ │ ├── mod_echo.html.ko.euc-kr
│ │ ├── mod_env.html
│ │ ├── mod_env.html.en
│ │ ├── mod_env.html.fr
│ │ ├── mod_env.html.ja.utf8
│ │ ├── mod_env.html.ko.euc-kr
│ │ ├── mod_env.html.tr.utf8
│ │ ├── mod_example.html
│ │ ├── mod_example.html.en
│ │ ├── mod_example.html.fr
│ │ ├── mod_example.html.ko.euc-kr
│ │ ├── mod_expires.html
│ │ ├── mod_expires.html.en
│ │ ├── mod_expires.html.fr
│ │ ├── mod_expires.html.ja.utf8
│ │ ├── mod_expires.html.ko.euc-kr
│ │ ├── mod_ext_filter.html
│ │ ├── mod_ext_filter.html.en
│ │ ├── mod_ext_filter.html.fr
│ │ ├── mod_ext_filter.html.ja.utf8
│ │ ├── mod_ext_filter.html.ko.euc-kr
│ │ ├── mod_file_cache.html
│ │ ├── mod_file_cache.html.en
│ │ ├── mod_file_cache.html.fr
│ │ ├── mod_file_cache.html.ko.euc-kr
│ │ ├── mod_filter.html
│ │ ├── mod_filter.html.en
│ │ ├── mod_filter.html.fr
│ │ ├── mod_headers.html
│ │ ├── mod_headers.html.en
│ │ ├── mod_headers.html.fr
│ │ ├── mod_headers.html.ja.utf8
│ │ ├── mod_headers.html.ko.euc-kr
│ │ ├── mod_heartbeat.html
│ │ ├── mod_heartbeat.html.en
│ │ ├── mod_heartbeat.html.fr
│ │ ├── mod_heartmonitor.html
│ │ ├── mod_heartmonitor.html.en
│ │ ├── mod_heartmonitor.html.fr
│ │ ├── mod_ident.html
│ │ ├── mod_ident.html.en
│ │ ├── mod_ident.html.fr
│ │ ├── mod_ident.html.ja.utf8
│ │ ├── mod_ident.html.ko.euc-kr
│ │ ├── mod_imagemap.html
│ │ ├── mod_imagemap.html.en
│ │ ├── mod_imagemap.html.fr
│ │ ├── mod_imagemap.html.ko.euc-kr
│ │ ├── mod_include.html
│ │ ├── mod_include.html.en
│ │ ├── mod_include.html.fr
│ │ ├── mod_include.html.ja.utf8
│ │ ├── mod_info.html
│ │ ├── mod_info.html.en
│ │ ├── mod_info.html.fr
│ │ ├── mod_info.html.ja.utf8
│ │ ├── mod_info.html.ko.euc-kr
│ │ ├── mod_isapi.html
│ │ ├── mod_isapi.html.en
│ │ ├── mod_isapi.html.fr
│ │ ├── mod_isapi.html.ko.euc-kr
│ │ ├── mod_lbmethod_bybusyness.html
│ │ ├── mod_lbmethod_bybusyness.html.en
│ │ ├── mod_lbmethod_bybusyness.html.fr
│ │ ├── mod_lbmethod_byrequests.html
│ │ ├── mod_lbmethod_byrequests.html.en
│ │ ├── mod_lbmethod_byrequests.html.fr
│ │ ├── mod_lbmethod_bytraffic.html
│ │ ├── mod_lbmethod_bytraffic.html.en
│ │ ├── mod_lbmethod_bytraffic.html.fr
│ │ ├── mod_lbmethod_heartbeat.html
│ │ ├── mod_lbmethod_heartbeat.html.en
│ │ ├── mod_lbmethod_heartbeat.html.fr
│ │ ├── mod_ldap.html
│ │ ├── mod_ldap.html.en
│ │ ├── mod_ldap.html.fr
│ │ ├── mod_log_config.html
│ │ ├── mod_log_config.html.en
│ │ ├── mod_log_config.html.fr
│ │ ├── mod_log_config.html.ja.utf8
│ │ ├── mod_log_config.html.ko.euc-kr
│ │ ├── mod_log_config.html.tr.utf8
│ │ ├── mod_log_debug.html
│ │ ├── mod_log_debug.html.en
│ │ ├── mod_log_debug.html.fr
│ │ ├── mod_log_forensic.html
│ │ ├── mod_log_forensic.html.en
│ │ ├── mod_log_forensic.html.fr
│ │ ├── mod_log_forensic.html.ja.utf8
│ │ ├── mod_log_forensic.html.tr.utf8
│ │ ├── mod_logio.html
│ │ ├── mod_logio.html.en
│ │ ├── mod_logio.html.fr
│ │ ├── mod_logio.html.ja.utf8
│ │ ├── mod_logio.html.ko.euc-kr
│ │ ├── mod_logio.html.tr.utf8
│ │ ├── mod_lua.html
│ │ ├── mod_lua.html.en
│ │ ├── mod_lua.html.fr
│ │ ├── mod_macro.html
│ │ ├── mod_macro.html.en
│ │ ├── mod_macro.html.fr
│ │ ├── mod_mime.html
│ │ ├── mod_mime.html.en
│ │ ├── mod_mime.html.fr
│ │ ├── mod_mime.html.ja.utf8
│ │ ├── mod_mime_magic.html
│ │ ├── mod_mime_magic.html.en
│ │ ├── mod_mime_magic.html.fr
│ │ ├── mod_negotiation.html
│ │ ├── mod_negotiation.html.en
│ │ ├── mod_negotiation.html.fr
│ │ ├── mod_negotiation.html.ja.utf8
│ │ ├── mod_nw_ssl.html
│ │ ├── mod_nw_ssl.html.en
│ │ ├── mod_nw_ssl.html.fr
│ │ ├── mod_privileges.html
│ │ ├── mod_privileges.html.en
│ │ ├── mod_privileges.html.fr
│ │ ├── mod_proxy_ajp.html
│ │ ├── mod_proxy_ajp.html.en
│ │ ├── mod_proxy_ajp.html.fr
│ │ ├── mod_proxy_ajp.html.ja.utf8
│ │ ├── mod_proxy_balancer.html
│ │ ├── mod_proxy_balancer.html.en
│ │ ├── mod_proxy_balancer.html.fr
│ │ ├── mod_proxy_balancer.html.ja.utf8
│ │ ├── mod_proxy_connect.html
│ │ ├── mod_proxy_connect.html.en
│ │ ├── mod_proxy_connect.html.fr
│ │ ├── mod_proxy_connect.html.ja.utf8
│ │ ├── mod_proxy_express.html
│ │ ├── mod_proxy_express.html.en
│ │ ├── mod_proxy_express.html.fr
│ │ ├── mod_proxy_fcgi.html
│ │ ├── mod_proxy_fcgi.html.en
│ │ ├── mod_proxy_fcgi.html.fr
│ │ ├── mod_proxy_fdpass.html
│ │ ├── mod_proxy_fdpass.html.en
│ │ ├── mod_proxy_fdpass.html.fr
│ │ ├── mod_proxy_ftp.html
│ │ ├── mod_proxy_ftp.html.en
│ │ ├── mod_proxy_ftp.html.fr
│ │ ├── mod_proxy.html
│ │ ├── mod_proxy.html.en
│ │ ├── mod_proxy.html.fr
│ │ ├── mod_proxy_html.html
│ │ ├── mod_proxy_html.html.en
│ │ ├── mod_proxy_html.html.fr
│ │ ├── mod_proxy.html.ja.utf8
│ │ ├── mod_proxy_http.html
│ │ ├── mod_proxy_http.html.en
│ │ ├── mod_proxy_http.html.fr
│ │ ├── mod_proxy_scgi.html
│ │ ├── mod_proxy_scgi.html.en
│ │ ├── mod_proxy_scgi.html.fr
│ │ ├── mod_proxy_wstunnel.html
│ │ ├── mod_proxy_wstunnel.html.en
│ │ ├── mod_ratelimit.html
│ │ ├── mod_ratelimit.html.en
│ │ ├── mod_ratelimit.html.fr
│ │ ├── mod_reflector.html
│ │ ├── mod_reflector.html.en
│ │ ├── mod_reflector.html.fr
│ │ ├── mod_remoteip.html
│ │ ├── mod_remoteip.html.en
│ │ ├── mod_remoteip.html.fr
│ │ ├── mod_reqtimeout.html
│ │ ├── mod_reqtimeout.html.en
│ │ ├── mod_reqtimeout.html.fr
│ │ ├── mod_request.html
│ │ ├── mod_request.html.en
│ │ ├── mod_request.html.fr
│ │ ├── mod_request.html.tr.utf8
│ │ ├── mod_rewrite.html
│ │ ├── mod_rewrite.html.en
│ │ ├── mod_rewrite.html.fr
│ │ ├── mod_sed.html
│ │ ├── mod_sed.html.en
│ │ ├── mod_sed.html.fr
│ │ ├── mod_session_cookie.html
│ │ ├── mod_session_cookie.html.en
│ │ ├── mod_session_cookie.html.fr
│ │ ├── mod_session_crypto.html
│ │ ├── mod_session_crypto.html.en
│ │ ├── mod_session_crypto.html.fr
│ │ ├── mod_session_dbd.html
│ │ ├── mod_session_dbd.html.en
│ │ ├── mod_session_dbd.html.fr
│ │ ├── mod_session.html
│ │ ├── mod_session.html.en
│ │ ├── mod_session.html.fr
│ │ ├── mod_setenvif.html
│ │ ├── mod_setenvif.html.en
│ │ ├── mod_setenvif.html.fr
│ │ ├── mod_setenvif.html.ja.utf8
│ │ ├── mod_setenvif.html.ko.euc-kr
│ │ ├── mod_setenvif.html.tr.utf8
│ │ ├── mod_slotmem_plain.html
│ │ ├── mod_slotmem_plain.html.en
│ │ ├── mod_slotmem_plain.html.fr
│ │ ├── mod_slotmem_shm.html
│ │ ├── mod_slotmem_shm.html.en
│ │ ├── mod_slotmem_shm.html.fr
│ │ ├── mod_socache_dbm.html
│ │ ├── mod_socache_dbm.html.en
│ │ ├── mod_socache_dbm.html.fr
│ │ ├── mod_socache_dc.html
│ │ ├── mod_socache_dc.html.en
│ │ ├── mod_socache_dc.html.fr
│ │ ├── mod_socache_memcache.html
│ │ ├── mod_socache_memcache.html.en
│ │ ├── mod_socache_memcache.html.fr
│ │ ├── mod_socache_shmcb.html
│ │ ├── mod_socache_shmcb.html.en
│ │ ├── mod_socache_shmcb.html.fr
│ │ ├── mod_so.html
│ │ ├── mod_so.html.en
│ │ ├── mod_so.html.fr
│ │ ├── mod_so.html.ja.utf8
│ │ ├── mod_so.html.ko.euc-kr
│ │ ├── mod_so.html.tr.utf8
│ │ ├── mod_speling.html
│ │ ├── mod_speling.html.en
│ │ ├── mod_speling.html.fr
│ │ ├── mod_speling.html.ja.utf8
│ │ ├── mod_speling.html.ko.euc-kr
│ │ ├── mod_ssl.html
│ │ ├── mod_ssl.html.en
│ │ ├── mod_ssl.html.fr
│ │ ├── mod_status.html
│ │ ├── mod_status.html.en
│ │ ├── mod_status.html.fr
│ │ ├── mod_status.html.ja.utf8
│ │ ├── mod_status.html.ko.euc-kr
│ │ ├── mod_status.html.tr.utf8
│ │ ├── mod_substitute.html
│ │ ├── mod_substitute.html.en
│ │ ├── mod_substitute.html.fr
│ │ ├── mod_suexec.html
│ │ ├── mod_suexec.html.en
│ │ ├── mod_suexec.html.fr
│ │ ├── mod_suexec.html.ja.utf8
│ │ ├── mod_suexec.html.ko.euc-kr
│ │ ├── mod_suexec.html.tr.utf8
│ │ ├── module-dict.html
│ │ ├── module-dict.html.en
│ │ ├── module-dict.html.fr
│ │ ├── module-dict.html.ja.utf8
│ │ ├── module-dict.html.ko.euc-kr
│ │ ├── module-dict.html.tr.utf8
│ │ ├── mod_unique_id.html
│ │ ├── mod_unique_id.html.en
│ │ ├── mod_unique_id.html.fr
│ │ ├── mod_unique_id.html.ja.utf8
│ │ ├── mod_unique_id.html.ko.euc-kr
│ │ ├── mod_unixd.html
│ │ ├── mod_unixd.html.en
│ │ ├── mod_unixd.html.fr
│ │ ├── mod_unixd.html.tr.utf8
│ │ ├── mod_userdir.html
│ │ ├── mod_userdir.html.en
│ │ ├── mod_userdir.html.fr
│ │ ├── mod_userdir.html.ja.utf8
│ │ ├── mod_userdir.html.ko.euc-kr
│ │ ├── mod_userdir.html.tr.utf8
│ │ ├── mod_usertrack.html
│ │ ├── mod_usertrack.html.en
│ │ ├── mod_usertrack.html.fr
│ │ ├── mod_version.html
│ │ ├── mod_version.html.en
│ │ ├── mod_version.html.ja.utf8
│ │ ├── mod_version.html.ko.euc-kr
│ │ ├── mod_vhost_alias.html
│ │ ├── mod_vhost_alias.html.en
│ │ ├── mod_vhost_alias.html.fr
│ │ ├── mod_vhost_alias.html.tr.utf8
│ │ ├── mod_watchdog.html
│ │ ├── mod_watchdog.html.en
│ │ ├── mod_xml2enc.html
│ │ ├── mod_xml2enc.html.en
│ │ ├── mod_xml2enc.html.fr
│ │ ├── mpm_common.html
│ │ ├── mpm_common.html.de
│ │ ├── mpm_common.html.en
│ │ ├── mpm_common.html.fr
│ │ ├── mpm_common.html.ja.utf8
│ │ ├── mpm_common.html.tr.utf8
│ │ ├── mpm_netware.html
│ │ ├── mpm_netware.html.en
│ │ ├── mpm_netware.html.fr
│ │ ├── mpmt_os2.html
│ │ ├── mpmt_os2.html.en
│ │ ├── mpmt_os2.html.fr
│ │ ├── mpm_winnt.html
│ │ ├── mpm_winnt.html.de
│ │ ├── mpm_winnt.html.en
│ │ ├── mpm_winnt.html.fr
│ │ ├── mpm_winnt.html.ja.utf8
│ │ ├── prefork.html
│ │ ├── prefork.html.de
│ │ ├── prefork.html.en
│ │ ├── prefork.html.fr
│ │ ├── prefork.html.ja.utf8
│ │ ├── prefork.html.tr.utf8
│ │ ├── quickreference.html
│ │ ├── quickreference.html.de
│ │ ├── quickreference.html.en
│ │ ├── quickreference.html.es
│ │ ├── quickreference.html.fr
│ │ ├── quickreference.html.ja.utf8
│ │ ├── quickreference.html.ko.euc-kr
│ │ ├── quickreference.html.tr.utf8
│ │ ├── quickreference.html.zh-cn.utf8
│ │ ├── worker.html
│ │ ├── worker.html.de
│ │ ├── worker.html.en
│ │ ├── worker.html.fr
│ │ ├── worker.html.ja.utf8
│ │ └── worker.html.tr.utf8
│ ├── mpm.html
│ ├── mpm.html.de
│ ├── mpm.html.en
│ ├── mpm.html.es
│ ├── mpm.html.fr
│ ├── mpm.html.ja.utf8
│ ├── mpm.html.ko.euc-kr
│ ├── mpm.html.tr.utf8
│ ├── mpm.html.zh-cn.utf8
│ ├── new_features_2_0.html
│ ├── new_features_2_0.html.de
│ ├── new_features_2_0.html.en
│ ├── new_features_2_0.html.fr
│ ├── new_features_2_0.html.ja.utf8
│ ├── new_features_2_0.html.ko.euc-kr
│ ├── new_features_2_0.html.pt-br
│ ├── new_features_2_0.html.ru.koi8-r
│ ├── new_features_2_0.html.tr.utf8
│ ├── new_features_2_2.html
│ ├── new_features_2_2.html.en
│ ├── new_features_2_2.html.fr
│ ├── new_features_2_2.html.ko.euc-kr
│ ├── new_features_2_2.html.pt-br
│ ├── new_features_2_2.html.tr.utf8
│ ├── new_features_2_4.html
│ ├── new_features_2_4.html.en
│ ├── new_features_2_4.html.fr
│ ├── new_features_2_4.html.tr.utf8
│ ├── platform
│ │ ├── ebcdic.html
│ │ ├── ebcdic.html.en
│ │ ├── ebcdic.html.ko.euc-kr
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.ko.euc-kr
│ │ ├── index.html.zh-cn.utf8
│ │ ├── netware.html
│ │ ├── netware.html.en
│ │ ├── netware.html.fr
│ │ ├── netware.html.ko.euc-kr
│ │ ├── perf-hp.html
│ │ ├── perf-hp.html.en
│ │ ├── perf-hp.html.fr
│ │ ├── perf-hp.html.ko.euc-kr
│ │ ├── rpm.html
│ │ ├── rpm.html.en
│ │ ├── win_compiling.html
│ │ ├── win_compiling.html.en
│ │ ├── win_compiling.html.fr
│ │ ├── win_compiling.html.ko.euc-kr
│ │ ├── windows.html
│ │ ├── windows.html.en
│ │ ├── windows.html.fr
│ │ └── windows.html.ko.euc-kr
│ ├── programs
│ │ ├── ab.html
│ │ ├── ab.html.en
│ │ ├── ab.html.fr
│ │ ├── ab.html.ko.euc-kr
│ │ ├── ab.html.tr.utf8
│ │ ├── apachectl.html
│ │ ├── apachectl.html.en
│ │ ├── apachectl.html.fr
│ │ ├── apachectl.html.ko.euc-kr
│ │ ├── apachectl.html.tr.utf8
│ │ ├── apxs.html
│ │ ├── apxs.html.en
│ │ ├── apxs.html.fr
│ │ ├── apxs.html.ko.euc-kr
│ │ ├── apxs.html.tr.utf8
│ │ ├── configure.html
│ │ ├── configure.html.en
│ │ ├── configure.html.fr
│ │ ├── configure.html.ko.euc-kr
│ │ ├── configure.html.tr.utf8
│ │ ├── dbmmanage.html
│ │ ├── dbmmanage.html.en
│ │ ├── dbmmanage.html.fr
│ │ ├── dbmmanage.html.ko.euc-kr
│ │ ├── dbmmanage.html.tr.utf8
│ │ ├── fcgistarter.html
│ │ ├── fcgistarter.html.en
│ │ ├── fcgistarter.html.fr
│ │ ├── fcgistarter.html.tr.utf8
│ │ ├── htcacheclean.html
│ │ ├── htcacheclean.html.en
│ │ ├── htcacheclean.html.fr
│ │ ├── htcacheclean.html.ko.euc-kr
│ │ ├── htcacheclean.html.tr.utf8
│ │ ├── htdbm.html
│ │ ├── htdbm.html.en
│ │ ├── htdbm.html.fr
│ │ ├── htdbm.html.tr.utf8
│ │ ├── htdigest.html
│ │ ├── htdigest.html.en
│ │ ├── htdigest.html.fr
│ │ ├── htdigest.html.ko.euc-kr
│ │ ├── htdigest.html.tr.utf8
│ │ ├── htpasswd.html
│ │ ├── htpasswd.html.en
│ │ ├── htpasswd.html.fr
│ │ ├── htpasswd.html.ko.euc-kr
│ │ ├── htpasswd.html.tr.utf8
│ │ ├── httpd.html
│ │ ├── httpd.html.en
│ │ ├── httpd.html.fr
│ │ ├── httpd.html.ko.euc-kr
│ │ ├── httpd.html.tr.utf8
│ │ ├── httxt2dbm.html
│ │ ├── httxt2dbm.html.en
│ │ ├── httxt2dbm.html.fr
│ │ ├── httxt2dbm.html.tr.utf8
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.es
│ │ ├── index.html.fr
│ │ ├── index.html.ko.euc-kr
│ │ ├── index.html.tr.utf8
│ │ ├── index.html.zh-cn.utf8
│ │ ├── logresolve.html
│ │ ├── logresolve.html.en
│ │ ├── logresolve.html.fr
│ │ ├── logresolve.html.ko.euc-kr
│ │ ├── logresolve.html.tr.utf8
│ │ ├── log_server_status.html
│ │ ├── log_server_status.html.en
│ │ ├── other.html
│ │ ├── other.html.en
│ │ ├── other.html.fr
│ │ ├── other.html.ko.euc-kr
│ │ ├── other.html.tr.utf8
│ │ ├── rotatelogs.html
│ │ ├── rotatelogs.html.en
│ │ ├── rotatelogs.html.fr
│ │ ├── rotatelogs.html.ko.euc-kr
│ │ ├── rotatelogs.html.tr.utf8
│ │ ├── split-logfile.html
│ │ ├── split-logfile.html.en
│ │ ├── suexec.html
│ │ ├── suexec.html.en
│ │ ├── suexec.html.ko.euc-kr
│ │ └── suexec.html.tr.utf8
│ ├── rewrite
│ │ ├── access.html
│ │ ├── access.html.en
│ │ ├── access.html.fr
│ │ ├── advanced.html
│ │ ├── advanced.html.en
│ │ ├── advanced.html.fr
│ │ ├── avoid.html
│ │ ├── avoid.html.en
│ │ ├── avoid.html.fr
│ │ ├── flags.html
│ │ ├── flags.html.en
│ │ ├── flags.html.fr
│ │ ├── htaccess.html
│ │ ├── htaccess.html.en
│ │ ├── htaccess.html.fr
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.tr.utf8
│ │ ├── index.html.zh-cn.utf8
│ │ ├── intro.html
│ │ ├── intro.html.en
│ │ ├── intro.html.fr
│ │ ├── proxy.html
│ │ ├── proxy.html.en
│ │ ├── proxy.html.fr
│ │ ├── remapping.html
│ │ ├── remapping.html.en
│ │ ├── remapping.html.fr
│ │ ├── rewritemap.html
│ │ ├── rewritemap.html.en
│ │ ├── rewritemap.html.fr
│ │ ├── tech.html
│ │ ├── tech.html.en
│ │ ├── tech.html.fr
│ │ ├── vhosts.html
│ │ ├── vhosts.html.en
│ │ └── vhosts.html.fr
│ ├── sections.html
│ ├── sections.html.en
│ ├── sections.html.fr
│ ├── sections.html.ja.utf8
│ ├── sections.html.ko.euc-kr
│ ├── sections.html.tr.utf8
│ ├── server-wide.html
│ ├── server-wide.html.en
│ ├── server-wide.html.fr
│ ├── server-wide.html.ja.utf8
│ ├── server-wide.html.ko.euc-kr
│ ├── server-wide.html.tr.utf8
│ ├── sitemap.html
│ ├── sitemap.html.de
│ ├── sitemap.html.en
│ ├── sitemap.html.es
│ ├── sitemap.html.fr
│ ├── sitemap.html.ja.utf8
│ ├── sitemap.html.ko.euc-kr
│ ├── sitemap.html.tr.utf8
│ ├── sitemap.html.zh-cn.utf8
│ ├── socache.html
│ ├── socache.html.en
│ ├── socache.html.fr
│ ├── ssl
│ │ ├── index.html
│ │ ├── index.html.en
│ │ ├── index.html.fr
│ │ ├── index.html.ja.utf8
│ │ ├── index.html.tr.utf8
│ │ ├── index.html.zh-cn.utf8
│ │ ├── ssl_compat.html
│ │ ├── ssl_compat.html.en
│ │ ├── ssl_compat.html.fr
│ │ ├── ssl_faq.html
│ │ ├── ssl_faq.html.en
│ │ ├── ssl_faq.html.fr
│ │ ├── ssl_howto.html
│ │ ├── ssl_howto.html.en
│ │ ├── ssl_howto.html.fr
│ │ ├── ssl_intro.html
│ │ ├── ssl_intro.html.en
│ │ ├── ssl_intro.html.fr
│ │ └── ssl_intro.html.ja.utf8
│ ├── stopping.html
│ ├── stopping.html.de
│ ├── stopping.html.en
│ ├── stopping.html.es
│ ├── stopping.html.fr
│ ├── stopping.html.ja.utf8
│ ├── stopping.html.ko.euc-kr
│ ├── stopping.html.tr.utf8
│ ├── style
│ │ ├── build.properties
│ │ ├── common.dtd
│ │ ├── css
│ │ │ ├── manual-chm.css
│ │ │ ├── manual.css
│ │ │ ├── manual-loose-100pc.css
│ │ │ ├── manual-print.css
│ │ │ ├── manual-zip-100pc.css
│ │ │ ├── manual-zip.css
│ │ │ └── prettify.css
│ │ ├── faq.dtd
│ │ ├── lang.dtd
│ │ ├── latex
│ │ │ └── atbeginend.sty
│ │ ├── manualpage.dtd
│ │ ├── modulesynopsis.dtd
│ │ ├── scripts
│ │ │ ├── MINIFY
│ │ │ ├── prettify.js
│ │ │ └── prettify.min.js
│ │ ├── sitemap.dtd
│ │ └── version.ent
│ ├── suexec.html
│ ├── suexec.html.en
│ ├── suexec.html.fr
│ ├── suexec.html.ja.utf8
│ ├── suexec.html.ko.euc-kr
│ ├── suexec.html.tr.utf8
│ ├── upgrading.html
│ ├── upgrading.html.en
│ ├── upgrading.html.fr
│ ├── urlmapping.html
│ ├── urlmapping.html.en
│ ├── urlmapping.html.fr
│ ├── urlmapping.html.ja.utf8
│ ├── urlmapping.html.ko.euc-kr
│ ├── urlmapping.html.tr.utf8
│ └── vhosts
│ ├── details.html
│ ├── details.html.en
│ ├── details.html.fr
│ ├── details.html.ko.euc-kr
│ ├── details.html.tr.utf8
│ ├── examples.html
│ ├── examples.html.en
│ ├── examples.html.fr
│ ├── examples.html.ja.utf8
│ ├── examples.html.ko.euc-kr
│ ├── examples.html.tr.utf8
│ ├── fd-limits.html
│ ├── fd-limits.html.en
│ ├── fd-limits.html.fr
│ ├── fd-limits.html.ja.utf8
│ ├── fd-limits.html.ko.euc-kr
│ ├── fd-limits.html.tr.utf8
│ ├── index.html
│ ├── index.html.de
│ ├── index.html.en
│ ├── index.html.fr
│ ├── index.html.ja.utf8
│ ├── index.html.ko.euc-kr
│ ├── index.html.tr.utf8
│ ├── index.html.zh-cn.utf8
│ ├── ip-based.html
│ ├── ip-based.html.en
│ ├── ip-based.html.fr
│ ├── ip-based.html.ja.utf8
│ ├── ip-based.html.ko.euc-kr
│ ├── ip-based.html.tr.utf8
│ ├── mass.html
│ ├── mass.html.en
│ ├── mass.html.fr
│ ├── mass.html.ko.euc-kr
│ ├── mass.html.tr.utf8
│ ├── name-based.html
│ ├── name-based.html.de
│ ├── name-based.html.en
│ ├── name-based.html.fr
│ ├── name-based.html.ja.utf8
│ ├── name-based.html.ko.euc-kr
│ └── name-based.html.tr.utf8
├── emacs-style
├── httpd.dsp
├── httpd.spec
├── include
│ ├── apache_noprobes.h
│ ├── ap_compat.h
│ ├── ap_config_auto.h.in
│ ├── ap_config.h
│ ├── ap_config_layout.h.in
│ ├── ap_expr.h
│ ├── ap_hooks.h
│ ├── ap_listen.h
│ ├── ap_mmn.h
│ ├── ap_mpm.h
│ ├── ap_provider.h
│ ├── ap_regex.h
│ ├── ap_regkey.h
│ ├── ap_release.h
│ ├── ap_slotmem.h
│ ├── ap_socache.h
│ ├── heartbeat.h
│ ├── http_config.h
│ ├── http_connection.h
│ ├── http_core.h
│ ├── httpd.h
│ ├── http_log.h
│ ├── http_main.h
│ ├── http_protocol.h
│ ├── http_request.h
│ ├── http_vhost.h
│ ├── mod_auth.h
│ ├── mod_core.h
│ ├── mod_request.h
│ ├── mpm_common.h
│ ├── scoreboard.h
│ ├── util_cfgtree.h
│ ├── util_charset.h
│ ├── util_cookies.h
│ ├── util_ebcdic.h
│ ├── util_fcgi.h
│ ├── util_filter.h
│ ├── util_ldap.h
│ ├── util_md5.h
│ ├── util_mutex.h
│ ├── util_script.h
│ ├── util_time.h
│ ├── util_varbuf.h
│ └── util_xml.h
├── INSTALL
├── InstallBin.dsp
├── LAYOUT
├── libhttpd.dsp
├── LICENSE
├── Makefile.in
├── Makefile.win
├── modules
│ ├── aaa
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_access_compat.c
│ │ ├── mod_access_compat.dsp
│ │ ├── mod_allowmethods.c
│ │ ├── mod_allowmethods.dsp
│ │ ├── mod_auth_basic.c
│ │ ├── mod_auth_basic.dsp
│ │ ├── mod_auth_digest.c
│ │ ├── mod_auth_digest.dsp
│ │ ├── mod_auth_form.c
│ │ ├── mod_auth_form.dsp
│ │ ├── mod_authn_anon.c
│ │ ├── mod_authn_anon.dsp
│ │ ├── mod_authn_core.c
│ │ ├── mod_authn_core.dsp
│ │ ├── mod_authn_dbd.c
│ │ ├── mod_authn_dbd.dsp
│ │ ├── mod_authn_dbm.c
│ │ ├── mod_authn_dbm.dsp
│ │ ├── mod_authn_file.c
│ │ ├── mod_authn_file.dsp
│ │ ├── mod_authn_socache.c
│ │ ├── mod_authn_socache.dsp
│ │ ├── mod_authnz_ldap.c
│ │ ├── mod_authnz_ldap.dsp
│ │ ├── mod_authz_core.c
│ │ ├── mod_authz_core.dsp
│ │ ├── mod_authz_dbd.c
│ │ ├── mod_authz_dbd.dsp
│ │ ├── mod_authz_dbd.h
│ │ ├── mod_authz_dbm.c
│ │ ├── mod_authz_dbm.dsp
│ │ ├── mod_authz_groupfile.c
│ │ ├── mod_authz_groupfile.dsp
│ │ ├── mod_authz_host.c
│ │ ├── mod_authz_host.dsp
│ │ ├── mod_authz_owner.c
│ │ ├── mod_authz_owner.dsp
│ │ ├── mod_authz_user.c
│ │ ├── mod_authz_user.dsp
│ │ ├── NWGNUaccesscompat
│ │ ├── NWGNUallowmethods
│ │ ├── NWGNUauthbasc
│ │ ├── NWGNUauthdigt
│ │ ├── NWGNUauthform
│ │ ├── NWGNUauthnano
│ │ ├── NWGNUauthndbd
│ │ ├── NWGNUauthndbm
│ │ ├── NWGNUauthnfil
│ │ ├── NWGNUauthnsocache
│ │ ├── NWGNUauthnzldap
│ │ ├── NWGNUauthzdbd
│ │ ├── NWGNUauthzdbm
│ │ ├── NWGNUauthzgrp
│ │ ├── NWGNUauthzusr
│ │ └── NWGNUmakefile
│ ├── arch
│ │ ├── netware
│ │ │ ├── libprews.c
│ │ │ ├── mod_netware.c
│ │ │ └── mod_nw_ssl.c
│ │ ├── unix
│ │ │ ├── config5.m4
│ │ │ ├── Makefile.in
│ │ │ ├── mod_privileges.c
│ │ │ ├── mod_unixd.c
│ │ │ └── mod_unixd.h
│ │ └── win32
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_isapi.c
│ │ ├── mod_isapi.dsp
│ │ ├── mod_isapi.h
│ │ └── mod_win32.c
│ ├── cache
│ │ ├── cache_common.h
│ │ ├── cache_disk_common.h
│ │ ├── cache_socache_common.h
│ │ ├── cache_storage.c
│ │ ├── cache_storage.h
│ │ ├── cache_util.c
│ │ ├── cache_util.h
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_cache.c
│ │ ├── mod_cache_disk.c
│ │ ├── mod_cache_disk.dsp
│ │ ├── mod_cache_disk.h
│ │ ├── mod_cache.dsp
│ │ ├── mod_cache.h
│ │ ├── mod_cache_socache.c
│ │ ├── mod_cache_socache.dsp
│ │ ├── mod_file_cache.c
│ │ ├── mod_file_cache.dsp
│ │ ├── mod_file_cache.exp
│ │ ├── mod_socache_dbm.c
│ │ ├── mod_socache_dbm.dsp
│ │ ├── mod_socache_dc.c
│ │ ├── mod_socache_dc.dsp
│ │ ├── mod_socache_memcache.c
│ │ ├── mod_socache_memcache.dsp
│ │ ├── mod_socache_shmcb.c
│ │ ├── mod_socache_shmcb.dsp
│ │ ├── NWGNUcach_dsk
│ │ ├── NWGNUcach_socache
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmod_cach
│ │ ├── NWGNUsocachdbm
│ │ ├── NWGNUsocachmem
│ │ └── NWGNUsocachshmcb
│ ├── cluster
│ │ ├── config5.m4
│ │ ├── Makefile.in
│ │ ├── mod_heartbeat.c
│ │ ├── mod_heartbeat.dsp
│ │ ├── mod_heartmonitor.c
│ │ ├── mod_heartmonitor.dsp
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmodheartbeat
│ │ ├── NWGNUmodheartmonitor
│ │ ├── README.heartbeat
│ │ └── README.heartmonitor
│ ├── config7.m4
│ ├── core
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_macro.c
│ │ ├── mod_macro.dsp
│ │ ├── mod_so.c
│ │ ├── mod_so.h
│ │ ├── mod_watchdog.c
│ │ ├── mod_watchdog.dsp
│ │ ├── mod_watchdog.h
│ │ ├── NWGNUmakefile
│ │ └── test
│ │ ├── conf
│ │ │ ├── inc63_1.conf
│ │ │ ├── inc63_2.conf
│ │ │ ├── test01.conf
│ │ │ ├── test02.conf
│ │ │ ├── test03.conf
│ │ │ ├── test04.conf
│ │ │ ├── test05.conf
│ │ │ ├── test06.conf
│ │ │ ├── test07.conf
│ │ │ ├── test08.conf
│ │ │ ├── test09.conf
│ │ │ ├── test10.conf
│ │ │ ├── test11.conf
│ │ │ ├── test12.conf
│ │ │ ├── test13.conf
│ │ │ ├── test14.conf
│ │ │ ├── test15.conf
│ │ │ ├── test16.conf
│ │ │ ├── test17.conf
│ │ │ ├── test18.conf
│ │ │ ├── test19.conf
│ │ │ ├── test20.conf
│ │ │ ├── test21.conf
│ │ │ ├── test22.conf
│ │ │ ├── test23.conf
│ │ │ ├── test24.conf
│ │ │ ├── test25.conf
│ │ │ ├── test26.conf
│ │ │ ├── test27.conf
│ │ │ ├── test28.conf
│ │ │ ├── test29.conf
│ │ │ ├── test30.conf
│ │ │ ├── test31.conf
│ │ │ ├── test32.conf
│ │ │ ├── test33.conf
│ │ │ ├── test34.conf
│ │ │ ├── test35.conf
│ │ │ ├── test36.conf
│ │ │ ├── test37.conf
│ │ │ ├── test38.conf
│ │ │ ├── test39.conf
│ │ │ ├── test40.conf
│ │ │ ├── test41.conf
│ │ │ ├── test42.conf
│ │ │ ├── test43.conf
│ │ │ ├── test44.conf
│ │ │ ├── test45.conf
│ │ │ ├── test46.conf
│ │ │ ├── test47.conf
│ │ │ ├── test48.conf
│ │ │ ├── test49.conf
│ │ │ ├── test50.conf
│ │ │ ├── test51.conf
│ │ │ ├── test52.conf
│ │ │ ├── test53.conf
│ │ │ ├── test54.conf
│ │ │ ├── test55.conf
│ │ │ ├── test56.conf
│ │ │ ├── test57.conf
│ │ │ ├── test58.conf
│ │ │ ├── test59.conf
│ │ │ ├── test60.conf
│ │ │ ├── test61.conf
│ │ │ ├── test62.conf
│ │ │ ├── test63.conf
│ │ │ ├── test64.conf
│ │ │ ├── test65.conf
│ │ │ ├── test66.conf
│ │ │ ├── test67.conf
│ │ │ ├── test68.conf
│ │ │ └── test69.conf
│ │ ├── Makefile
│ │ └── ref
│ │ ├── test01.out
│ │ ├── test02.out
│ │ ├── test03.out
│ │ ├── test04.out
│ │ ├── test05.out
│ │ ├── test06.out
│ │ ├── test07.out
│ │ ├── test08.out
│ │ ├── test09.out
│ │ ├── test10.out
│ │ ├── test11.out
│ │ ├── test12.out
│ │ ├── test13.out
│ │ ├── test14.out
│ │ ├── test15.out
│ │ ├── test16.out
│ │ ├── test17.out
│ │ ├── test18.out
│ │ ├── test19.out
│ │ ├── test20.out
│ │ ├── test21.out
│ │ ├── test22.out
│ │ ├── test23.out
│ │ ├── test24.out
│ │ ├── test25.out
│ │ ├── test26.out
│ │ ├── test27.out
│ │ ├── test28.out
│ │ ├── test29.out
│ │ ├── test30.out
│ │ ├── test31.out
│ │ ├── test32.out
│ │ ├── test33.out
│ │ ├── test34.out
│ │ ├── test35.out
│ │ ├── test36.out
│ │ ├── test37.out
│ │ ├── test38.out
│ │ ├── test39.out
│ │ ├── test40.out
│ │ ├── test41.out
│ │ ├── test42.out
│ │ ├── test43.out
│ │ ├── test44.out
│ │ ├── test45.out
│ │ ├── test46.out
│ │ ├── test47.out
│ │ ├── test48.out
│ │ ├── test49.out
│ │ ├── test50.out
│ │ ├── test51.out
│ │ ├── test52.out
│ │ ├── test53.out
│ │ ├── test54.out
│ │ ├── test55.out
│ │ ├── test56.out
│ │ ├── test57.out
│ │ ├── test58.out
│ │ ├── test59.out
│ │ ├── test60.out
│ │ ├── test61.out
│ │ ├── test62.out
│ │ ├── test63.out
│ │ ├── test64.out
│ │ ├── test65.out
│ │ ├── test66.out
│ │ ├── test67.out
│ │ ├── test68.out
│ │ └── test69.out
│ ├── database
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_dbd.c
│ │ ├── mod_dbd.dsp
│ │ ├── mod_dbd.h
│ │ └── NWGNUmakefile
│ ├── dav
│ │ ├── fs
│ │ │ ├── config6.m4
│ │ │ ├── dbm.c
│ │ │ ├── lock.c
│ │ │ ├── Makefile.in
│ │ │ ├── mod_dav_fs.c
│ │ │ ├── mod_dav_fs.dsp
│ │ │ ├── NWGNUmakefile
│ │ │ ├── repos.c
│ │ │ └── repos.h
│ │ ├── lock
│ │ │ ├── config6.m4
│ │ │ ├── locks.c
│ │ │ ├── locks.h
│ │ │ ├── Makefile.in
│ │ │ ├── mod_dav_lock.c
│ │ │ ├── mod_dav_lock.dsp
│ │ │ └── NWGNUmakefile
│ │ └── main
│ │ ├── config5.m4
│ │ ├── liveprop.c
│ │ ├── Makefile.in
│ │ ├── mod_dav.c
│ │ ├── mod_dav.dsp
│ │ ├── mod_dav.h
│ │ ├── NWGNUmakefile
│ │ ├── props.c
│ │ ├── providers.c
│ │ ├── std_liveprop.c
│ │ ├── util.c
│ │ └── util_lock.c
│ ├── debugging
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_bucketeer.c
│ │ ├── mod_bucketeer.dsp
│ │ ├── mod_dumpio.c
│ │ ├── mod_dumpio.dsp
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmodbucketeer
│ │ ├── NWGNUmoddumpio
│ │ └── README
│ ├── echo
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_echo.c
│ │ ├── mod_echo.dsp
│ │ └── NWGNUmakefile
│ ├── examples
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_case_filter.c
│ │ ├── mod_case_filter.dsp
│ │ ├── mod_case_filter_in.c
│ │ ├── mod_case_filter_in.dsp
│ │ ├── mod_example_hooks.c
│ │ ├── mod_example_hooks.dsp
│ │ ├── mod_example_ipc.c
│ │ ├── mod_example_ipc.dsp
│ │ ├── NWGNUcase_flt
│ │ ├── NWGNUcase_flt_in
│ │ ├── NWGNUexample_hooks
│ │ ├── NWGNUexample_ipc
│ │ ├── NWGNUmakefile
│ │ └── README
│ ├── experimental
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ └── NWGNUmakefile
│ ├── filters
│ │ ├── config.m4
│ │ ├── libsed.h
│ │ ├── Makefile.in
│ │ ├── mod_buffer.c
│ │ ├── mod_buffer.dsp
│ │ ├── mod_charset_lite.c
│ │ ├── mod_charset_lite.dsp
│ │ ├── mod_charset_lite.exp
│ │ ├── mod_data.c
│ │ ├── mod_data.dsp
│ │ ├── mod_deflate.c
│ │ ├── mod_deflate.dsp
│ │ ├── mod_deflate.exp
│ │ ├── mod_ext_filter.c
│ │ ├── mod_ext_filter.dsp
│ │ ├── mod_ext_filter.exp
│ │ ├── mod_filter.c
│ │ ├── mod_filter.dsp
│ │ ├── mod_include.c
│ │ ├── mod_include.dsp
│ │ ├── mod_include.exp
│ │ ├── mod_include.h
│ │ ├── mod_proxy_html.c
│ │ ├── mod_proxy_html.dsp
│ │ ├── mod_ratelimit.c
│ │ ├── mod_ratelimit.dsp
│ │ ├── mod_ratelimit.h
│ │ ├── mod_reflector.c
│ │ ├── mod_reflector.dsp
│ │ ├── mod_reqtimeout.c
│ │ ├── mod_reqtimeout.dsp
│ │ ├── mod_request.c
│ │ ├── mod_request.dsp
│ │ ├── mod_sed.c
│ │ ├── mod_sed.dsp
│ │ ├── mod_substitute.c
│ │ ├── mod_substitute.dsp
│ │ ├── mod_xml2enc.c
│ │ ├── mod_xml2enc.dsp
│ │ ├── mod_xml2enc.h
│ │ ├── NWGNUcharsetl
│ │ ├── NWGNUdeflate
│ │ ├── NWGNUextfiltr
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmodbuffer
│ │ ├── NWGNUmod_data
│ │ ├── NWGNUmod_filter
│ │ ├── NWGNUmod_request
│ │ ├── NWGNUmodsed
│ │ ├── NWGNUproxyhtml
│ │ ├── NWGNUratelimit
│ │ ├── NWGNUreflector
│ │ ├── NWGNUreqtimeout
│ │ ├── NWGNUsubstitute
│ │ ├── NWGNUxml2enc
│ │ ├── regexp.c
│ │ ├── regexp.h
│ │ ├── sed0.c
│ │ ├── sed1.c
│ │ └── sed.h
│ ├── generators
│ │ ├── config5.m4
│ │ ├── Makefile.in
│ │ ├── mod_asis.c
│ │ ├── mod_asis.dsp
│ │ ├── mod_asis.exp
│ │ ├── mod_autoindex.c
│ │ ├── mod_autoindex.dsp
│ │ ├── mod_autoindex.exp
│ │ ├── mod_cgi.c
│ │ ├── mod_cgid.c
│ │ ├── mod_cgid.exp
│ │ ├── mod_cgi.dsp
│ │ ├── mod_cgi.exp
│ │ ├── mod_cgi.h
│ │ ├── mod_info.c
│ │ ├── mod_info.dsp
│ │ ├── mod_info.exp
│ │ ├── mod_status.c
│ │ ├── mod_status.dsp
│ │ ├── mod_status.exp
│ │ ├── mod_status.h
│ │ ├── mod_suexec.c
│ │ ├── mod_suexec.h
│ │ ├── NWGNUautoindex
│ │ ├── NWGNUinfo
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmod_asis
│ │ ├── NWGNUmod_cgi
│ │ └── NWGNUstatus
│ ├── http
│ │ ├── byterange_filter.c
│ │ ├── chunk_filter.c
│ │ ├── config.m4
│ │ ├── http_core.c
│ │ ├── http_etag.c
│ │ ├── http_filters.c
│ │ ├── http_protocol.c
│ │ ├── http_request.c
│ │ ├── Makefile.in
│ │ ├── mod_mime.c
│ │ ├── mod_mime.dsp
│ │ └── mod_mime.exp
│ ├── ldap
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_ldap.dsp
│ │ ├── NWGNUmakefile
│ │ ├── README.ldap
│ │ ├── util_ldap.c
│ │ ├── util_ldap_cache.c
│ │ ├── util_ldap_cache.h
│ │ └── util_ldap_cache_mgr.c
│ ├── loggers
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_log_config.c
│ │ ├── mod_log_config.dsp
│ │ ├── mod_log_config.exp
│ │ ├── mod_log_config.h
│ │ ├── mod_log_debug.c
│ │ ├── mod_log_debug.dsp
│ │ ├── mod_log_forensic.c
│ │ ├── mod_log_forensic.dsp
│ │ ├── mod_log_forensic.exp
│ │ ├── mod_logio.c
│ │ ├── mod_logio.dsp
│ │ ├── NWGNUforensic
│ │ ├── NWGNUlogdebug
│ │ ├── NWGNUmakefile
│ │ └── NWGNUmodlogio
│ ├── lua
│ │ ├── config.m4
│ │ ├── docs
│ │ │ ├── basic-configuration.txt
│ │ │ ├── building-from-subversion.txt
│ │ │ ├── README
│ │ │ ├── running-developer-tests.txt
│ │ │ └── writing-handlers.txt
│ │ ├── lua_apr.c
│ │ ├── lua_apr.h
│ │ ├── lua_config.c
│ │ ├── lua_config.h
│ │ ├── lua_dbd.c
│ │ ├── lua_dbd.h
│ │ ├── lua_passwd.c
│ │ ├── lua_passwd.h
│ │ ├── lua_request.c
│ │ ├── lua_request.h
│ │ ├── lua_vmprep.c
│ │ ├── lua_vmprep.h
│ │ ├── Makefile.in
│ │ ├── mod_lua.c
│ │ ├── mod_lua.dsp
│ │ ├── mod_lua.h
│ │ ├── NWGNUmakefile
│ │ ├── README
│ │ └── test
│ │ ├── helpers.lua
│ │ ├── htdocs
│ │ │ ├── config_tests.lua
│ │ │ ├── filters.lua
│ │ │ ├── find_me.txt
│ │ │ ├── headers.lua
│ │ │ ├── hooks.lua
│ │ │ ├── other.lua
│ │ │ ├── simple.lua
│ │ │ └── test.lua
│ │ ├── lib
│ │ │ └── kangaroo.lua
│ │ ├── moonunit.lua
│ │ ├── test_httpd.conf
│ │ └── test.lua
│ ├── Makefile.in
│ ├── mappers
│ │ ├── config9.m4
│ │ ├── Makefile.in
│ │ ├── mod_actions.c
│ │ ├── mod_actions.dsp
│ │ ├── mod_actions.exp
│ │ ├── mod_alias.c
│ │ ├── mod_alias.dsp
│ │ ├── mod_alias.exp
│ │ ├── mod_dir.c
│ │ ├── mod_dir.dsp
│ │ ├── mod_dir.exp
│ │ ├── mod_imagemap.c
│ │ ├── mod_imagemap.dsp
│ │ ├── mod_imagemap.exp
│ │ ├── mod_negotiation.c
│ │ ├── mod_negotiation.dsp
│ │ ├── mod_negotiation.exp
│ │ ├── mod_rewrite.c
│ │ ├── mod_rewrite.dsp
│ │ ├── mod_rewrite.exp
│ │ ├── mod_rewrite.h
│ │ ├── mod_speling.c
│ │ ├── mod_speling.dsp
│ │ ├── mod_speling.exp
│ │ ├── mod_userdir.c
│ │ ├── mod_userdir.dsp
│ │ ├── mod_userdir.exp
│ │ ├── mod_vhost_alias.c
│ │ ├── mod_vhost_alias.dsp
│ │ ├── mod_vhost_alias.exp
│ │ ├── NWGNUactions
│ │ ├── NWGNUimagemap
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUrewrite
│ │ ├── NWGNUspeling
│ │ ├── NWGNUuserdir
│ │ └── NWGNUvhost
│ ├── metadata
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_cern_meta.c
│ │ ├── mod_cern_meta.dsp
│ │ ├── mod_cern_meta.exp
│ │ ├── mod_env.c
│ │ ├── mod_env.dsp
│ │ ├── mod_env.exp
│ │ ├── mod_expires.c
│ │ ├── mod_expires.dsp
│ │ ├── mod_expires.exp
│ │ ├── mod_headers.c
│ │ ├── mod_headers.dsp
│ │ ├── mod_headers.exp
│ │ ├── mod_ident.c
│ │ ├── mod_ident.dsp
│ │ ├── mod_ident.exp
│ │ ├── mod_mime_magic.c
│ │ ├── mod_mime_magic.dsp
│ │ ├── mod_mime_magic.exp
│ │ ├── mod_remoteip.c
│ │ ├── mod_remoteip.dsp
│ │ ├── mod_setenvif.c
│ │ ├── mod_setenvif.dsp
│ │ ├── mod_setenvif.exp
│ │ ├── mod_unique_id.c
│ │ ├── mod_unique_id.dsp
│ │ ├── mod_unique_id.exp
│ │ ├── mod_usertrack.c
│ │ ├── mod_usertrack.dsp
│ │ ├── mod_usertrack.exp
│ │ ├── mod_version.c
│ │ ├── mod_version.dsp
│ │ ├── mod_version.exp
│ │ ├── NWGNUcernmeta
│ │ ├── NWGNUexpires
│ │ ├── NWGNUheaders
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUmimemagi
│ │ ├── NWGNUmodident
│ │ ├── NWGNUmodversion
│ │ ├── NWGNUremoteip
│ │ ├── NWGNUuniqueid
│ │ └── NWGNUusertrk
│ ├── NWGNUmakefile
│ ├── proxy
│ │ ├── ajp.h
│ │ ├── ajp_header.c
│ │ ├── ajp_header.h
│ │ ├── ajp_link.c
│ │ ├── ajp_msg.c
│ │ ├── ajp_utils.c
│ │ ├── balancers
│ │ │ ├── config2.m4
│ │ │ ├── Makefile.in
│ │ │ ├── mod_lbmethod_bybusyness.c
│ │ │ ├── mod_lbmethod_bybusyness.dsp
│ │ │ ├── mod_lbmethod_byrequests.c
│ │ │ ├── mod_lbmethod_byrequests.dsp
│ │ │ ├── mod_lbmethod_bytraffic.c
│ │ │ ├── mod_lbmethod_bytraffic.dsp
│ │ │ ├── mod_lbmethod_heartbeat.c
│ │ │ └── mod_lbmethod_heartbeat.dsp
│ │ ├── CHANGES
│ │ ├── config.m4
│ │ ├── examples
│ │ │ ├── mod_lbmethod_rr.c
│ │ │ └── mod_lbmethod_rr.dsp
│ │ ├── libproxy.exp
│ │ ├── Makefile.in
│ │ ├── mod_proxy_ajp.c
│ │ ├── mod_proxy_ajp.dsp
│ │ ├── mod_proxy_balancer.c
│ │ ├── mod_proxy_balancer.dsp
│ │ ├── mod_proxy.c
│ │ ├── mod_proxy_connect.c
│ │ ├── mod_proxy_connect.dsp
│ │ ├── mod_proxy.dsp
│ │ ├── mod_proxy_express.c
│ │ ├── mod_proxy_express.dsp
│ │ ├── mod_proxy_fcgi.c
│ │ ├── mod_proxy_fcgi.dsp
│ │ ├── mod_proxy_fdpass.c
│ │ ├── mod_proxy_fdpass.h
│ │ ├── mod_proxy_ftp.c
│ │ ├── mod_proxy_ftp.dsp
│ │ ├── mod_proxy.h
│ │ ├── mod_proxy_http.c
│ │ ├── mod_proxy_http.dsp
│ │ ├── mod_proxy_scgi.c
│ │ ├── mod_proxy_scgi.dsp
│ │ ├── mod_proxy_wstunnel.c
│ │ ├── mod_proxy_wstunnel.dsp
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUproxy
│ │ ├── NWGNUproxyajp
│ │ ├── NWGNUproxybalancer
│ │ ├── NWGNUproxycon
│ │ ├── NWGNUproxyexpress
│ │ ├── NWGNUproxyfcgi
│ │ ├── NWGNUproxyftp
│ │ ├── NWGNUproxyhtp
│ │ ├── NWGNUproxylbm_busy
│ │ ├── NWGNUproxylbm_hb
│ │ ├── NWGNUproxylbm_req
│ │ ├── NWGNUproxylbm_traf
│ │ ├── NWGNUproxyscgi
│ │ ├── NWGNUproxywstunnel
│ │ ├── proxy_util.c
│ │ └── proxy_util.h
│ ├── README
│ ├── session
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_session.c
│ │ ├── mod_session_cookie.c
│ │ ├── mod_session_cookie.dsp
│ │ ├── mod_session_crypto.c
│ │ ├── mod_session_crypto.dsp
│ │ ├── mod_session_dbd.c
│ │ ├── mod_session_dbd.dsp
│ │ ├── mod_session.dsp
│ │ ├── mod_session.h
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUsession
│ │ ├── NWGNUsession_cookie
│ │ ├── NWGNUsession_crypto
│ │ └── NWGNUsession_dbd
│ ├── slotmem
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_slotmem_plain.c
│ │ ├── mod_slotmem_plain.dsp
│ │ ├── mod_slotmem_shm.c
│ │ ├── mod_slotmem_shm.dsp
│ │ ├── NWGNUmakefile
│ │ ├── NWGNUslotmem_plain
│ │ └── NWGNUslotmem_shm
│ ├── ssl
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── mod_ssl.c
│ │ ├── mod_ssl.dsp
│ │ ├── mod_ssl.h
│ │ ├── NWGNUmakefile
│ │ ├── README
│ │ ├── README.dsov.fig
│ │ ├── README.dsov.ps
│ │ ├── ssl_engine_config.c
│ │ ├── ssl_engine_init.c
│ │ ├── ssl_engine_io.c
│ │ ├── ssl_engine_kernel.c
│ │ ├── ssl_engine_log.c
│ │ ├── ssl_engine_mutex.c
│ │ ├── ssl_engine_ocsp.c
│ │ ├── ssl_engine_pphrase.c
│ │ ├── ssl_engine_rand.c
│ │ ├── ssl_engine_vars.c
│ │ ├── ssl_private.h
│ │ ├── ssl_scache.c
│ │ ├── ssl_util.c
│ │ ├── ssl_util_ocsp.c
│ │ ├── ssl_util_ssl.c
│ │ ├── ssl_util_ssl.h
│ │ └── ssl_util_stapling.c
│ └── test
│ ├── config.m4
│ ├── Makefile.in
│ ├── mod_dialup.c
│ ├── mod_optional_fn_export.c
│ ├── mod_optional_fn_export.h
│ ├── mod_optional_fn_import.c
│ ├── mod_optional_hook_export.c
│ ├── mod_optional_hook_export.h
│ ├── mod_optional_hook_import.c
│ ├── NWGNUmakefile
│ ├── NWGNUoptfnexport
│ ├── NWGNUoptfnimport
│ ├── NWGNUopthookexport
│ ├── NWGNUopthookimport
│ └── README
├── NOTICE
├── NWGNUmakefile
├── os
│ ├── bs2000
│ │ ├── ebcdic.c
│ │ ├── ebcdic.h
│ │ ├── os.c
│ │ └── os.h
│ ├── config.m4
│ ├── Makefile.in
│ ├── netware
│ │ ├── apache.xdc
│ │ ├── modules.c
│ │ ├── netware_config_layout.h
│ │ ├── os.h
│ │ ├── pre_nw.h
│ │ └── util_nw.c
│ ├── os2
│ │ ├── config.m4
│ │ ├── core_header.def
│ │ ├── core.mk
│ │ ├── Makefile.in
│ │ ├── os.h
│ │ └── util_os2.c
│ ├── unix
│ │ ├── config.m4
│ │ ├── Makefile.in
│ │ ├── os.h
│ │ ├── unixd.c
│ │ └── unixd.h
│ └── win32
│ ├── ap_regkey.c
│ ├── BaseAddr.ref
│ ├── Makefile.in
│ ├── modules.c
│ ├── os.h
│ ├── util_win32.c
│ └── win32_config_layout.h
├── README
├── README.cmake
├── README.platforms
├── ROADMAP
├── server
│ ├── buildmark.c
│ ├── config.c
│ ├── config.m4
│ ├── connection.c
│ ├── core.c
│ ├── core_filters.c
│ ├── eoc_bucket.c
│ ├── eor_bucket.c
│ ├── error_bucket.c
│ ├── gen_test_char.c
│ ├── gen_test_char.dsp
│ ├── listen.c
│ ├── log.c
│ ├── main.c
│ ├── Makefile.in
│ ├── mpm
│ │ ├── config2.m4
│ │ ├── config.m4
│ │ ├── event
│ │ │ ├── config3.m4
│ │ │ ├── config.m4
│ │ │ ├── event.c
│ │ │ ├── fdqueue.c
│ │ │ ├── fdqueue.h
│ │ │ ├── Makefile.in
│ │ │ └── mpm_default.h
│ │ ├── Makefile.in
│ │ ├── MPM.NAMING
│ │ ├── mpmt_os2
│ │ │ ├── config5.m4
│ │ │ ├── config.m4
│ │ │ ├── Makefile.in
│ │ │ ├── mpm_default.h
│ │ │ ├── mpmt_os2.c
│ │ │ └── mpmt_os2_child.c
│ │ ├── netware
│ │ │ ├── mpm_default.h
│ │ │ └── mpm_netware.c
│ │ ├── prefork
│ │ │ ├── config3.m4
│ │ │ ├── config.m4
│ │ │ ├── Makefile.in
│ │ │ ├── mpm_default.h
│ │ │ └── prefork.c
│ │ ├── winnt
│ │ │ ├── child.c
│ │ │ ├── config3.m4
│ │ │ ├── config.m4
│ │ │ ├── Makefile.in
│ │ │ ├── mpm_default.h
│ │ │ ├── mpm_winnt.c
│ │ │ ├── mpm_winnt.h
│ │ │ ├── nt_eventlog.c
│ │ │ └── service.c
│ │ └── worker
│ │ ├── config3.m4
│ │ ├── config.m4
│ │ ├── fdqueue.c
│ │ ├── fdqueue.h
│ │ ├── Makefile.in
│ │ ├── mpm_default.h
│ │ └── worker.c
│ ├── mpm_common.c
│ ├── mpm_unix.c
│ ├── NWGNUmakefile
│ ├── protocol.c
│ ├── provider.c
│ ├── request.c
│ ├── scoreboard.c
│ ├── util.c
│ ├── util_cfgtree.c
│ ├── util_charset.c
│ ├── util_cookies.c
│ ├── util_debug.c
│ ├── util_ebcdic.c
│ ├── util_expr_eval.c
│ ├── util_expr_parse.c
│ ├── util_expr_parse.h
│ ├── util_expr_parse.y
│ ├── util_expr_private.h
│ ├── util_expr_scan.c
│ ├── util_expr_scan.l
│ ├── util_fcgi.c
│ ├── util_filter.c
│ ├── util_md5.c
│ ├── util_mutex.c
│ ├── util_pcre.c
│ ├── util_regex.c
│ ├── util_script.c
│ ├── util_time.c
│ ├── util_xml.c
│ └── vhost.c
├── srclib
│ └── Makefile.in
├── support
│ ├── ab.c
│ ├── ab.dsp
│ ├── abs.dsp
│ ├── apachectl.in
│ ├── apxs.in
│ ├── check_forensic
│ ├── checkgid.c
│ ├── config.m4
│ ├── dbmmanage.in
│ ├── envvars-std.in
│ ├── fcgistarter.c
│ ├── fcgistarter.dsp
│ ├── htcacheclean.c
│ ├── htcacheclean.dsp
│ ├── htdbm.c
│ ├── htdbm.dsp
│ ├── htdigest.c
│ ├── htdigest.dsp
│ ├── htpasswd.c
│ ├── htpasswd.dsp
│ ├── httxt2dbm.c
│ ├── httxt2dbm.dsp
│ ├── list_hooks.pl
│ ├── logresolve.c
│ ├── logresolve.dsp
│ ├── logresolve.pl.in
│ ├── log_server_status.in
│ ├── Makefile.in
│ ├── NWGNUab
│ ├── NWGNUhtcacheclean
│ ├── NWGNUhtdbm
│ ├── NWGNUhtdigest
│ ├── NWGNUhtpasswd
│ ├── NWGNUhttxt2dbm
│ ├── NWGNUlogres
│ ├── NWGNUmakefile
│ ├── NWGNUrotlogs
│ ├── passwd_common.c
│ ├── passwd_common.h
│ ├── phf_abuse_log.cgi.in
│ ├── README
│ ├── rotatelogs.c
│ ├── rotatelogs.dsp
│ ├── SHA1
│ │ ├── convert-sha1.pl
│ │ ├── htpasswd-sha1.pl
│ │ ├── ldif-sha1.example
│ │ └── README.sha1
│ ├── split-logfile.in
│ ├── suexec.c
│ ├── suexec.h
│ └── win32
│ ├── apache_header.bmp
│ ├── ApacheMonitor.c
│ ├── ApacheMonitor.dsp
│ ├── ApacheMonitor.h
│ ├── ApacheMonitor.ico
│ ├── ApacheMonitor.manifest
│ ├── ApacheMonitor.rc
│ ├── aprun.ico
│ ├── apstop.ico
│ ├── srun.bmp
│ ├── sstop.bmp
│ ├── wintty.c
│ └── wintty.dsp
├── test
│ ├── check_chunked
│ ├── cls.c
│ ├── Makefile.in
│ ├── make_sni.sh
│ ├── README
│ ├── tcpdumpscii.txt
│ ├── test_find.c
│ ├── test_limits.c
│ ├── test_parser.c
│ ├── test_select.c
│ ├── test-writev.c
│ └── time-sem.c
└── VERSIONING
93 directories, 2428 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论