├── README.md ├── test ├── clients │ └── .gitignore ├── modules │ ├── md │ │ ├── __init__.py │ │ └── data │ │ │ ├── store_migrate │ │ │ └── 1.0 │ │ │ │ └── sample1 │ │ │ │ ├── httpd.json │ │ │ │ ├── md_store.json │ │ │ │ └── accounts │ │ │ │ └── ACME-localhost-0000 │ │ │ │ └── account.json │ │ │ ├── test_conf_validate │ │ │ └── test_014.conf │ │ │ └── test_drive │ │ │ └── test1.example.org.conf │ ├── http1 │ │ ├── __init__.py │ │ ├── htdocs │ │ │ └── cgi │ │ │ │ └── files │ │ │ │ └── empty.txt │ │ └── mod_h1test │ │ │ └── mod_h1test.slo │ ├── http2 │ │ ├── __init__.py │ │ ├── htdocs │ │ │ ├── cgi │ │ │ │ ├── files │ │ │ │ │ └── empty.txt │ │ │ │ ├── ssi │ │ │ │ │ ├── include.inc │ │ │ │ │ └── test.html │ │ │ │ ├── xxx │ │ │ │ │ └── test.json │ │ │ │ └── alive.json │ │ │ └── noh2 │ │ │ │ ├── alive.json │ │ │ │ └── index.html │ │ └── .gitignore │ ├── proxy │ │ └── __init__.py │ └── core │ │ └── __init__.py ├── pyhttpd │ ├── __init__.py │ ├── htdocs │ │ ├── test2 │ │ │ ├── x%2f.test │ │ │ ├── 10%abnormal.txt │ │ │ └── alive.json │ │ ├── test1 │ │ │ ├── 006 │ │ │ │ └── header.html │ │ │ ├── alive.json │ │ │ ├── 002.jpg │ │ │ ├── 003 │ │ │ │ └── 003_img.jpg │ │ │ └── 004 │ │ │ │ └── gophertiles.jpg │ │ ├── alive.json │ │ └── index.html │ └── conf │ │ └── test.conf ├── .gitignore └── README ├── docs ├── log-message-tags │ └── next-number ├── error │ └── include │ │ └── spacer.html ├── icons │ ├── a.gif │ ├── a.png │ ├── c.gif │ ├── c.png │ ├── f.gif │ ├── f.png │ ├── p.gif │ ├── p.png │ ├── ps.gif │ ├── ps.png │ ├── up.gif │ ├── up.png │ ├── uu.gif │ ├── uu.png │ ├── back.gif │ ├── back.png │ ├── blank.gif │ ├── blank.png │ ├── bomb.gif │ ├── bomb.png │ ├── box1.gif │ ├── box1.png │ ├── box2.gif │ ├── box2.png │ ├── burst.gif │ ├── burst.png │ ├── dir.gif │ ├── dir.png │ ├── down.gif │ ├── down.png │ ├── dvi.gif │ ├── dvi.png │ ├── index.gif │ ├── index.png │ ├── left.gif │ ├── left.png │ ├── link.gif │ ├── link.png │ ├── movie.gif │ ├── movie.png │ ├── patch.gif │ ├── patch.png │ ├── pdf.gif │ ├── pdf.png │ ├── 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 │ ├── quill.gif │ ├── quill.png │ ├── right.gif │ ├── right.png │ ├── svg.png │ ├── tar.gif │ ├── tar.png │ ├── tex.gif │ ├── tex.png │ ├── text.gif │ ├── text.png │ ├── xml.png │ ├── binary.gif │ ├── binary.png │ ├── binhex.gif │ ├── binhex.png │ ├── broken.gif │ ├── broken.png │ ├── diskimg.gif │ ├── diskimg.png │ ├── folder.gif │ ├── folder.png │ ├── forward.gif │ ├── forward.png │ ├── generic.gif │ ├── generic.png │ ├── hand.up.gif │ ├── hand.up.png │ ├── image1.gif │ ├── image1.png │ ├── image2.gif │ ├── image2.png │ ├── image3.gif │ ├── image3.png │ ├── layout.gif │ ├── layout.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 │ ├── portal.gif │ ├── portal.png │ ├── screw1.gif │ ├── screw1.png │ ├── screw2.gif │ ├── screw2.png │ ├── script.gif │ ├── script.png │ ├── sound1.gif │ ├── sound1.png │ ├── sound2.gif │ ├── sound2.png │ ├── sphere1.gif │ ├── sphere1.png │ ├── sphere2.gif │ ├── sphere2.png │ ├── unknown.gif │ ├── unknown.png │ ├── world1.gif │ ├── world1.png │ ├── world2.gif │ ├── world2.png │ ├── alert.red.gif │ ├── alert.red.png │ ├── apache_pb.gif │ ├── apache_pb.png │ ├── apache_pb2.gif │ ├── apache_pb2.png │ ├── ball.gray.gif │ ├── ball.gray.png │ ├── ball.red.gif │ ├── ball.red.png │ ├── comp.blue.gif │ ├── comp.blue.png │ ├── comp.gray.gif │ ├── comp.gray.png │ ├── compressed.gif │ ├── compressed.png │ ├── continued.gif │ ├── continued.png │ ├── folder.sec.gif │ ├── folder.sec.png │ ├── hand.right.gif │ ├── hand.right.png │ ├── icon.sheet.gif │ ├── icon.sheet.png │ ├── small │ │ ├── back.gif │ │ ├── back.png │ │ ├── doc.gif │ │ ├── doc.png │ │ ├── key.gif │ │ ├── key.png │ │ ├── ps.gif │ │ ├── ps.png │ │ ├── tar.gif │ │ ├── tar.png │ │ ├── text.gif │ │ ├── text.png │ │ ├── uu.gif │ │ ├── uu.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 │ │ ├── folder.gif │ │ ├── folder.png │ │ ├── image.gif │ │ ├── image.png │ │ ├── image2.gif │ │ ├── image2.png │ │ ├── index.gif │ │ ├── index.png │ │ ├── movie.gif │ │ ├── movie.png │ │ ├── patch.gif │ │ ├── patch.png │ │ ├── sound.gif │ │ ├── sound.png │ │ ├── sound2.gif │ │ ├── sound2.png │ │ ├── continued.gif │ │ ├── continued.png │ │ ├── folder2.gif │ │ ├── folder2.png │ │ ├── forward.gif │ │ ├── forward.png │ │ ├── generic.gif │ │ ├── generic.png │ │ ├── generic2.gif │ │ ├── generic2.png │ │ ├── generic3.gif │ │ ├── generic3.png │ │ ├── rainbow.gif │ │ ├── rainbow.png │ │ ├── transfer.gif │ │ ├── transfer.png │ │ ├── unknown.gif │ │ ├── unknown.png │ │ ├── compressed.gif │ │ └── compressed.png │ ├── transfer.gif │ ├── transfer.png │ ├── uuencoded.gif │ ├── uuencoded.png │ ├── alert.black.gif │ ├── alert.black.png │ ├── folder.open.gif │ ├── folder.open.png │ ├── generic.red.gif │ ├── generic.red.png │ ├── generic.sec.gif │ └── generic.sec.png ├── manual │ ├── dso.xml.ko │ ├── env.xml.ko │ ├── mpm.xml.ko │ ├── bind.html.de │ ├── bind.xml.ko │ ├── filter.xml.ko │ ├── images │ │ ├── up.gif │ │ ├── down.gif │ │ ├── home.gif │ │ ├── left.gif │ │ ├── sub.gif │ │ ├── bal-man.png │ │ ├── favicon.ico │ │ ├── favicon.png │ │ ├── feather.gif │ │ ├── feather.png │ │ ├── index.gif │ │ ├── pixel.gif │ │ ├── right.gif │ │ ├── bal-man-b.png │ │ ├── bal-man-w.png │ │ ├── caching_fig1.gif │ │ ├── caching_fig1.png │ │ ├── feather_old.gif │ │ ├── feather_old.png │ │ ├── filter_arch.png │ │ ├── apache_header.gif │ │ ├── build_a_mod_2.png │ │ ├── build_a_mod_3.png │ │ ├── build_a_mod_4.png │ │ ├── filter_arch.tr.png │ │ ├── mod_filter_new.gif │ │ ├── mod_filter_new.png │ │ ├── mod_filter_old.gif │ │ ├── mod_filter_old.png │ │ ├── ssl_intro_fig1.gif │ │ ├── ssl_intro_fig1.png │ │ ├── ssl_intro_fig2.gif │ │ ├── ssl_intro_fig2.png │ │ ├── ssl_intro_fig3.gif │ │ ├── ssl_intro_fig3.png │ │ ├── caching_fig1.tr.png │ │ ├── compliance-static.png │ │ ├── custom_errordocs.png │ │ ├── mod_filter_new.tr.png │ │ ├── mod_rewrite_fig1.gif │ │ ├── mod_rewrite_fig1.png │ │ ├── mod_rewrite_fig2.gif │ │ ├── mod_rewrite_fig2.png │ │ ├── rewrite_rule_flow.png │ │ ├── reverse-proxy-arch.png │ │ ├── rewrite_process_uri.png │ │ ├── syntax_rewritecond.png │ │ ├── syntax_rewriterule.png │ │ ├── rewrite_backreferences.png │ │ └── compliance-reverse-proxy.png │ ├── index.html.da │ ├── index.html.de │ ├── index.xml.ko │ ├── logs.xml.ko │ ├── mpm.html.de │ ├── suexec.xml.ko │ ├── glossary.xml.ko │ ├── handler.xml.ko │ ├── install.html.de │ ├── install.xml.ko │ ├── invoking.xml.ko │ ├── sections.xml.ko │ ├── sitemap.xml.ko │ ├── stopping.xml.ko │ ├── configuring.xml.ko │ ├── dns-caveats.xml.ko │ ├── dso.html.ko.euc-kr │ ├── env.html.ko.euc-kr │ ├── glossary.html.de │ ├── howto │ │ ├── auth.xml.ko │ │ ├── cgi.xml.ko │ │ ├── index.xml.ko │ │ ├── ssi.xml.ko │ │ ├── htaccess.xml.ko │ │ ├── auth.html.ko.euc-kr │ │ ├── cgi.html.ko.euc-kr │ │ ├── htaccess.html.pt-br │ │ ├── public_html.xml.ko │ │ ├── ssi.html.ko.euc-kr │ │ ├── index.html.ko.euc-kr │ │ ├── htaccess.html.ko.euc-kr │ │ └── public_html.html.ko.euc-kr │ ├── index.html.pt-br │ ├── invoking.html.de │ ├── misc │ │ ├── index.xml.ko │ │ ├── perf-tuning.xml.ko │ │ ├── index.html.ko.euc-kr │ │ ├── security_tips.xml.ko │ │ ├── relevant_standards.xml.ko │ │ ├── perf-tuning.html.ko.euc-kr │ │ ├── security_tips.html.ko.euc-kr │ │ └── relevant_standards.html.ko.euc-kr │ ├── mod │ │ ├── index.xml.ko │ │ ├── mod_cgi.xml.ko │ │ ├── mod_dav.xml.ko │ │ ├── mod_dir.xml.ko │ │ ├── mod_env.xml.ko │ │ ├── mod_so.xml.ko │ │ ├── worker.html.de │ │ ├── mod_alias.xml.ko │ │ ├── mod_asis.xml.ko │ │ ├── mod_cache.xml.ko │ │ ├── mod_cgid.xml.ko │ │ ├── mod_echo.xml.ko │ │ ├── mod_ident.xml.ko │ │ ├── mod_info.xml.ko │ │ ├── mod_isapi.xml.ko │ │ ├── mod_logio.xml.ko │ │ ├── prefork.html.de │ │ ├── directives.xml.ko │ │ ├── mod_actions.html.de │ │ ├── mod_actions.xml.ko │ │ ├── mod_dav_fs.xml.ko │ │ ├── mod_deflate.xml.ko │ │ ├── mod_expires.xml.ko │ │ ├── mod_headers.xml.ko │ │ ├── mod_imagemap.xml.ko │ │ ├── mod_setenvif.xml.ko │ │ ├── mod_speling.xml.ko │ │ ├── mod_status.xml.ko │ │ ├── mod_suexec.xml.ko │ │ ├── mod_userdir.xml.ko │ │ ├── mod_version.xml.ko │ │ ├── module-dict.xml.ko │ │ ├── mpm_common.html.de │ │ ├── mpm_winnt.html.de │ │ ├── directive-dict.xml.ko │ │ ├── index.html.ko.euc-kr │ │ ├── mod_auth_basic.xml.ko │ │ ├── mod_authn_anon.xml.ko │ │ ├── mod_authn_dbm.xml.ko │ │ ├── mod_authn_file.xml.ko │ │ ├── mod_authz_dbm.xml.ko │ │ ├── mod_authz_user.xml.ko │ │ ├── mod_autoindex.xml.ko │ │ ├── mod_cache_disk.xml.ko │ │ ├── mod_cern_meta.xml.ko │ │ ├── mod_ext_filter.xml.ko │ │ ├── mod_file_cache.xml.ko │ │ ├── mod_log_config.xml.ko │ │ ├── mod_so.html.ko.euc-kr │ │ ├── mod_unique_id.xml.ko │ │ ├── quickreference.xml.ko │ │ ├── mod_alias.html.ko.euc-kr │ │ ├── mod_asis.html.ko.euc-kr │ │ ├── mod_auth_digest.xml.ko │ │ ├── mod_authz_owner.xml.ko │ │ ├── mod_cache.html.ko.euc-kr │ │ ├── mod_cgi.html.ko.euc-kr │ │ ├── mod_cgid.html.ko.euc-kr │ │ ├── mod_charset_lite.xml.ko │ │ ├── mod_dav.html.ko.euc-kr │ │ ├── mod_dir.html.ko.euc-kr │ │ ├── mod_echo.html.ko.euc-kr │ │ ├── mod_env.html.ko.euc-kr │ │ ├── mod_example_hooks.xml.ko │ │ ├── mod_ident.html.ko.euc-kr │ │ ├── mod_info.html.ko.euc-kr │ │ ├── mod_isapi.html.ko.euc-kr │ │ ├── mod_logio.html.ko.euc-kr │ │ ├── directives.html.ko.euc-kr │ │ ├── mod_actions.html.ko.euc-kr │ │ ├── mod_authz_groupfile.xml.ko │ │ ├── mod_dav_fs.html.ko.euc-kr │ │ ├── mod_deflate.html.ko.euc-kr │ │ ├── mod_expires.html.ko.euc-kr │ │ ├── mod_headers.html.ko.euc-kr │ │ ├── mod_speling.html.ko.euc-kr │ │ ├── mod_status.html.ko.euc-kr │ │ ├── mod_suexec.html.ko.euc-kr │ │ ├── mod_userdir.html.ko.euc-kr │ │ ├── mod_version.html.ko.euc-kr │ │ ├── module-dict.html.ko.euc-kr │ │ ├── directive-dict.html.ko.euc-kr │ │ ├── mod_auth_basic.html.ko.euc-kr │ │ ├── mod_authn_anon.html.ko.euc-kr │ │ ├── mod_authn_dbm.html.ko.euc-kr │ │ ├── mod_authn_file.html.ko.euc-kr │ │ ├── mod_authz_dbm.html.ko.euc-kr │ │ ├── mod_authz_user.html.ko.euc-kr │ │ ├── mod_autoindex.html.ko.euc-kr │ │ ├── mod_cache_disk.html.ko.euc-kr │ │ ├── mod_cern_meta.html.ko.euc-kr │ │ ├── mod_ext_filter.html.ko.euc-kr │ │ ├── mod_file_cache.html.ko.euc-kr │ │ ├── mod_imagemap.html.ko.euc-kr │ │ ├── mod_log_config.html.ko.euc-kr │ │ ├── mod_setenvif.html.ko.euc-kr │ │ ├── mod_unique_id.html.ko.euc-kr │ │ ├── quickreference.html.ko.euc-kr │ │ ├── mod_auth_digest.html.ko.euc-kr │ │ ├── mod_authz_owner.html.ko.euc-kr │ │ ├── mod_charset_lite.html.ko.euc-kr │ │ ├── mod_authz_groupfile.html.ko.euc-kr │ │ ├── mod_example_hooks.html.ko.euc-kr │ │ ├── mod_md.html │ │ ├── mod_data.html │ │ ├── mod_dbd.html │ │ ├── mod_ldap.html │ │ ├── mod_lua.html │ │ ├── mod_sed.html │ │ ├── mpmt_os2.html │ │ ├── mod_brotli.html │ │ ├── mod_buffer.html │ │ ├── mod_crypto.html │ │ ├── mod_dialup.html │ │ ├── mod_filter.html │ │ ├── mod_http2.html │ │ ├── mod_macro.html │ │ ├── mod_nw_ssl.html │ │ ├── mod_policy.html │ │ ├── mod_ssl_ct.html │ │ ├── mod_syslog.html │ │ └── overrides.html │ ├── mpm.html.ko.euc-kr │ ├── programs │ │ ├── ab.xml.ko │ │ ├── apxs.xml.ko │ │ ├── httpd.xml.ko │ │ ├── index.xml.ko │ │ ├── other.xml.ko │ │ ├── suexec.xml.ko │ │ ├── apachectl.xml.ko │ │ ├── configure.xml.ko │ │ ├── dbmmanage.xml.ko │ │ ├── htdigest.xml.ko │ │ ├── htpasswd.xml.ko │ │ ├── ab.html.ko.euc-kr │ │ ├── apxs.html.ko.euc-kr │ │ ├── htcacheclean.xml.ko │ │ ├── logresolve.xml.ko │ │ ├── rotatelogs.xml.ko │ │ ├── httpd.html.ko.euc-kr │ │ ├── index.html.ko.euc-kr │ │ ├── other.html.ko.euc-kr │ │ ├── suexec.html.ko.euc-kr │ │ ├── apachectl.html.ko.euc-kr │ │ ├── configure.html.ko.euc-kr │ │ ├── dbmmanage.html.ko.euc-kr │ │ ├── htdigest.html.ko.euc-kr │ │ ├── htpasswd.html.ko.euc-kr │ │ ├── logresolve.html.ko.euc-kr │ │ ├── rotatelogs.html.ko.euc-kr │ │ └── htcacheclean.html.ko.euc-kr │ ├── server-wide.xml.ko │ ├── stopping.html.de │ ├── style │ │ ├── lang │ │ │ ├── da.xml │ │ │ ├── de.xml │ │ │ ├── ko.xml │ │ │ └── pt-br.xml │ │ ├── xsl │ │ │ └── util │ │ │ │ ├── li-end.xml │ │ │ │ ├── ul-end.xml │ │ │ │ ├── li-start.xml │ │ │ │ ├── ul-start.xml │ │ │ │ ├── lf.xml │ │ │ │ ├── tab.xml │ │ │ │ ├── nbsp.xml │ │ │ │ └── para.xml │ │ └── scripts │ │ │ └── MINIFY │ ├── urlmapping.xml.ko │ ├── vhosts │ │ ├── mass.xml.ko │ │ ├── index.html.de │ │ ├── index.xml.ko │ │ ├── details.xml.ko │ │ ├── examples.xml.ko │ │ ├── fd-limits.xml.ko │ │ ├── ip-based.xml.ko │ │ ├── name-based.html.de │ │ ├── name-based.xml.ko │ │ ├── index.html.ko.euc-kr │ │ ├── mass.html.ko.euc-kr │ │ ├── details.html.ko.euc-kr │ │ ├── examples.html.ko.euc-kr │ │ ├── ip-based.html.ko.euc-kr │ │ ├── fd-limits.html.ko.euc-kr │ │ └── name-based.html.ko.euc-kr │ ├── bind.html.ko.euc-kr │ ├── configuring.html.de │ ├── custom-error.xml.ko │ ├── index.html.ko.euc-kr │ ├── logs.html.ko.euc-kr │ ├── filter.html.ko.euc-kr │ ├── glossary.html.ko.euc-kr │ ├── handler.html.ko.euc-kr │ ├── install.html.ko.euc-kr │ ├── invoking.html.ko.euc-kr │ ├── new_features_2_0.xml.ko │ ├── new_features_2_2.xml.ko │ ├── platform │ │ ├── index.xml.ko │ │ ├── netware.xml.ko │ │ ├── perf-hp.xml.ko │ │ ├── windows.xml.ko │ │ ├── index.html.ko.euc-kr │ │ ├── win_compiling.xml.ko │ │ ├── netware.html.ko.euc-kr │ │ ├── perf-hp.html.ko.euc-kr │ │ ├── windows.html.ko.euc-kr │ │ ├── win_compiling.html.ko.euc-kr │ │ └── rpm.html │ ├── sections.html.ko.euc-kr │ ├── sitemap.html.ko.euc-kr │ ├── stopping.html.ko.euc-kr │ ├── suexec.html.ko.euc-kr │ ├── faq │ │ └── index.html.ko.euc-kr │ ├── new_features_2_0.html.de │ ├── urlmapping.html.ko.euc-kr │ ├── configuring.html.ko.euc-kr │ ├── content-negotiation.xml.ko │ ├── custom-error.html.ko.euc-kr │ ├── dns-caveats.html.ko.euc-kr │ ├── new_features_2_0.html.pt-br │ ├── new_features_2_2.html.pt-br │ ├── server-wide.html.ko.euc-kr │ ├── BUILDING │ ├── new_features_2_0.html.ko.euc-kr │ ├── new_features_2_2.html.ko.euc-kr │ ├── content-negotiation.html.ko.euc-kr │ ├── license.html │ ├── developer │ │ ├── API.html │ │ ├── hooks.html │ │ ├── lua.html │ │ ├── filters.html │ │ ├── request.html │ │ ├── debugging.html │ │ ├── modguide.html │ │ ├── new_api_2_4.html │ │ ├── new_api_2_6.html │ │ ├── output-filters.html │ │ ├── thread_safety.html │ │ ├── index.html │ │ └── modules.html │ ├── new_features_2_6.html │ ├── expr.html │ ├── rewrite │ │ ├── avoid.html │ │ ├── flags.html │ │ ├── intro.html │ │ ├── proxy.html │ │ ├── tech.html │ │ ├── access.html │ │ └── vhosts.html │ ├── socache.html │ ├── ssl │ │ └── ssl_faq.html │ ├── upgrading.html │ └── compliance.html ├── server-status │ └── feather.png └── docroot │ └── index.html ├── modules ├── http │ ├── mod_mime.exp │ └── Makefile.in ├── mappers │ ├── mod_dir.exp │ ├── mod_alias.exp │ ├── mod_imagemap.exp │ ├── mod_actions.exp │ ├── mod_rewrite.exp │ ├── mod_speling.exp │ ├── mod_userdir.exp │ ├── mod_negotiation.exp │ ├── mod_vhost_alias.exp │ └── Makefile.in ├── metadata │ ├── mod_env.exp │ ├── mod_ident.exp │ ├── mod_expires.exp │ ├── mod_headers.exp │ ├── mod_setenvif.exp │ ├── mod_version.exp │ ├── mod_cern_meta.exp │ ├── mod_mime_magic.exp │ ├── mod_unique_id.exp │ ├── mod_usertrack.exp │ ├── Makefile.in │ └── mod_version.c ├── proxy │ ├── libproxy.exp │ ├── balancers │ │ └── Makefile.in │ └── Makefile.in ├── generators │ ├── mod_asis.exp │ ├── mod_cgi.exp │ ├── mod_cgid.exp │ ├── mod_info.exp │ ├── mod_status.exp │ ├── mod_autoindex.exp │ └── Makefile.in ├── filters │ ├── mod_deflate.exp │ ├── mod_include.exp │ ├── mod_ext_filter.exp │ ├── mod_charset_lite.exp │ └── Makefile.in ├── lua │ ├── test │ │ └── htdocs │ │ │ ├── find_me.txt │ │ │ ├── simple.lua │ │ │ ├── filters.lua │ │ │ └── headers.lua │ └── Makefile.in ├── cache │ ├── mod_file_cache.exp │ └── Makefile.in ├── loggers │ ├── mod_log_config.exp │ ├── mod_log_forensic.exp │ └── Makefile.in ├── debugging │ ├── README │ └── Makefile.in ├── apreq │ └── Makefile.in ├── core │ ├── test │ │ ├── conf │ │ │ ├── test33.conf │ │ │ ├── test67.conf │ │ │ ├── test01.conf │ │ │ ├── test49.conf │ │ │ ├── test07.conf │ │ │ ├── test02.conf │ │ │ ├── test08.conf │ │ │ ├── test53.conf │ │ │ ├── test09.conf │ │ │ ├── test54.conf │ │ │ ├── test58.conf │ │ │ ├── test59.conf │ │ │ ├── inc63_2.conf │ │ │ ├── test03.conf │ │ │ ├── test04.conf │ │ │ ├── test57.conf │ │ │ ├── test05.conf │ │ │ ├── test50.conf │ │ │ ├── test32.conf │ │ │ ├── test06.conf │ │ │ ├── test37.conf │ │ │ ├── test64.conf │ │ │ ├── test68.conf │ │ │ ├── inc63_1.conf │ │ │ ├── test16.conf │ │ │ ├── test10.conf │ │ │ ├── test15.conf │ │ │ ├── test17.conf │ │ │ ├── test18.conf │ │ │ ├── test66.conf │ │ │ ├── test52.conf │ │ │ ├── test22.conf │ │ │ ├── test46.conf │ │ │ ├── test21.conf │ │ │ ├── test45.conf │ │ │ ├── test42.conf │ │ │ ├── test47.conf │ │ │ ├── test20.conf │ │ │ ├── test12.conf │ │ │ ├── test28.conf │ │ │ ├── test35.conf │ │ │ ├── test63.conf │ │ │ ├── test38.conf │ │ │ └── test65.conf │ │ └── ref │ │ │ ├── test03.out │ │ │ ├── test51.out │ │ │ ├── test33.out │ │ │ ├── test53.out │ │ │ ├── test01.out │ │ │ ├── test02.out │ │ │ ├── test49.out │ │ │ ├── test50.out │ │ │ ├── test58.out │ │ │ ├── test08.out │ │ │ ├── test59.out │ │ │ ├── test37.out │ │ │ ├── test57.out │ │ │ ├── test04.out │ │ │ ├── test05.out │ │ │ ├── test06.out │ │ │ ├── test07.out │ │ │ ├── test20.out │ │ │ ├── test09.out │ │ │ ├── test44.out │ │ │ ├── test67.out │ │ │ └── test32.out │ └── Makefile.in ├── aaa │ ├── Makefile.in │ └── mod_auth_digest.c ├── echo │ ├── Makefile.in │ └── config.m4 ├── arch │ ├── unix │ │ └── Makefile.in │ └── win32 │ │ └── Makefile.in ├── test │ ├── README │ └── Makefile.in ├── Makefile.in ├── experimental │ ├── config.m4 │ └── Makefile.in ├── cluster │ └── Makefile.in ├── database │ ├── Makefile.in │ └── config.m4 ├── dav │ ├── fs │ │ └── Makefile.in │ ├── lock │ │ └── Makefile.in │ └── main │ │ └── Makefile.in ├── examples │ └── Makefile.in ├── ldap │ └── Makefile.in ├── slotmem │ └── Makefile.in └── session │ └── Makefile.in ├── server └── mpm │ ├── event │ └── Makefile.in │ ├── motorz │ └── Makefile.in │ ├── prefork │ ├── Makefile.in │ ├── config3.m4 │ └── config.m4 │ ├── simple │ ├── Makefile.in │ └── config3.m4 │ ├── winnt │ ├── Makefile.in │ └── config3.m4 │ ├── mpmt_os2 │ ├── Makefile.in │ └── config5.m4 │ ├── worker │ ├── Makefile.in │ └── config3.m4 │ └── Makefile.in ├── os ├── Makefile.in ├── os2 │ ├── config.m4 │ └── Makefile.in ├── unix │ ├── Makefile.in │ └── config.m4 ├── netware │ └── apache.xdc └── win32 │ └── Makefile.in ├── support └── win32 │ ├── srun.bmp │ ├── aprun.ico │ ├── apstop.ico │ ├── sstop.bmp │ ├── ApacheMonitor.ico │ └── apache_header.bmp ├── changes-entries ├── pr69771.txt ├── dav-get-base-path.txt ├── mod_rewrite_unset_cookie.txt ├── mime-types.txt ├── pr69580.txt ├── pr62497.txt ├── ech.txt ├── pr69590.txt ├── proxy_heathcheck_updated.txt ├── r1924954.txt ├── pr60746.txt ├── pr65222.txt ├── pr69402.txt ├── pr69579.txt ├── proxyremote_reuse.txt ├── escapehtml.txt ├── github 310.txt ├── md_v2.6.2.txt ├── pr69767.txt ├── ssl_prot.txt ├── pr60028.txt ├── h2_v2.0.37.txt ├── md_v2.6.7.txt ├── pr69624.txt ├── SessionDBDCookieName.txt ├── ssl-check-protoconf.txt ├── ssl-hello-vars.txt ├── 69510.txt ├── pr69741.txt ├── pr69831.txt ├── pr69443.txt ├── listentcpdeferaccept.txt ├── md_v2.6.6.txt ├── h2_v2.0.35.txt ├── tls_removed.txt └── h2_v2.0.32.txt └── srclib └── Makefile.in /README.md: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /test/clients/.gitignore: -------------------------------------------------------------------------------- 1 | h2ws -------------------------------------------------------------------------------- /test/modules/md/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/pyhttpd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/modules/http1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/modules/http2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/modules/proxy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- 1 | config.ini 2 | gen 3 | -------------------------------------------------------------------------------- /test/modules/core/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test2/x%2f.test: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/log-message-tags/next-number: -------------------------------------------------------------------------------- 1 | 10544 2 | -------------------------------------------------------------------------------- /modules/http/mod_mime.exp: -------------------------------------------------------------------------------- 1 | mime_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_dir.exp: -------------------------------------------------------------------------------- 1 | dir_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_env.exp: -------------------------------------------------------------------------------- 1 | env_module 2 | -------------------------------------------------------------------------------- /modules/proxy/libproxy.exp: -------------------------------------------------------------------------------- 1 | proxy_module 2 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test2/10%abnormal.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/error/include/spacer.html: -------------------------------------------------------------------------------- 1 |

2 |

3 | -------------------------------------------------------------------------------- /modules/generators/mod_asis.exp: -------------------------------------------------------------------------------- 1 | asis_module 2 | -------------------------------------------------------------------------------- /modules/generators/mod_cgi.exp: -------------------------------------------------------------------------------- 1 | cgi_module 2 | -------------------------------------------------------------------------------- /modules/generators/mod_cgid.exp: -------------------------------------------------------------------------------- 1 | cgid_module 2 | -------------------------------------------------------------------------------- /modules/generators/mod_info.exp: -------------------------------------------------------------------------------- 1 | info_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_alias.exp: -------------------------------------------------------------------------------- 1 | alias_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_imagemap.exp: -------------------------------------------------------------------------------- 1 | imap_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_ident.exp: -------------------------------------------------------------------------------- 1 | ident_module 2 | -------------------------------------------------------------------------------- /test/modules/http1/htdocs/cgi/files/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/modules/http1/mod_h1test/mod_h1test.slo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/cgi/files/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/filters/mod_deflate.exp: -------------------------------------------------------------------------------- 1 | deflate_module 2 | -------------------------------------------------------------------------------- /modules/filters/mod_include.exp: -------------------------------------------------------------------------------- 1 | include_module 2 | -------------------------------------------------------------------------------- /modules/generators/mod_status.exp: -------------------------------------------------------------------------------- 1 | status_module 2 | -------------------------------------------------------------------------------- /modules/lua/test/htdocs/find_me.txt: -------------------------------------------------------------------------------- 1 | please find me -------------------------------------------------------------------------------- /modules/mappers/mod_actions.exp: -------------------------------------------------------------------------------- 1 | actions_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_rewrite.exp: -------------------------------------------------------------------------------- 1 | rewrite_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_speling.exp: -------------------------------------------------------------------------------- 1 | speling_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_userdir.exp: -------------------------------------------------------------------------------- 1 | userdir_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_expires.exp: -------------------------------------------------------------------------------- 1 | expires_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_headers.exp: -------------------------------------------------------------------------------- 1 | headers_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_setenvif.exp: -------------------------------------------------------------------------------- 1 | setenvif_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_version.exp: -------------------------------------------------------------------------------- 1 | version_module 2 | -------------------------------------------------------------------------------- /modules/cache/mod_file_cache.exp: -------------------------------------------------------------------------------- 1 | file_cache_module 2 | -------------------------------------------------------------------------------- /modules/filters/mod_ext_filter.exp: -------------------------------------------------------------------------------- 1 | ext_filter_module 2 | -------------------------------------------------------------------------------- /modules/generators/mod_autoindex.exp: -------------------------------------------------------------------------------- 1 | autoindex_module 2 | -------------------------------------------------------------------------------- /modules/loggers/mod_log_config.exp: -------------------------------------------------------------------------------- 1 | log_config_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_negotiation.exp: -------------------------------------------------------------------------------- 1 | negotiation_module 2 | -------------------------------------------------------------------------------- /modules/mappers/mod_vhost_alias.exp: -------------------------------------------------------------------------------- 1 | vhost_alias_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_cern_meta.exp: -------------------------------------------------------------------------------- 1 | cern_meta_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_mime_magic.exp: -------------------------------------------------------------------------------- 1 | mime_magic_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_unique_id.exp: -------------------------------------------------------------------------------- 1 | unique_id_module 2 | -------------------------------------------------------------------------------- /modules/metadata/mod_usertrack.exp: -------------------------------------------------------------------------------- 1 | usertrack_module 2 | -------------------------------------------------------------------------------- /modules/debugging/README: -------------------------------------------------------------------------------- 1 | debugging modules for Apache 2.x 2 | -------------------------------------------------------------------------------- /modules/filters/mod_charset_lite.exp: -------------------------------------------------------------------------------- 1 | charset_lite_module 2 | -------------------------------------------------------------------------------- /modules/loggers/mod_log_forensic.exp: -------------------------------------------------------------------------------- 1 | log_forensic_module 2 | -------------------------------------------------------------------------------- /modules/apreq/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /modules/core/test/conf/test33.conf: -------------------------------------------------------------------------------- 1 | # empty name. 2 | 3 | Use '' 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test67.conf: -------------------------------------------------------------------------------- 1 | Error "done at line 1 without LF." -------------------------------------------------------------------------------- /test/modules/http2/.gitignore: -------------------------------------------------------------------------------- 1 | gen 2 | config.ini 3 | __pycache__ 4 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/cgi/ssi/include.inc: -------------------------------------------------------------------------------- 1 | Hello include
2 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/cgi/xxx/test.json: -------------------------------------------------------------------------------- 1 | {"name": "test.json"} -------------------------------------------------------------------------------- /server/mpm/event/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /server/mpm/motorz/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /server/mpm/prefork/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /server/mpm/simple/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /server/mpm/winnt/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /modules/aaa/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/cache/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/core/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/echo/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/http/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /server/mpm/mpmt_os2/Makefile.in: -------------------------------------------------------------------------------- 1 | include $(top_srcdir)/build/special.mk 2 | -------------------------------------------------------------------------------- /server/mpm/worker/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test1/006/header.html: -------------------------------------------------------------------------------- 1 | My Header Title 2 | -------------------------------------------------------------------------------- /docs/icons/a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/a.gif -------------------------------------------------------------------------------- /docs/icons/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/a.png -------------------------------------------------------------------------------- /docs/icons/c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/c.gif -------------------------------------------------------------------------------- /docs/icons/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/c.png -------------------------------------------------------------------------------- /docs/icons/f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/f.gif -------------------------------------------------------------------------------- /docs/icons/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/f.png -------------------------------------------------------------------------------- /docs/icons/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/p.gif -------------------------------------------------------------------------------- /docs/icons/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/p.png -------------------------------------------------------------------------------- /docs/icons/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ps.gif -------------------------------------------------------------------------------- /docs/icons/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ps.png -------------------------------------------------------------------------------- /docs/icons/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/up.gif -------------------------------------------------------------------------------- /docs/icons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/up.png -------------------------------------------------------------------------------- /docs/icons/uu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/uu.gif -------------------------------------------------------------------------------- /docs/icons/uu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/uu.png -------------------------------------------------------------------------------- /modules/arch/unix/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test01.conf: -------------------------------------------------------------------------------- 1 | # no macro name 2 | 3 | 4 | -------------------------------------------------------------------------------- /modules/filters/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/generators/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/loggers/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/mappers/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /modules/metadata/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | include $(top_srcdir)/build/special.mk 3 | 4 | -------------------------------------------------------------------------------- /docs/icons/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/back.gif -------------------------------------------------------------------------------- /docs/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/back.png -------------------------------------------------------------------------------- /docs/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/blank.gif -------------------------------------------------------------------------------- /docs/icons/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/blank.png -------------------------------------------------------------------------------- /docs/icons/bomb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/bomb.gif -------------------------------------------------------------------------------- /docs/icons/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/bomb.png -------------------------------------------------------------------------------- /docs/icons/box1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/box1.gif -------------------------------------------------------------------------------- /docs/icons/box1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/box1.png -------------------------------------------------------------------------------- /docs/icons/box2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/box2.gif -------------------------------------------------------------------------------- /docs/icons/box2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/box2.png -------------------------------------------------------------------------------- /docs/icons/burst.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/burst.gif -------------------------------------------------------------------------------- /docs/icons/burst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/burst.png -------------------------------------------------------------------------------- /docs/icons/dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/dir.gif -------------------------------------------------------------------------------- /docs/icons/dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/dir.png -------------------------------------------------------------------------------- /docs/icons/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/down.gif -------------------------------------------------------------------------------- /docs/icons/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/down.png -------------------------------------------------------------------------------- /docs/icons/dvi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/dvi.gif -------------------------------------------------------------------------------- /docs/icons/dvi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/dvi.png -------------------------------------------------------------------------------- /docs/icons/index.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/index.gif -------------------------------------------------------------------------------- /docs/icons/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/index.png -------------------------------------------------------------------------------- /docs/icons/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/left.gif -------------------------------------------------------------------------------- /docs/icons/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/left.png -------------------------------------------------------------------------------- /docs/icons/link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/link.gif -------------------------------------------------------------------------------- /docs/icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/link.png -------------------------------------------------------------------------------- /docs/icons/movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/movie.gif -------------------------------------------------------------------------------- /docs/icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/movie.png -------------------------------------------------------------------------------- /docs/icons/patch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/patch.gif -------------------------------------------------------------------------------- /docs/icons/patch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/patch.png -------------------------------------------------------------------------------- /docs/icons/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pdf.gif -------------------------------------------------------------------------------- /docs/icons/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pdf.png -------------------------------------------------------------------------------- /docs/icons/pie0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie0.gif -------------------------------------------------------------------------------- /docs/icons/pie0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie0.png -------------------------------------------------------------------------------- /docs/icons/pie1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie1.gif -------------------------------------------------------------------------------- /docs/icons/pie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie1.png -------------------------------------------------------------------------------- /docs/icons/pie2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie2.gif -------------------------------------------------------------------------------- /docs/icons/pie2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie2.png -------------------------------------------------------------------------------- /docs/icons/pie3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie3.gif -------------------------------------------------------------------------------- /docs/icons/pie3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie3.png -------------------------------------------------------------------------------- /docs/icons/pie4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie4.gif -------------------------------------------------------------------------------- /docs/icons/pie4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie4.png -------------------------------------------------------------------------------- /docs/icons/pie5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie5.gif -------------------------------------------------------------------------------- /docs/icons/pie5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie5.png -------------------------------------------------------------------------------- /docs/icons/pie6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie6.gif -------------------------------------------------------------------------------- /docs/icons/pie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie6.png -------------------------------------------------------------------------------- /docs/icons/pie7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie7.gif -------------------------------------------------------------------------------- /docs/icons/pie7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie7.png -------------------------------------------------------------------------------- /docs/icons/pie8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie8.gif -------------------------------------------------------------------------------- /docs/icons/pie8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/pie8.png -------------------------------------------------------------------------------- /docs/icons/quill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/quill.gif -------------------------------------------------------------------------------- /docs/icons/quill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/quill.png -------------------------------------------------------------------------------- /docs/icons/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/right.gif -------------------------------------------------------------------------------- /docs/icons/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/right.png -------------------------------------------------------------------------------- /docs/icons/svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/svg.png -------------------------------------------------------------------------------- /docs/icons/tar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/tar.gif -------------------------------------------------------------------------------- /docs/icons/tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/tar.png -------------------------------------------------------------------------------- /docs/icons/tex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/tex.gif -------------------------------------------------------------------------------- /docs/icons/tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/tex.png -------------------------------------------------------------------------------- /docs/icons/text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/text.gif -------------------------------------------------------------------------------- /docs/icons/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/text.png -------------------------------------------------------------------------------- /docs/icons/xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/xml.png -------------------------------------------------------------------------------- /modules/core/test/conf/test49.conf: -------------------------------------------------------------------------------- 1 | # undef macro before anything 2 | UndefMacro foo 3 | -------------------------------------------------------------------------------- /modules/test/README: -------------------------------------------------------------------------------- 1 | test modules have moved to httpd-test/perl-framework/c-modules 2 | -------------------------------------------------------------------------------- /test/pyhttpd/conf/test.conf: -------------------------------------------------------------------------------- 1 | # empty placeholder for test specific configurations 2 | -------------------------------------------------------------------------------- /docs/icons/binary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/binary.gif -------------------------------------------------------------------------------- /docs/icons/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/binary.png -------------------------------------------------------------------------------- /docs/icons/binhex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/binhex.gif -------------------------------------------------------------------------------- /docs/icons/binhex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/binhex.png -------------------------------------------------------------------------------- /docs/icons/broken.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/broken.gif -------------------------------------------------------------------------------- /docs/icons/broken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/broken.png -------------------------------------------------------------------------------- /docs/icons/diskimg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/diskimg.gif -------------------------------------------------------------------------------- /docs/icons/diskimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/diskimg.png -------------------------------------------------------------------------------- /docs/icons/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.gif -------------------------------------------------------------------------------- /docs/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.png -------------------------------------------------------------------------------- /docs/icons/forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/forward.gif -------------------------------------------------------------------------------- /docs/icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/forward.png -------------------------------------------------------------------------------- /docs/icons/generic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.gif -------------------------------------------------------------------------------- /docs/icons/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.png -------------------------------------------------------------------------------- /docs/icons/hand.up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/hand.up.gif -------------------------------------------------------------------------------- /docs/icons/hand.up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/hand.up.png -------------------------------------------------------------------------------- /docs/icons/image1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image1.gif -------------------------------------------------------------------------------- /docs/icons/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image1.png -------------------------------------------------------------------------------- /docs/icons/image2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image2.gif -------------------------------------------------------------------------------- /docs/icons/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image2.png -------------------------------------------------------------------------------- /docs/icons/image3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image3.gif -------------------------------------------------------------------------------- /docs/icons/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/image3.png -------------------------------------------------------------------------------- /docs/icons/layout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/layout.gif -------------------------------------------------------------------------------- /docs/icons/layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/layout.png -------------------------------------------------------------------------------- /docs/icons/odf6odb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odb.png -------------------------------------------------------------------------------- /docs/icons/odf6odc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odc.png -------------------------------------------------------------------------------- /docs/icons/odf6odf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odf.png -------------------------------------------------------------------------------- /docs/icons/odf6odg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odg.png -------------------------------------------------------------------------------- /docs/icons/odf6odi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odi.png -------------------------------------------------------------------------------- /docs/icons/odf6odm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odm.png -------------------------------------------------------------------------------- /docs/icons/odf6odp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odp.png -------------------------------------------------------------------------------- /docs/icons/odf6ods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6ods.png -------------------------------------------------------------------------------- /docs/icons/odf6odt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6odt.png -------------------------------------------------------------------------------- /docs/icons/odf6otc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6otc.png -------------------------------------------------------------------------------- /docs/icons/odf6otf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6otf.png -------------------------------------------------------------------------------- /docs/icons/odf6otg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6otg.png -------------------------------------------------------------------------------- /docs/icons/odf6oth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6oth.png -------------------------------------------------------------------------------- /docs/icons/odf6oti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6oti.png -------------------------------------------------------------------------------- /docs/icons/odf6otp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6otp.png -------------------------------------------------------------------------------- /docs/icons/odf6ots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6ots.png -------------------------------------------------------------------------------- /docs/icons/odf6ott.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/odf6ott.png -------------------------------------------------------------------------------- /docs/icons/portal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/portal.gif -------------------------------------------------------------------------------- /docs/icons/portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/portal.png -------------------------------------------------------------------------------- /docs/icons/screw1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/screw1.gif -------------------------------------------------------------------------------- /docs/icons/screw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/screw1.png -------------------------------------------------------------------------------- /docs/icons/screw2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/screw2.gif -------------------------------------------------------------------------------- /docs/icons/screw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/screw2.png -------------------------------------------------------------------------------- /docs/icons/script.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/script.gif -------------------------------------------------------------------------------- /docs/icons/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/script.png -------------------------------------------------------------------------------- /docs/icons/sound1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sound1.gif -------------------------------------------------------------------------------- /docs/icons/sound1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sound1.png -------------------------------------------------------------------------------- /docs/icons/sound2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sound2.gif -------------------------------------------------------------------------------- /docs/icons/sound2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sound2.png -------------------------------------------------------------------------------- /docs/icons/sphere1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sphere1.gif -------------------------------------------------------------------------------- /docs/icons/sphere1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sphere1.png -------------------------------------------------------------------------------- /docs/icons/sphere2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sphere2.gif -------------------------------------------------------------------------------- /docs/icons/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/sphere2.png -------------------------------------------------------------------------------- /docs/icons/unknown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/unknown.gif -------------------------------------------------------------------------------- /docs/icons/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/unknown.png -------------------------------------------------------------------------------- /docs/icons/world1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/world1.gif -------------------------------------------------------------------------------- /docs/icons/world1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/world1.png -------------------------------------------------------------------------------- /docs/icons/world2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/world2.gif -------------------------------------------------------------------------------- /docs/icons/world2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/world2.png -------------------------------------------------------------------------------- /docs/manual/dso.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/dso.xml.ko -------------------------------------------------------------------------------- /docs/manual/env.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/env.xml.ko -------------------------------------------------------------------------------- /docs/manual/mpm.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mpm.xml.ko -------------------------------------------------------------------------------- /modules/core/test/conf/test07.conf: -------------------------------------------------------------------------------- 1 | # missing end macro 2 | 3 | hello 4 | -------------------------------------------------------------------------------- /os/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | SUBDIRS = $(OS_DIR) 3 | 4 | include $(top_builddir)/build/rules.mk 5 | -------------------------------------------------------------------------------- /os/os2/config.m4: -------------------------------------------------------------------------------- 1 | if test "$OS" = "os2" ; then 2 | APR_ADDTO(CFLAGS, [-DOS2 -O2]) 3 | fi 4 | -------------------------------------------------------------------------------- /support/win32/srun.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/srun.bmp -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/alive.json: -------------------------------------------------------------------------------- 1 | { 2 | "host" : "generic", 3 | "alive" : true 4 | } 5 | -------------------------------------------------------------------------------- /docs/icons/alert.red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/alert.red.gif -------------------------------------------------------------------------------- /docs/icons/alert.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/alert.red.png -------------------------------------------------------------------------------- /docs/icons/apache_pb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/apache_pb.gif -------------------------------------------------------------------------------- /docs/icons/apache_pb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/apache_pb.png -------------------------------------------------------------------------------- /docs/icons/apache_pb2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/apache_pb2.gif -------------------------------------------------------------------------------- /docs/icons/apache_pb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/apache_pb2.png -------------------------------------------------------------------------------- /docs/icons/ball.gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ball.gray.gif -------------------------------------------------------------------------------- /docs/icons/ball.gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ball.gray.png -------------------------------------------------------------------------------- /docs/icons/ball.red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ball.red.gif -------------------------------------------------------------------------------- /docs/icons/ball.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/ball.red.png -------------------------------------------------------------------------------- /docs/icons/comp.blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/comp.blue.gif -------------------------------------------------------------------------------- /docs/icons/comp.blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/comp.blue.png -------------------------------------------------------------------------------- /docs/icons/comp.gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/comp.gray.gif -------------------------------------------------------------------------------- /docs/icons/comp.gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/comp.gray.png -------------------------------------------------------------------------------- /docs/icons/compressed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/compressed.gif -------------------------------------------------------------------------------- /docs/icons/compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/compressed.png -------------------------------------------------------------------------------- /docs/icons/continued.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/continued.gif -------------------------------------------------------------------------------- /docs/icons/continued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/continued.png -------------------------------------------------------------------------------- /docs/icons/folder.sec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.sec.gif -------------------------------------------------------------------------------- /docs/icons/folder.sec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.sec.png -------------------------------------------------------------------------------- /docs/icons/hand.right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/hand.right.gif -------------------------------------------------------------------------------- /docs/icons/hand.right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/hand.right.png -------------------------------------------------------------------------------- /docs/icons/icon.sheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/icon.sheet.gif -------------------------------------------------------------------------------- /docs/icons/icon.sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/icon.sheet.png -------------------------------------------------------------------------------- /docs/icons/small/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/back.gif -------------------------------------------------------------------------------- /docs/icons/small/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/back.png -------------------------------------------------------------------------------- /docs/icons/small/doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/doc.gif -------------------------------------------------------------------------------- /docs/icons/small/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/doc.png -------------------------------------------------------------------------------- /docs/icons/small/key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/key.gif -------------------------------------------------------------------------------- /docs/icons/small/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/key.png -------------------------------------------------------------------------------- /docs/icons/small/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/ps.gif -------------------------------------------------------------------------------- /docs/icons/small/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/ps.png -------------------------------------------------------------------------------- /docs/icons/small/tar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/tar.gif -------------------------------------------------------------------------------- /docs/icons/small/tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/tar.png -------------------------------------------------------------------------------- /docs/icons/small/text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/text.gif -------------------------------------------------------------------------------- /docs/icons/small/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/text.png -------------------------------------------------------------------------------- /docs/icons/small/uu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/uu.gif -------------------------------------------------------------------------------- /docs/icons/small/uu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/uu.png -------------------------------------------------------------------------------- /docs/icons/transfer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/transfer.gif -------------------------------------------------------------------------------- /docs/icons/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/transfer.png -------------------------------------------------------------------------------- /docs/icons/uuencoded.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/uuencoded.gif -------------------------------------------------------------------------------- /docs/icons/uuencoded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/uuencoded.png -------------------------------------------------------------------------------- /docs/manual/bind.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/bind.html.de -------------------------------------------------------------------------------- /docs/manual/bind.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/bind.xml.ko -------------------------------------------------------------------------------- /docs/manual/filter.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/filter.xml.ko -------------------------------------------------------------------------------- /docs/manual/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/up.gif -------------------------------------------------------------------------------- /docs/manual/index.html.da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/index.html.da -------------------------------------------------------------------------------- /docs/manual/index.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/index.html.de -------------------------------------------------------------------------------- /docs/manual/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/logs.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/logs.xml.ko -------------------------------------------------------------------------------- /docs/manual/mpm.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mpm.html.de -------------------------------------------------------------------------------- /docs/manual/suexec.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/suexec.xml.ko -------------------------------------------------------------------------------- /modules/core/test/conf/test02.conf: -------------------------------------------------------------------------------- 1 | # no macro name and spaces 2 | 3 | 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test08.conf: -------------------------------------------------------------------------------- 1 | # missing begin macro 2 | ServerName hello 3 | 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test53.conf: -------------------------------------------------------------------------------- 1 | # use undefined macro without prior definition 2 | Use bla 3 | -------------------------------------------------------------------------------- /support/win32/aprun.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/aprun.ico -------------------------------------------------------------------------------- /support/win32/apstop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/apstop.ico -------------------------------------------------------------------------------- /support/win32/sstop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/sstop.bmp -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test2/alive.json: -------------------------------------------------------------------------------- 1 | { 2 | "host" : "test2", 3 | "alive" : true 4 | } 5 | -------------------------------------------------------------------------------- /docs/icons/alert.black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/alert.black.gif -------------------------------------------------------------------------------- /docs/icons/alert.black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/alert.black.png -------------------------------------------------------------------------------- /docs/icons/folder.open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.open.gif -------------------------------------------------------------------------------- /docs/icons/folder.open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/folder.open.png -------------------------------------------------------------------------------- /docs/icons/generic.red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.red.gif -------------------------------------------------------------------------------- /docs/icons/generic.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.red.png -------------------------------------------------------------------------------- /docs/icons/generic.sec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.sec.gif -------------------------------------------------------------------------------- /docs/icons/generic.sec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/generic.sec.png -------------------------------------------------------------------------------- /docs/icons/small/binary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/binary.gif -------------------------------------------------------------------------------- /docs/icons/small/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/binary.png -------------------------------------------------------------------------------- /docs/icons/small/binhex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/binhex.gif -------------------------------------------------------------------------------- /docs/icons/small/binhex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/binhex.png -------------------------------------------------------------------------------- /docs/icons/small/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/blank.gif -------------------------------------------------------------------------------- /docs/icons/small/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/blank.png -------------------------------------------------------------------------------- /docs/icons/small/broken.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/broken.gif -------------------------------------------------------------------------------- /docs/icons/small/broken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/broken.png -------------------------------------------------------------------------------- /docs/icons/small/burst.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/burst.gif -------------------------------------------------------------------------------- /docs/icons/small/burst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/burst.png -------------------------------------------------------------------------------- /docs/icons/small/comp1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/comp1.gif -------------------------------------------------------------------------------- /docs/icons/small/comp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/comp1.png -------------------------------------------------------------------------------- /docs/icons/small/comp2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/comp2.gif -------------------------------------------------------------------------------- /docs/icons/small/comp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/comp2.png -------------------------------------------------------------------------------- /docs/icons/small/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/folder.gif -------------------------------------------------------------------------------- /docs/icons/small/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/folder.png -------------------------------------------------------------------------------- /docs/icons/small/image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/image.gif -------------------------------------------------------------------------------- /docs/icons/small/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/image.png -------------------------------------------------------------------------------- /docs/icons/small/image2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/image2.gif -------------------------------------------------------------------------------- /docs/icons/small/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/image2.png -------------------------------------------------------------------------------- /docs/icons/small/index.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/index.gif -------------------------------------------------------------------------------- /docs/icons/small/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/index.png -------------------------------------------------------------------------------- /docs/icons/small/movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/movie.gif -------------------------------------------------------------------------------- /docs/icons/small/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/movie.png -------------------------------------------------------------------------------- /docs/icons/small/patch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/patch.gif -------------------------------------------------------------------------------- /docs/icons/small/patch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/patch.png -------------------------------------------------------------------------------- /docs/icons/small/sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/sound.gif -------------------------------------------------------------------------------- /docs/icons/small/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/sound.png -------------------------------------------------------------------------------- /docs/icons/small/sound2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/sound2.gif -------------------------------------------------------------------------------- /docs/icons/small/sound2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/sound2.png -------------------------------------------------------------------------------- /docs/manual/glossary.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/glossary.xml.ko -------------------------------------------------------------------------------- /docs/manual/handler.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/handler.xml.ko -------------------------------------------------------------------------------- /docs/manual/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/down.gif -------------------------------------------------------------------------------- /docs/manual/images/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/home.gif -------------------------------------------------------------------------------- /docs/manual/images/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/left.gif -------------------------------------------------------------------------------- /docs/manual/images/sub.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/sub.gif -------------------------------------------------------------------------------- /docs/manual/install.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/install.html.de -------------------------------------------------------------------------------- /docs/manual/install.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/install.xml.ko -------------------------------------------------------------------------------- /docs/manual/invoking.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/invoking.xml.ko -------------------------------------------------------------------------------- /docs/manual/sections.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/sections.xml.ko -------------------------------------------------------------------------------- /docs/manual/sitemap.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/sitemap.xml.ko -------------------------------------------------------------------------------- /docs/manual/stopping.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/stopping.xml.ko -------------------------------------------------------------------------------- /test/modules/http2/htdocs/cgi/alive.json: -------------------------------------------------------------------------------- 1 | { 2 | "host" : "cgi", 3 | "alive" : true 4 | } 5 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test1/alive.json: -------------------------------------------------------------------------------- 1 | { 2 | "host" : "test1", 3 | "alive" : true 4 | } 5 | 6 | -------------------------------------------------------------------------------- /changes-entries/pr69771.txt: -------------------------------------------------------------------------------- 1 | * mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771 2 | -------------------------------------------------------------------------------- /docs/icons/small/continued.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/continued.gif -------------------------------------------------------------------------------- /docs/icons/small/continued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/continued.png -------------------------------------------------------------------------------- /docs/icons/small/folder2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/folder2.gif -------------------------------------------------------------------------------- /docs/icons/small/folder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/folder2.png -------------------------------------------------------------------------------- /docs/icons/small/forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/forward.gif -------------------------------------------------------------------------------- /docs/icons/small/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/forward.png -------------------------------------------------------------------------------- /docs/icons/small/generic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic.gif -------------------------------------------------------------------------------- /docs/icons/small/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic.png -------------------------------------------------------------------------------- /docs/icons/small/generic2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic2.gif -------------------------------------------------------------------------------- /docs/icons/small/generic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic2.png -------------------------------------------------------------------------------- /docs/icons/small/generic3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic3.gif -------------------------------------------------------------------------------- /docs/icons/small/generic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/generic3.png -------------------------------------------------------------------------------- /docs/icons/small/rainbow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/rainbow.gif -------------------------------------------------------------------------------- /docs/icons/small/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/rainbow.png -------------------------------------------------------------------------------- /docs/icons/small/transfer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/transfer.gif -------------------------------------------------------------------------------- /docs/icons/small/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/transfer.png -------------------------------------------------------------------------------- /docs/icons/small/unknown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/unknown.gif -------------------------------------------------------------------------------- /docs/icons/small/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/unknown.png -------------------------------------------------------------------------------- /docs/manual/configuring.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/configuring.xml.ko -------------------------------------------------------------------------------- /docs/manual/dns-caveats.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/dns-caveats.xml.ko -------------------------------------------------------------------------------- /docs/manual/dso.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/dso.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/env.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/env.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/glossary.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/glossary.html.de -------------------------------------------------------------------------------- /docs/manual/howto/auth.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/auth.xml.ko -------------------------------------------------------------------------------- /docs/manual/howto/cgi.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/cgi.xml.ko -------------------------------------------------------------------------------- /docs/manual/howto/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/howto/ssi.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/ssi.xml.ko -------------------------------------------------------------------------------- /docs/manual/images/bal-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/bal-man.png -------------------------------------------------------------------------------- /docs/manual/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/favicon.ico -------------------------------------------------------------------------------- /docs/manual/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/favicon.png -------------------------------------------------------------------------------- /docs/manual/images/feather.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/feather.gif -------------------------------------------------------------------------------- /docs/manual/images/feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/feather.png -------------------------------------------------------------------------------- /docs/manual/images/index.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/index.gif -------------------------------------------------------------------------------- /docs/manual/images/pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/pixel.gif -------------------------------------------------------------------------------- /docs/manual/images/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/right.gif -------------------------------------------------------------------------------- /docs/manual/index.html.pt-br: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/index.html.pt-br -------------------------------------------------------------------------------- /docs/manual/invoking.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/invoking.html.de -------------------------------------------------------------------------------- /docs/manual/misc/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cgi.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cgi.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_dav.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dav.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_dir.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dir.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_env.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_env.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_so.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_so.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/worker.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/worker.html.de -------------------------------------------------------------------------------- /docs/manual/mpm.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mpm.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/ab.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/ab.xml.ko -------------------------------------------------------------------------------- /docs/manual/server-wide.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/server-wide.xml.ko -------------------------------------------------------------------------------- /docs/manual/stopping.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/stopping.html.de -------------------------------------------------------------------------------- /docs/manual/style/lang/da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/style/lang/da.xml -------------------------------------------------------------------------------- /docs/manual/style/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/style/lang/de.xml -------------------------------------------------------------------------------- /docs/manual/style/lang/ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/style/lang/ko.xml -------------------------------------------------------------------------------- /docs/manual/urlmapping.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/urlmapping.xml.ko -------------------------------------------------------------------------------- /docs/manual/vhosts/mass.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/mass.xml.ko -------------------------------------------------------------------------------- /docs/server-status/feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/server-status/feather.png -------------------------------------------------------------------------------- /modules/aaa/mod_auth_digest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/modules/aaa/mod_auth_digest.c -------------------------------------------------------------------------------- /modules/metadata/mod_version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/modules/metadata/mod_version.c -------------------------------------------------------------------------------- /server/mpm/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | SUBDIRS = $(MPM_SUBDIRS) 3 | 4 | include $(top_builddir)/build/rules.mk 5 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/noh2/alive.json: -------------------------------------------------------------------------------- 1 | { 2 | "host" : "noh2", 3 | "alive" : true 4 | } 5 | 6 | -------------------------------------------------------------------------------- /changes-entries/dav-get-base-path.txt: -------------------------------------------------------------------------------- 1 | *) mod_dav: Add API to expose DavBasePath setting. [Joe Orton] 2 | 3 | -------------------------------------------------------------------------------- /docs/icons/small/compressed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/compressed.gif -------------------------------------------------------------------------------- /docs/icons/small/compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/icons/small/compressed.png -------------------------------------------------------------------------------- /docs/manual/bind.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/bind.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/configuring.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/configuring.html.de -------------------------------------------------------------------------------- /docs/manual/custom-error.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/custom-error.xml.ko -------------------------------------------------------------------------------- /docs/manual/images/bal-man-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/bal-man-b.png -------------------------------------------------------------------------------- /docs/manual/images/bal-man-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/bal-man-w.png -------------------------------------------------------------------------------- /docs/manual/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/logs.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/logs.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_alias.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_alias.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_asis.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_asis.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cache.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cache.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cgid.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cgid.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_echo.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_echo.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_ident.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_ident.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_info.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_info.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_isapi.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_isapi.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_logio.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_logio.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/prefork.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/prefork.html.de -------------------------------------------------------------------------------- /docs/manual/programs/apxs.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/apxs.xml.ko -------------------------------------------------------------------------------- /docs/manual/style/lang/pt-br.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/style/lang/pt-br.xml -------------------------------------------------------------------------------- /docs/manual/vhosts/index.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/index.html.de -------------------------------------------------------------------------------- /docs/manual/vhosts/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/index.xml.ko -------------------------------------------------------------------------------- /support/win32/ApacheMonitor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/ApacheMonitor.ico -------------------------------------------------------------------------------- /support/win32/apache_header.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/support/win32/apache_header.bmp -------------------------------------------------------------------------------- /docs/manual/filter.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/filter.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/glossary.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/glossary.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/handler.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/handler.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/howto/htaccess.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/htaccess.xml.ko -------------------------------------------------------------------------------- /docs/manual/images/caching_fig1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/caching_fig1.gif -------------------------------------------------------------------------------- /docs/manual/images/caching_fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/caching_fig1.png -------------------------------------------------------------------------------- /docs/manual/images/feather_old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/feather_old.gif -------------------------------------------------------------------------------- /docs/manual/images/feather_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/feather_old.png -------------------------------------------------------------------------------- /docs/manual/images/filter_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/filter_arch.png -------------------------------------------------------------------------------- /docs/manual/install.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/install.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/invoking.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/invoking.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/misc/perf-tuning.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/perf-tuning.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/directives.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/directives.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_actions.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_actions.html.de -------------------------------------------------------------------------------- /docs/manual/mod/mod_actions.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_actions.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_dav_fs.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dav_fs.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_deflate.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_deflate.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_expires.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_expires.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_headers.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_headers.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_imagemap.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_imagemap.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_setenvif.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_setenvif.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_speling.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_speling.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_status.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_status.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_suexec.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_suexec.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_userdir.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_userdir.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_version.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_version.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/module-dict.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/module-dict.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mpm_common.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mpm_common.html.de -------------------------------------------------------------------------------- /docs/manual/mod/mpm_winnt.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mpm_winnt.html.de -------------------------------------------------------------------------------- /docs/manual/new_features_2_0.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_0.xml.ko -------------------------------------------------------------------------------- /docs/manual/new_features_2_2.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_2.xml.ko -------------------------------------------------------------------------------- /docs/manual/platform/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/platform/netware.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/netware.xml.ko -------------------------------------------------------------------------------- /docs/manual/platform/perf-hp.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/perf-hp.xml.ko -------------------------------------------------------------------------------- /docs/manual/platform/windows.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/windows.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/httpd.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/httpd.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/index.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/index.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/other.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/other.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/suexec.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/suexec.xml.ko -------------------------------------------------------------------------------- /docs/manual/sections.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/sections.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/sitemap.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/sitemap.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/stopping.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/stopping.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/suexec.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/suexec.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/details.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/details.xml.ko -------------------------------------------------------------------------------- /docs/manual/vhosts/examples.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/examples.xml.ko -------------------------------------------------------------------------------- /docs/manual/vhosts/fd-limits.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/fd-limits.xml.ko -------------------------------------------------------------------------------- /docs/manual/vhosts/ip-based.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/ip-based.xml.ko -------------------------------------------------------------------------------- /modules/core/test/conf/test09.conf: -------------------------------------------------------------------------------- 1 | # recursion is bad 2 | 3 | Use foo 4 | 5 | 6 | Use foo 7 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test1/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/test/pyhttpd/htdocs/test1/002.jpg -------------------------------------------------------------------------------- /changes-entries/mod_rewrite_unset_cookie.txt: -------------------------------------------------------------------------------- 1 | *) mod_rewrite: Allow to unset cookies in the browser. [Ruediger Pluem] 2 | -------------------------------------------------------------------------------- /docs/manual/faq/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/faq/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/howto/auth.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/auth.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/howto/cgi.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/cgi.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/howto/htaccess.html.pt-br: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/htaccess.html.pt-br -------------------------------------------------------------------------------- /docs/manual/howto/public_html.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/public_html.xml.ko -------------------------------------------------------------------------------- /docs/manual/howto/ssi.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/ssi.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/images/apache_header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/apache_header.gif -------------------------------------------------------------------------------- /docs/manual/images/build_a_mod_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/build_a_mod_2.png -------------------------------------------------------------------------------- /docs/manual/images/build_a_mod_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/build_a_mod_3.png -------------------------------------------------------------------------------- /docs/manual/images/build_a_mod_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/build_a_mod_4.png -------------------------------------------------------------------------------- /docs/manual/images/filter_arch.tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/filter_arch.tr.png -------------------------------------------------------------------------------- /docs/manual/images/mod_filter_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_filter_new.gif -------------------------------------------------------------------------------- /docs/manual/images/mod_filter_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_filter_new.png -------------------------------------------------------------------------------- /docs/manual/images/mod_filter_old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_filter_old.gif -------------------------------------------------------------------------------- /docs/manual/images/mod_filter_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_filter_old.png -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig1.gif -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig1.png -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig2.gif -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig2.png -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig3.gif -------------------------------------------------------------------------------- /docs/manual/images/ssl_intro_fig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/ssl_intro_fig3.png -------------------------------------------------------------------------------- /docs/manual/misc/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/misc/security_tips.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/security_tips.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/directive-dict.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/directive-dict.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_auth_basic.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_auth_basic.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_anon.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_anon.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_dbm.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_dbm.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_file.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_file.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_dbm.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_dbm.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_user.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_user.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_autoindex.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_autoindex.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cache_disk.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cache_disk.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cern_meta.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cern_meta.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_ext_filter.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_ext_filter.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_file_cache.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_file_cache.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_log_config.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_log_config.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_so.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_so.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_unique_id.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_unique_id.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/quickreference.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/quickreference.xml.ko -------------------------------------------------------------------------------- /docs/manual/new_features_2_0.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_0.html.de -------------------------------------------------------------------------------- /docs/manual/programs/apachectl.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/apachectl.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/configure.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/configure.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/dbmmanage.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/dbmmanage.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/htdigest.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htdigest.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/htpasswd.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htpasswd.xml.ko -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/li-end.xml: -------------------------------------------------------------------------------- 1 | </li> 2 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/ul-end.xml: -------------------------------------------------------------------------------- 1 | </ul> 2 | -------------------------------------------------------------------------------- /docs/manual/urlmapping.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/urlmapping.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/name-based.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/name-based.html.de -------------------------------------------------------------------------------- /docs/manual/vhosts/name-based.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/name-based.xml.ko -------------------------------------------------------------------------------- /modules/core/test/conf/test54.conf: -------------------------------------------------------------------------------- 1 | # empty macro 2 | 3 | 4 | Use foo 5 | 6 | Error "done line 6." 7 | -------------------------------------------------------------------------------- /modules/core/test/conf/test58.conf: -------------------------------------------------------------------------------- 1 | # bad directive closing 2 | 5 | -------------------------------------------------------------------------------- /modules/core/test/conf/test59.conf: -------------------------------------------------------------------------------- 1 | # empty name 2 | 3 | Warning "empty quoted name macro" 4 | 5 | -------------------------------------------------------------------------------- /docs/manual/configuring.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/configuring.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/content-negotiation.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/content-negotiation.xml.ko -------------------------------------------------------------------------------- /docs/manual/custom-error.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/custom-error.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/dns-caveats.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/dns-caveats.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/howto/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/images/caching_fig1.tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/caching_fig1.tr.png -------------------------------------------------------------------------------- /docs/manual/images/compliance-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/compliance-static.png -------------------------------------------------------------------------------- /docs/manual/images/custom_errordocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/custom_errordocs.png -------------------------------------------------------------------------------- /docs/manual/images/mod_filter_new.tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_filter_new.tr.png -------------------------------------------------------------------------------- /docs/manual/images/mod_rewrite_fig1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_rewrite_fig1.gif -------------------------------------------------------------------------------- /docs/manual/images/mod_rewrite_fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_rewrite_fig1.png -------------------------------------------------------------------------------- /docs/manual/images/mod_rewrite_fig2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_rewrite_fig2.gif -------------------------------------------------------------------------------- /docs/manual/images/mod_rewrite_fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/mod_rewrite_fig2.png -------------------------------------------------------------------------------- /docs/manual/images/rewrite_rule_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/rewrite_rule_flow.png -------------------------------------------------------------------------------- /docs/manual/mod/mod_alias.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_alias.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_asis.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_asis.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_auth_digest.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_auth_digest.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_owner.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_owner.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_cache.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cache.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_cgi.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cgi.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_cgid.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cgid.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_charset_lite.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_charset_lite.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_dav.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dav.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_dir.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dir.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_echo.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_echo.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_env.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_env.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_example_hooks.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_example_hooks.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_ident.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_ident.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_info.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_info.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_isapi.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_isapi.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_logio.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_logio.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/new_features_2_0.html.pt-br: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_0.html.pt-br -------------------------------------------------------------------------------- /docs/manual/new_features_2_2.html.pt-br: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_2.html.pt-br -------------------------------------------------------------------------------- /docs/manual/programs/ab.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/ab.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/apxs.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/apxs.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/htcacheclean.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htcacheclean.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/logresolve.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/logresolve.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/rotatelogs.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/rotatelogs.xml.ko -------------------------------------------------------------------------------- /docs/manual/server-wide.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/server-wide.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/li-start.xml: -------------------------------------------------------------------------------- 1 | <li> 2 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/ul-start.xml: -------------------------------------------------------------------------------- 1 | <ul> 2 | -------------------------------------------------------------------------------- /docs/manual/vhosts/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/mass.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/mass.html.ko.euc-kr -------------------------------------------------------------------------------- /modules/core/test/conf/inc63_2.conf: -------------------------------------------------------------------------------- 1 | # use macro defined elsewhere 2 | Use Foo "inc63_2.conf:2" 3 | Use Bla "inc63_2.conf:3" 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test03.conf: -------------------------------------------------------------------------------- 1 | # use undefined macro 2 | 3 | Warning "macro foo" 4 | 5 | Use bla 6 | -------------------------------------------------------------------------------- /modules/core/test/conf/test04.conf: -------------------------------------------------------------------------------- 1 | # wrong args 2 | 3 | Warning "macro foo" 4 | 5 | Use foo hello 6 | -------------------------------------------------------------------------------- /modules/core/test/conf/test57.conf: -------------------------------------------------------------------------------- 1 | # empty argument name 2 | 3 | Warning "macro foo line 1" 4 | 5 | -------------------------------------------------------------------------------- /changes-entries/mime-types.txt: -------------------------------------------------------------------------------- 1 | *) Updated conf/mime.types: added vnd.sqlite3. 2 | [Alexandru Mărășteanu ] 3 | -------------------------------------------------------------------------------- /changes-entries/pr69580.txt: -------------------------------------------------------------------------------- 1 | *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580. 2 | [Stefan Eissing] 3 | -------------------------------------------------------------------------------- /docs/manual/BUILDING: -------------------------------------------------------------------------------- 1 | For instructions on building the manual, see 2 | . 3 | -------------------------------------------------------------------------------- /docs/manual/howto/htaccess.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/htaccess.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/images/reverse-proxy-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/reverse-proxy-arch.png -------------------------------------------------------------------------------- /docs/manual/images/rewrite_process_uri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/rewrite_process_uri.png -------------------------------------------------------------------------------- /docs/manual/images/syntax_rewritecond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/syntax_rewritecond.png -------------------------------------------------------------------------------- /docs/manual/images/syntax_rewriterule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/syntax_rewriterule.png -------------------------------------------------------------------------------- /docs/manual/misc/relevant_standards.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/relevant_standards.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/directives.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/directives.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_actions.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_actions.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_groupfile.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_groupfile.xml.ko -------------------------------------------------------------------------------- /docs/manual/mod/mod_dav_fs.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_dav_fs.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_deflate.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_deflate.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_expires.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_expires.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_headers.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_headers.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_speling.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_speling.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_status.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_status.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_suexec.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_suexec.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_userdir.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_userdir.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_version.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_version.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/module-dict.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/module-dict.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/win_compiling.xml.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/win_compiling.xml.ko -------------------------------------------------------------------------------- /docs/manual/programs/httpd.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/httpd.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/index.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/index.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/other.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/other.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/suexec.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/suexec.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/details.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/details.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/examples.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/examples.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/ip-based.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/ip-based.html.ko.euc-kr -------------------------------------------------------------------------------- /modules/lua/test/htdocs/simple.lua: -------------------------------------------------------------------------------- 1 | function handle(r) 2 | r.content_type = "text/plain" 3 | r:puts("Hi there!") 4 | end 5 | -------------------------------------------------------------------------------- /test/modules/md/data/store_migrate/1.0/sample1/httpd.json: -------------------------------------------------------------------------------- 1 | { 2 | "proto": { 3 | "http": true, 4 | "https": true 5 | } 6 | } -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test1/003/003_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/test/pyhttpd/htdocs/test1/003/003_img.jpg -------------------------------------------------------------------------------- /changes-entries/pr62497.txt: -------------------------------------------------------------------------------- 1 | *) mod_lua: Make r.ap_auth_type writable. PR 62497. 2 | [Michael Osipov ] 3 | -------------------------------------------------------------------------------- /docs/manual/howto/public_html.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/howto/public_html.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/images/rewrite_backreferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/rewrite_backreferences.png -------------------------------------------------------------------------------- /docs/manual/misc/perf-tuning.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/perf-tuning.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/misc/security_tips.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/security_tips.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/directive-dict.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/directive-dict.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_auth_basic.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_auth_basic.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_anon.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_anon.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_dbm.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authn_file.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authn_file.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_dbm.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_user.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_user.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_autoindex.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_autoindex.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_cache_disk.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cache_disk.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_cern_meta.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_cern_meta.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_ext_filter.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_ext_filter.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_file_cache.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_file_cache.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_imagemap.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_imagemap.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_log_config.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_log_config.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_setenvif.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_setenvif.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_unique_id.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_unique_id.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/quickreference.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/quickreference.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/new_features_2_0.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_0.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/new_features_2_2.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/new_features_2_2.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/netware.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/netware.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/perf-hp.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/perf-hp.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/windows.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/windows.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/apachectl.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/apachectl.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/configure.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/configure.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/dbmmanage.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/dbmmanage.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/htdigest.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htdigest.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/htpasswd.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htpasswd.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/fd-limits.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/fd-limits.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/vhosts/name-based.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/vhosts/name-based.html.ko.euc-kr -------------------------------------------------------------------------------- /modules/core/test/conf/test05.conf: -------------------------------------------------------------------------------- 1 | # wrong args 2 | 3 | Warning "macro foo $premier" 4 | 5 | Use foo 6 | -------------------------------------------------------------------------------- /os/os2/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | LTLIBRARY_NAME = libos.la 3 | LTLIBRARY_SOURCES = util_os2.c 4 | 5 | include $(top_srcdir)/build/ltlib.mk 6 | -------------------------------------------------------------------------------- /os/unix/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | LTLIBRARY_NAME = libos.la 3 | LTLIBRARY_SOURCES = unixd.c 4 | 5 | include $(top_srcdir)/build/ltlib.mk 6 | -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/test1/004/gophertiles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/test/pyhttpd/htdocs/test1/004/gophertiles.jpg -------------------------------------------------------------------------------- /docs/manual/content-negotiation.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/content-negotiation.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/images/compliance-reverse-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/images/compliance-reverse-proxy.png -------------------------------------------------------------------------------- /docs/manual/mod/mod_auth_digest.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_auth_digest.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_owner.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_owner.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_charset_lite.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_charset_lite.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/logresolve.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/logresolve.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/rotatelogs.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/rotatelogs.html.ko.euc-kr -------------------------------------------------------------------------------- /modules/core/test/conf/test50.conf: -------------------------------------------------------------------------------- 1 | # undef non existing macro 2 | 3 | Warning "foo macro" 4 | 5 | UndefMacro bla 6 | -------------------------------------------------------------------------------- /docs/manual/misc/relevant_standards.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/misc/relevant_standards.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/mod/mod_example_hooks.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/mod/mod_example_hooks.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/platform/win_compiling.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/platform/win_compiling.html.ko.euc-kr -------------------------------------------------------------------------------- /docs/manual/programs/htcacheclean.html.ko.euc-kr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/httpd/HEAD/docs/manual/programs/htcacheclean.html.ko.euc-kr -------------------------------------------------------------------------------- /modules/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | SUBDIRS = $(MODULE_DIRS) 3 | CLEAN_SUBDIRS = $(MODULE_CLEANDIRS) 4 | 5 | include $(top_builddir)/build/rules.mk 6 | 7 | -------------------------------------------------------------------------------- /modules/core/test/conf/test32.conf: -------------------------------------------------------------------------------- 1 | # error if same argument name. 2 | 3 | 4 | # bad 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /modules/core/test/conf/test06.conf: -------------------------------------------------------------------------------- 1 | # wrong args 2 | 3 | Warning "macro foo $premier" 4 | 5 | Use foo one two 6 | 7 | -------------------------------------------------------------------------------- /modules/core/test/conf/test37.conf: -------------------------------------------------------------------------------- 1 | # empty argument name 2 | 3 | 4 | Warn "macro stupid" 5 | 6 | 7 | Use stupid hello 8 | -------------------------------------------------------------------------------- /os/netware/apache.xdc: -------------------------------------------------------------------------------- 1 | BAGFMPK_Bag MT Safe NLM -------------------------------------------------------------------------------- /server/mpm/prefork/config3.m4: -------------------------------------------------------------------------------- 1 | APACHE_MPMPATH_INIT(prefork) 2 | 3 | APACHE_MPM_MODULE(prefork, $enable_mpm_prefork) 4 | 5 | APACHE_MPMPATH_FINISH 6 | -------------------------------------------------------------------------------- /changes-entries/ech.txt: -------------------------------------------------------------------------------- 1 | *) mod_ssl: Add support for Encrypted Client Hello (ECH) 2 | Github #551. [Stephen Farrell ] 3 | -------------------------------------------------------------------------------- /changes-entries/pr69590.txt: -------------------------------------------------------------------------------- 1 | *) mod_lua: Fix memory handling in LuaOutputFilter. PR 69590. 2 | [Guillermo Grandes ] 3 | -------------------------------------------------------------------------------- /changes-entries/proxy_heathcheck_updated.txt: -------------------------------------------------------------------------------- 1 | *) mod_proxy_hcheck: Fix healthcheck disabled due to child restart while 2 | updating. [Yann Ylavic] 3 | -------------------------------------------------------------------------------- /changes-entries/r1924954.txt: -------------------------------------------------------------------------------- 1 | *) mod_asis: Fix the log level of the message AH01236. 2 | Github #527 [Michael Kaufmann ] 3 | -------------------------------------------------------------------------------- /modules/core/test/conf/test64.conf: -------------------------------------------------------------------------------- 1 | # just continuations 2 | Warning "on line 2" 3 | Warning \ 4 | "from line 3 to line 4" 5 | Error "done on line 5." 6 | -------------------------------------------------------------------------------- /modules/core/test/conf/test68.conf: -------------------------------------------------------------------------------- 1 | # two directives with continuations & no eol at eof 2 | Warning \ 3 | "line 2-3" 4 | Error \ 5 | "done on line 4-5." -------------------------------------------------------------------------------- /changes-entries/pr60746.txt: -------------------------------------------------------------------------------- 1 | *) mod_dav_fs: Return a 404 for DELETE if deletion fails because the 2 | resource no longer exists. PR 60746. [Joe Orton] 3 | -------------------------------------------------------------------------------- /changes-entries/pr65222.txt: -------------------------------------------------------------------------------- 1 | *) mod_log_config: Fix merging for the "LogFormat" directive. 2 | PR: 65222. [Michael Kaufmann ] 3 | -------------------------------------------------------------------------------- /changes-entries/pr69402.txt: -------------------------------------------------------------------------------- 1 | *) mod_proxy_ajp: Use iobuffersize set on worker level for the IO buffer 2 | size. PR 69402 [Jari Ahonen ] 3 | -------------------------------------------------------------------------------- /changes-entries/pr69579.txt: -------------------------------------------------------------------------------- 1 | *) scoreboard/mod_http2: record durations of HTTP/2 requests. 2 | PR 69579 [Pierre Brochard ] 3 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/lf.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/tab.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/inc63_1.conf: -------------------------------------------------------------------------------- 1 | # macro for include 2 | 3 | Warning "Foo macro at $where" 4 | 5 | Use Foo "inc63_.conf:5" 6 | -------------------------------------------------------------------------------- /modules/core/test/ref/test03.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test03.conf 2 | httpd: Syntax error on line 5 of ./conf/test03.conf: macro 'bla' undefined 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test51.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test51.conf 2 | httpd: Syntax error on line 9 of ./conf/test51.conf: macro 'foo' undefined 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /os/win32/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | LTLIBRARY_NAME = libos.la 3 | LTLIBRARY_SOURCES = util_win32.c ap_regkey.c modules.c 4 | 5 | include $(top_srcdir)/build/ltlib.mk 6 | -------------------------------------------------------------------------------- /srclib/Makefile.in: -------------------------------------------------------------------------------- 1 | 2 | BUILD_SUBDIRS = $(AP_BUILD_SRCLIB_DIRS) 3 | CLEAN_SUBDIRS = $(AP_CLEAN_SRCLIB_DIRS) 4 | 5 | include $(top_builddir)/build/rules.mk 6 | -------------------------------------------------------------------------------- /docs/manual/license.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: license.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /modules/core/test/ref/test33.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test33.conf 2 | httpd: Syntax error on line 3 of ./conf/test33.conf: no macro defined before Use 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test53.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test53.conf 2 | httpd: Syntax error on line 2 of ./conf/test53.conf: no macro defined before Use 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /changes-entries/proxyremote_reuse.txt: -------------------------------------------------------------------------------- 1 | *) mod_proxy: Reuse ProxyRemote connections when possible, like prior 2 | to 2.4.59. [Jean-Frederic Clere, Yann Ylavic] 3 | -------------------------------------------------------------------------------- /docs/manual/developer/API.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: API.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /docs/manual/developer/hooks.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: hooks.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /docs/manual/developer/lua.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: lua.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /modules/core/test/conf/test16.conf: -------------------------------------------------------------------------------- 1 | # bad nesting 2 | 3 | 4 | 5 | 6 | 7 | 8 | Use foo 9 | 10 | 11 | stop 12 | -------------------------------------------------------------------------------- /docs/manual/developer/filters.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: filters.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /docs/manual/developer/request.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: request.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /modules/core/test/ref/test01.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test01.conf 2 | httpd: Syntax error on line 2 of ./conf/test01.conf: directive missing closing '>' 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /changes-entries/escapehtml.txt: -------------------------------------------------------------------------------- 1 | *) Add the escapehtml function to the expression API, allowing to escape HTML 2 | strings to guard against HTML injections. [Ruediger Pluem] 3 | -------------------------------------------------------------------------------- /changes-entries/github 310.txt: -------------------------------------------------------------------------------- 1 | *) core: Report invalid Options= argument when parsing AllowOverride 2 | directives. 3 | Github #310 [Zhou Qingyang ] 4 | -------------------------------------------------------------------------------- /changes-entries/md_v2.6.2.txt: -------------------------------------------------------------------------------- 1 | *) mod_md: update to version 2.6.2 2 | - Fix error retry delay calculation to not already doubling the wait 3 | on the first error. 4 | -------------------------------------------------------------------------------- /changes-entries/pr69767.txt: -------------------------------------------------------------------------------- 1 | *) mod_unixd: Drop test that effective user ID is zero in 2 | a chroot configuration. PR 69767. 3 | [Bastien Roucaries ] 4 | -------------------------------------------------------------------------------- /docs/manual/developer/debugging.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: debugging.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /docs/manual/developer/modguide.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: modguide.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /modules/core/test/conf/test10.conf: -------------------------------------------------------------------------------- 1 | # indirect recursion is bad 2 | 3 | Use bla 4 | 5 | 6 | 7 | Use foo 8 | 9 | 10 | Use foo 11 | -------------------------------------------------------------------------------- /modules/core/test/ref/test08.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test08.conf 2 | httpd: Syntax error on line 3 of ./conf/test08.conf: without matching section 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test59.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test59.conf 2 | httpd: Syntax error on line 2 of ./conf/test59.conf: ] 4 | -------------------------------------------------------------------------------- /docs/manual/developer/output-filters.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: output-filters.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /docs/manual/developer/thread_safety.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: thread_safety.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | -------------------------------------------------------------------------------- /changes-entries/h2_v2.0.37.txt: -------------------------------------------------------------------------------- 1 | *) mod_http2: update to version 2.0.37 2 | Prevent double purge of a stream, resulting in a double free. 3 | Fixes PR 69899. 4 | [Stefan Eissing] 5 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/nbsp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | &nbsp; 4 | -------------------------------------------------------------------------------- /docs/manual/style/xsl/util/para.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | &para; 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test15.conf: -------------------------------------------------------------------------------- 1 | # non nested... 2 | 3 | 4 | 5 | 6 | use test 7 | 8 | 9 | Error should not reach this point. 10 | -------------------------------------------------------------------------------- /modules/core/test/conf/test17.conf: -------------------------------------------------------------------------------- 1 | # bad but good nesting 2 | 3 | 4 | 5 | 6 | 7 | 8 | Use foo 9 | 10 | Error "done on line 10." 11 | -------------------------------------------------------------------------------- /modules/core/test/conf/test18.conf: -------------------------------------------------------------------------------- 1 | # bad but good nesting 2 | 3 | 4 | 5 | 6 | 7 | 8 | Use foo 9 | 10 | Error "done on line 10." 11 | -------------------------------------------------------------------------------- /modules/core/test/conf/test66.conf: -------------------------------------------------------------------------------- 1 | # no double substitution 2 | 3 | Warning "Foo: x=$x y=$y" 4 | 5 | Use Foo X Y 6 | Use Foo "$y" "$x" 7 | Error "done on line 7." 8 | -------------------------------------------------------------------------------- /test/README: -------------------------------------------------------------------------------- 1 | This directory contains useful test code for testing various bits 2 | of Apache functionality. This stuff is for the developers only, 3 | so we might remove it on public releases. 4 | -------------------------------------------------------------------------------- /changes-entries/md_v2.6.7.txt: -------------------------------------------------------------------------------- 1 | *) mod_md: update to version 2.6.7 2 | - Fix a regression in `MDStapleOthers` which broke in v2.6.0 and no longer 3 | applied, no matter the configuration. 4 | -------------------------------------------------------------------------------- /changes-entries/pr69624.txt: -------------------------------------------------------------------------------- 1 | * mod_proxy_http2: revert r1912193 for detecting broken backend connections 2 | as this interferes with backend selection who a node is unresponsive. 3 | PR69624. 4 | -------------------------------------------------------------------------------- /os/unix/config.m4: -------------------------------------------------------------------------------- 1 | if test "$OS" = "unix" ; then 2 | APACHE_TYPE_RLIM_T 3 | 4 | AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h sys/ipc.h) 5 | 6 | AC_CHECK_FUNCS(setsid killpg) 7 | fi 8 | -------------------------------------------------------------------------------- /changes-entries/SessionDBDCookieName.txt: -------------------------------------------------------------------------------- 1 | *) mod_session_dbd: ensure format used with SessionDBDCookieName and 2 | SessionDBDCookieName2 are correct. 3 | Github #503 [Thomas Meyer ] 4 | -------------------------------------------------------------------------------- /changes-entries/ssl-check-protoconf.txt: -------------------------------------------------------------------------------- 1 | *) mod_ssl: Fail when parsing SSLProtocol if the configuration 2 | would prevent use of all protocols. 3 | [Michael Kaufmann ] 4 | -------------------------------------------------------------------------------- /changes-entries/ssl-hello-vars.txt: -------------------------------------------------------------------------------- 1 | *) mod_ssl: Add SSLClientHelloVars directive to expose various 2 | ClientHello properties as SSL_CLIENTHELLO_* variables. 3 | [Charles Smutz ] 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test52.conf: -------------------------------------------------------------------------------- 1 | # undef existing macro, and try to use it 2 | 3 | Warning "foo macro contents line 1" 4 | 5 | Use foo 6 | UndefMacro foo 7 | 8 | Error "done line 8." 9 | -------------------------------------------------------------------------------- /changes-entries/69510.txt: -------------------------------------------------------------------------------- 1 | *) mod_proxy_balancer: Fix the handling of the stickysession configuration 2 | parameter by the balancer manager. PR 69510 3 | [Yutaka Tokunou ] 4 | -------------------------------------------------------------------------------- /changes-entries/pr69741.txt: -------------------------------------------------------------------------------- 1 | * mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of 2 | integers, used in push diaries and proxy window size calculations. 3 | PR69741 [Benjamin P. Kallus] 4 | -------------------------------------------------------------------------------- /changes-entries/pr69831.txt: -------------------------------------------------------------------------------- 1 | *) http: Correctly parse Range headers with multiple ranges that have 2 | whitespaces around the comma separating the ranges from each other. 3 | PR 69831 [Ruediger Pluem] 4 | -------------------------------------------------------------------------------- /modules/lua/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /docs/manual/style/scripts/MINIFY: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | (echo '// see prettify.js for copyright, license and expanded version'; python -mrjsmin prettify.min.js 4 | 5 | # needs python and rjsmin installed 6 | -------------------------------------------------------------------------------- /modules/cluster/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/core/test/conf/test22.conf: -------------------------------------------------------------------------------- 1 | # simple nesting 2 | 3 | 4 | 5 | Warning "macro foo" 6 | 7 | 8 | 9 | Use foo 10 | 11 | Error "done on line 11." 12 | -------------------------------------------------------------------------------- /modules/core/test/conf/test46.conf: -------------------------------------------------------------------------------- 1 | # various working prefixes 2 | 3 | 4 | # hello %j @k 5 | 6 | 7 | 8 | # not used. 9 | 10 | 11 | Error okay. 12 | -------------------------------------------------------------------------------- /modules/core/test/ref/test37.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test37.conf 2 | httpd: Syntax error on line 3 of ./conf/test37.conf: macro 'stupid' (defined on line 3 of "./conf/test37.conf"): empty argument #1 name 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test57.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test57.conf 2 | httpd: Syntax error on line 2 of ./conf/test57.conf: macro 'foo' (defined on line 2 of "./conf/test57.conf"): empty argument #2 name 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/database/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/database/config.m4: -------------------------------------------------------------------------------- 1 | 2 | APACHE_MODPATH_INIT(database) 3 | 4 | APACHE_MODULE(dbd, Apache DBD Framework, , , most) 5 | 6 | APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) 7 | 8 | APACHE_MODPATH_FINISH 9 | -------------------------------------------------------------------------------- /modules/dav/fs/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/dav/lock/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/dav/main/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/examples/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/ldap/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/slotmem/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/test/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /changes-entries/pr69443.txt: -------------------------------------------------------------------------------- 1 | *) mod_proxy_balancer: Fix a regression that caused stickysession keys no 2 | longer be recognized if they are provided as query parameter in the URL. 3 | PR 69443 [Ruediger Pluem] 4 | -------------------------------------------------------------------------------- /modules/arch/win32/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/debugging/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/experimental/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /modules/session/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | 5 | -------------------------------------------------------------------------------- /server/mpm/mpmt_os2/config5.m4: -------------------------------------------------------------------------------- 1 | APACHE_MPMPATH_INIT(mpmt_os2) 2 | 3 | APACHE_MPM_MODULE(mpmt_os2, $enable_mpm_mpmt_os2, mpmt_os2.lo mpmt_os2_child.lo,[ 4 | APR_ADDTO(CFLAGS,-Zmt) 5 | ]) 6 | 7 | APACHE_MPMPATH_FINISH 8 | -------------------------------------------------------------------------------- /server/mpm/winnt/config3.m4: -------------------------------------------------------------------------------- 1 | APACHE_MPMPATH_INIT(winnt) 2 | 3 | winnt_objects="child.lo mpm_winnt.lo nt_eventlog.lo service.lo" 4 | APACHE_MPM_MODULE(winnt, $enable_mpm_winnt, $winnt_objects) 5 | 6 | APACHE_MPMPATH_FINISH 7 | -------------------------------------------------------------------------------- /test/modules/md/data/store_migrate/1.0/sample1/md_store.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.6.1-git", 3 | "store": { 4 | "version": 1.0 5 | }, 6 | "key": "YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXphYmNkZWZnaGlqa2xtbm9wcXJzdHV2" 7 | } -------------------------------------------------------------------------------- /test/pyhttpd/htdocs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | mod_h2 test site generic 4 | 5 | 6 |

mod_h2 test site generic

7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /changes-entries/listentcpdeferaccept.txt: -------------------------------------------------------------------------------- 1 | *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify 2 | the value set for the TCP_DEFER_ACCEPT socket option on listen sockets. 3 | [Ruediger Pluem] 4 | -------------------------------------------------------------------------------- /changes-entries/md_v2.6.6.txt: -------------------------------------------------------------------------------- 1 | *) mod_md: update to version 2.6.6 2 | - Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler] 3 | - Fix reuse of curl easy handles by resetting them. [Michael Kaufmann] 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test04.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test04.conf 2 | httpd: Syntax error on line 5 of ./conf/test04.conf: macro 'foo' (defined on line 2 of "./conf/test04.conf") used with 1 arguments instead of 0 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test05.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test05.conf 2 | httpd: Syntax error on line 5 of ./conf/test05.conf: macro 'foo' (defined on line 2 of "./conf/test05.conf") used with 0 arguments instead of 1 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test06.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test06.conf 2 | httpd: Syntax error on line 5 of ./conf/test06.conf: macro 'foo' (defined on line 2 of "./conf/test06.conf") used with 2 arguments instead of 1 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/proxy/balancers/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | include $(top_srcdir)/build/special.mk 4 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/noh2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | mod_h2 test site noh2 4 | 5 | 6 |

mod_h2 test site noh2

7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/core/test/conf/test21.conf: -------------------------------------------------------------------------------- 1 | # raise an error 2 | 3 | 4 | 5 | Error "macro foo dir /tmp" 6 | 7 | 8 | 9 | 10 | Use foo 11 | 12 | -------------------------------------------------------------------------------- /modules/core/test/conf/test45.conf: -------------------------------------------------------------------------------- 1 | # strange chars 2 | 3 | 4 | # hello $1 %2 &3 @4 #5 ~6 *7 .8 ,9 !a -b +c =d :e ;f ?g 5 | 6 | 7 | Error "done on line 7." 8 | -------------------------------------------------------------------------------- /test/modules/http2/htdocs/cgi/ssi/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | test
6 | 7 | hello
8 | 9 | 10 | -------------------------------------------------------------------------------- /changes-entries/h2_v2.0.35.txt: -------------------------------------------------------------------------------- 1 | *) mod_http2: update to version 2.0.35 2 | New directive `H2MaxStreamErrors` to control how much bad behaviour 3 | by clients is tolerated before the connection is closed. 4 | [Stefan Eissing] 5 | -------------------------------------------------------------------------------- /modules/proxy/Makefile.in: -------------------------------------------------------------------------------- 1 | # a modules Makefile has no explicit targets -- they will be defined by 2 | # whatever modules are enabled. just grab special.mk to deal with this. 3 | #SUBDIRS = balancers 4 | include $(top_srcdir)/build/special.mk 5 | -------------------------------------------------------------------------------- /test/modules/md/data/test_conf_validate/test_014.conf: -------------------------------------------------------------------------------- 1 | # global server name as managed domain name 2 | 3 | MDomain resistance.fritz.box www.example2.org 4 | 5 | 6 | ServerName www.example2.org 7 | 8 | 9 | -------------------------------------------------------------------------------- /modules/core/test/conf/test42.conf: -------------------------------------------------------------------------------- 1 | # multiple macro uses 2 | 3 | 4 | Warning "macro foo $p" 5 | 6 | 7 | Use foo '' 8 | Use foo '' 9 | Use foo '' 10 | Use foo '' 11 | Use foo '' 12 | 13 | Error "done on line 13." 14 | -------------------------------------------------------------------------------- /modules/core/test/conf/test47.conf: -------------------------------------------------------------------------------- 1 | # empty macro contents... 2 | 3 | 4 | 5 | 6 | Use foo 7 | 8 | 9 | 10 | 11 | 12 | # some contents... 13 | 14 | 15 | Error okay. 16 | -------------------------------------------------------------------------------- /modules/core/test/ref/test07.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test07.conf 2 | httpd: Syntax error on line 2 of ./conf/test07.conf: macro 'foo' (defined on line 2 of "./conf/test07.conf")\n\tcontents error: expected token not found: 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /modules/core/test/ref/test20.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test20.conf 2 | AH00526: Syntax error on line 1 of macro 'foo' (defined on line 3 of "./conf/test20.conf") used on line 10 of "./conf/test20.conf": 3 | 2 | 3 | 4 | It works! Apache httpd 5 | 6 | 7 |

It works!

8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/core/test/conf/test20.conf: -------------------------------------------------------------------------------- 1 | # directory in directory through a macro 2 | 3 | 4 | 5 | Warning "macro foo $dir" 6 | 7 | 8 | 9 | 10 | Use foo /tmp 11 | 12 | -------------------------------------------------------------------------------- /test/modules/md/data/test_drive/test1.example.org.conf: -------------------------------------------------------------------------------- 1 | # A setup that required manual driving, e.g. invoking a2md outside apache 2 | # 3 | MDRenewMode manual 4 | 5 | MDomain test1.not-forbidden.org www.test1.not-forbidden.org mail.test1.not-forbidden.org 6 | 7 | -------------------------------------------------------------------------------- /docs/manual/expr.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: expr.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: expr.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /modules/core/test/conf/test12.conf: -------------------------------------------------------------------------------- 1 | # multiply defined generates a warning 2 | 3 | Warning "macro foo 1, line 1" 4 | 5 | 6 | 7 | Warning "macro foo 2, line 1" 8 | 9 | 10 | Use foo 11 | 12 | Error "done line 12." 13 | -------------------------------------------------------------------------------- /modules/core/test/conf/test28.conf: -------------------------------------------------------------------------------- 1 | # interaction with IfModule 2 | 3 | 4 | 5 | Warning "macro foo" 6 | 7 | 8 | Use foo 9 | 10 | Error "done!" 11 | 12 | 13 | Error "should not get there" 14 | -------------------------------------------------------------------------------- /modules/core/test/conf/test35.conf: -------------------------------------------------------------------------------- 1 | # unused arguments 2 | 3 | 4 | Warning "macro cannot be used just within a comment u1 u2 u3" 5 | # n1 n2 6 | 7 | 8 | Use warnings 1 2 3 4 5 9 | 10 | Error "done on line 10." 11 | -------------------------------------------------------------------------------- /modules/core/test/conf/test63.conf: -------------------------------------------------------------------------------- 1 | # include 2 | include ${PWD}/inc63_1.conf 3 | Use Foo "test63.conf:3" 4 | 5 | Warning "Bla at $where" 6 | 7 | include ${PWD}/inc63_2.conf 8 | Use Bla "test63.conf:8" 9 | Error "done at line 9." 10 | -------------------------------------------------------------------------------- /modules/core/test/ref/test67.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test67.conf 2 | [core:error] done at line 1 without LF. on line 1 of ./conf/test67.conf 3 | AH00526: Syntax error on line 1 of ./conf/test67.conf: 4 | Configuration processing stopped by Error directive 5 | # exit: 1 6 | -------------------------------------------------------------------------------- /server/mpm/worker/config3.m4: -------------------------------------------------------------------------------- 1 | APACHE_MPMPATH_INIT(worker) 2 | 3 | dnl ## XXX - Need a more thorough check of the proper flags to use 4 | APACHE_MPM_MODULE(worker, $enable_mpm_worker, worker.lo,[ 5 | AC_CHECK_FUNCS(pthread_kill) 6 | ]) 7 | 8 | APACHE_MPMPATH_FINISH 9 | -------------------------------------------------------------------------------- /docs/manual/platform/rpm.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: rpm.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: rpm.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /modules/core/test/ref/test32.out: -------------------------------------------------------------------------------- 1 | # testing with conf/test32.conf 2 | httpd: Syntax error on line 3 of ./conf/test32.conf: argument name conflict in macro 'foo' (defined on line 3 of "./conf/test32.conf"): argument '$arg2': #2 and #4, change argument names! 3 | # exit: 1 4 | -------------------------------------------------------------------------------- /changes-entries/tls_removed.txt: -------------------------------------------------------------------------------- 1 | *) mod_tls: removed the experimental module. It now is availble standalone 2 | from https://github.com/icing/mod_tls. The rustls provided API is not 3 | stable and does not align with the httpd release cycle. 4 | [Stefan Eissing] 5 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_md.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_md.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_md.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/avoid.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: avoid.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: avoid.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/flags.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: flags.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: flags.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/intro.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: intro.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: intro.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/proxy.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: proxy.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: proxy.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/tech.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: tech.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: tech.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/socache.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: socache.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: socache.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /server/mpm/simple/config3.m4: -------------------------------------------------------------------------------- 1 | APACHE_MPMPATH_INIT(simple) 2 | 3 | simple_objects="simple_api.lo simple_children.lo simple_core.lo \ 4 | simple_event.lo simple_run.lo simple_io.lo" 5 | APACHE_MPM_MODULE(simple, $enable_mpm_simple, $simple_objects) 6 | 7 | APACHE_MPMPATH_FINISH 8 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_data.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_data.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_data.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_dbd.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_dbd.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_dbd.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_ldap.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_ldap.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_ldap.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_lua.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_lua.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_lua.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_sed.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_sed.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_sed.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mpmt_os2.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mpmt_os2.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mpmt_os2.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/access.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: access.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: access.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/rewrite/vhosts.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: vhosts.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: vhosts.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/ssl/ssl_faq.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: ssl_faq.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: ssl_faq.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/upgrading.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: upgrading.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: upgrading.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /modules/core/test/conf/test38.conf: -------------------------------------------------------------------------------- 1 | # ifmodule 2 | 3 | 4 | Warning it is really a good idea to have mod_macro.c installed. 5 | 6 | 7 | 8 | Error it seems you do not have mod perl installed. 9 | 10 | 11 | -------------------------------------------------------------------------------- /modules/core/test/conf/test65.conf: -------------------------------------------------------------------------------- 1 | # simple use continuation 2 | 3 | # first macro line is a comment 4 | Warning "Line: $line" 5 | 6 | Use Line \ 7 | "on line 6-7" 8 | Use \ 9 | Line \ 10 | "on line 8-10" 11 | Error "done on line 11." 12 | -------------------------------------------------------------------------------- /modules/echo/config.m4: -------------------------------------------------------------------------------- 1 | dnl modules enabled in this directory by default 2 | 3 | dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) 4 | 5 | APACHE_MODPATH_INIT(echo) 6 | 7 | APACHE_MODULE(echo, ECHO server, , , ) 8 | 9 | APACHE_MODPATH_FINISH 10 | -------------------------------------------------------------------------------- /server/mpm/prefork/config.m4: -------------------------------------------------------------------------------- 1 | AC_MSG_CHECKING(if prefork MPM supports this platform) 2 | if test $forking_mpms_supported != yes; then 3 | AC_MSG_RESULT(no - This is not a forking platform) 4 | else 5 | AC_MSG_RESULT(yes) 6 | APACHE_MPM_SUPPORTED(prefork, yes, no) 7 | fi 8 | -------------------------------------------------------------------------------- /changes-entries/h2_v2.0.32.txt: -------------------------------------------------------------------------------- 1 | *) mod_http2: update to version 2.0.32 2 | The code setting the connection window size was set wrong, 3 | preventing `H2WindowSize` to work. 4 | Fixed . 5 | [Stefan Eissing, Michael Kaufmann] 6 | -------------------------------------------------------------------------------- /docs/manual/compliance.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: compliance.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: compliance.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/developer/index.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: index.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: index.html.zh-cn.utf8 8 | Content-Language: zh-cn 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/developer/modules.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: modules.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: modules.html.ja.utf8 8 | Content-Language: ja 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_brotli.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_brotli.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_brotli.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_buffer.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_buffer.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_buffer.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_crypto.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_crypto.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_crypto.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_dialup.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_dialup.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_dialup.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_filter.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_filter.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_filter.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_http2.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_http2.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_http2.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_macro.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_macro.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_macro.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_nw_ssl.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_nw_ssl.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_nw_ssl.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_policy.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_policy.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_policy.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_ssl_ct.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_ssl_ct.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_ssl_ct.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/mod_syslog.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: mod_syslog.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: mod_syslog.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | -------------------------------------------------------------------------------- /docs/manual/mod/overrides.html: -------------------------------------------------------------------------------- 1 | # GENERATED FROM XML -- DO NOT EDIT 2 | 3 | URI: overrides.html.en.utf8 4 | Content-Language: en 5 | Content-type: text/html; charset=UTF-8 6 | 7 | URI: overrides.html.fr.utf8 8 | Content-Language: fr 9 | Content-type: text/html; charset=UTF-8 10 | --------------------------------------------------------------------------------