summaryrefslogtreecommitdiffstats
path: root/docs/manual/content-negotiation.xml.ko (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-24Update transformation.Joe Orton1-2/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155219 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24Mention LFS support.Joe Orton1-2/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155217 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): FixJoe Orton1-0/+3
spurious error at EOF. PR: 33615 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155209 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24* build/NWGNUtail.inc: Update license.Justin Erenkrantz1-1/+1
Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155106 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23Note 2.1.3 released as alpha.Justin Erenkrantz1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154978 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23Onward ho to 2.1.4.Justin Erenkrantz2-3/+5
* CHANGES: Bump. * include/ap_release.h: Bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154973 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23* include/ap_release.h: Time for 2.1.3.Justin Erenkrantz1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154971 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 Reverting a localization I had attempted to fix back on Saturday.William A. Rowe Jr1-1/+1
Must have closed the svn commit shell a bit to quickly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154911 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20Update Brazilian Portuguese translationAndré Malo4-26/+26
* manual/new_features_2_0.xml.pt-br, manual/upgrading.xml.pt-br: fix typos etc. * update transformation Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br> Reviewed by: Luiz Rocha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154505 13f79535-47bb-0310-9956-ffa450edef68
2005-02-19replying to why "the edge connection filter cannot be removed" is a Stas Bekman1-0/+3
showstopper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154394 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 pcre.lib is bound into libhttpd.dll - we no longer need to redistributeWilliam A. Rowe Jr1-7/+1
yet another third party lib, while we now have an ap_reg* API exported and supported by httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154340 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 80 col style fix, no code harmed.William A. Rowe Jr1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154329 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 Add mod_echo - not built by default, but this drops the warning thatWilliam A. Rowe Jr1-0/+1
the module isn't declared in BaseAddr.ref. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154328 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18Win32: output some useful debug messages when installing the serviceBill Stoddard1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154322 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18fix compile break with recent rename of real_exit_code to ap_real_exit_codeBill Stoddard1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154320 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18Win32: Move call of mpm_service_install to rewrite_args hook but continue ↵Bill Stoddard1-7/+32
thru post_config to check httpd.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154319 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr8-18/+24
with ap_ (this symbol must be exported.) If the others were desired to be public, they should have been ap_xxx decorated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154216 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 Belated CHANGES, must have conflicted last time I tried to commit.William A. Rowe Jr1-0/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154213 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 Get httpd-2.1 building once again on win32.William A. Rowe Jr6-76/+63
NEVER NEVER screw around with redeclaring AP_ macros and constants. If the compiler won't pick them up, e.g., AP_DECLARE, ya've done something wrong from the start. All httpd/ap headers depend on httpd.h - plain and simple, so this un-convolutes the unusual order here. STATIC has become PCRE_STATIC, along with some other odd definitions. The only remaining emit is that _pcre_free export is imported, which implies something is unusual with the declaration. Still researching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154207 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18Remove unused variable.Paul Querna1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154202 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17*) include/httpd.h: Add a brigade for temporary uses in the core input ↵Paul Querna3-4/+31
filter context. *) server/core_filters.c: Do not use brigade_split, since it allocates a new brigade. Instead move buckets to our tmpbb, and reuse the tmpbb for every call. PR: 33382 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154200 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17Fix a syntax error when DEBUGGING is defined.Paul Querna1-2/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154199 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17update transformationAstrid Malo5-25/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154191 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17update German translationAstrid Malo1-19/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154186 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17typoAstrid Malo1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154184 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16restore google-ability of an ancient message of great importanceJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154044 13f79535-47bb-0310-9956-ffa450edef68
2005-02-15* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton4-0/+71
* modules/ssl/ssl_engine_vars.c (ssl_ext_lookup): New function. (ssl_var_register): Register optional function. * modules/ssl/ssl_private.h (ssl_ext_lookup): Add prototype. Submitted by: David Reid, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153933 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14Fix 'Anonymous *', which denied accessAndré Malo1-1/+1
* modules/aaa/mod_authn_anon.c (check_anonymous): don't return AUTH_USER_NOT_FOUND if conf->anyuserid is configured. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153815 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14One more NetWare tweak for the PCRE shakeupBradley Nicholes1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153809 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14* NWGNUmakefile: Update for PCRE changes.Joe Orton1-1/+1
Submitted by: NormW <normw bocnet.com.au> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153780 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14Improve interaction with caches in mod_dav.Sander Striker1-0/+7
* modules/dav/main/mod_dav.c (dav_method_get): Check for conditionals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153754 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11Note changes.Joe Orton1-0/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153416 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11* include/httpd.h: Fix a comment.Joe Orton1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11* include/ap_regex.h: Include apr.h not stdlib.h; replace pointlessJoe Orton3-26/+26
regoff_t typedef with int; s/size_t/apr_size_t/;. Comment fixes. * server/util_pcre.c: s/size_t/apr_size_t/. * include/httpd.h: Include stdlib.h here instead since many other files assume it was included by httpd.h at some point. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153407 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11Support use of an external copy of the PCRE library:Joe Orton3-12/+37
* configure.in: Set abs_{builddir,srcdir} higher. Add --with-pcre flag; build against external PCRE library if used. * Makefile.in (install-include): Don't install pcre headers any more. * srclib/Makefile.in (SUBDIRS): Remove. PR: 27550 (part two) Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153400 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11* include/util_ldap.h (util_ldap_state_t): Fix gcc format stringJoe Orton2-3/+3
warnings: use a long for connectionTimeout since the code expects a long. * modules/ldap/util_ldap.c (compare_client_certs): Make static to fix gcc missing-prototype warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153390 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11* modules/cache/mod_disk_cache.c (store_body): Fix format stringJoe Orton3-6/+5
warnings; print integers using _FMT strings. * modules/cache/cache_util.c (ap_cache_check_freshness): Remove unused variable. * modules/cache/cache_storage.c (cache_select_url): Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153385 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11Move the POSIX reg* implementations into the ap_* namespace;Joe Orton26-256/+469
internalise the ap_reg*<->PCRE wrapper: * configure.in: Add srclib/pcre to the include path. * include/ap_regex.h: Renamed from include/pcreposix.h. Prefix all constants with AP_; prefix all functions and types with ap_. Define AP_DECLARE to nothing if necessary. Remove regcomp error codes. * include/httpd.h: Include ap_regex.h not pcreposix.h. (ap_pregcomp, ap_regexec, ap_regfree): s/regex_t/ap_regex_t/. (ap_regexec, ap_regerror): Prototypes moved to ap_regex.h. * server/util.c (regex_cleanup, ap_pregcomp, ap_pregsub, ap_pregfree): Adjust for ap_ prefixed types. (ap_regexec, ap_regerror): Removed. * server/Makefile.in: Build util_pcre.c. * server/util_pcre.c: Copied from srclib/pcre/pcreposix.c; remove use of PCRE-internals to do error mapping; rename types to add AP_/ap_ prefixes as above. Use APR includes. (ap_regerror): Use apr_snprintf. * srclib/pcre/Makefile.in: Don't build pcreposix.c into libpcre.la. * modules/*: Update to use new type and constant names. PR: 27750 (part one) Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153384 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move theJoe Orton1-14/+14
SSLUsername-controlled assignment of r->user above the SSLRequire checks so that the "username" gets logged if SSLRequire denies access. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153280 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10* Makefile.in: Use buildmark.o not .lo since it was COMPILEdJoe Orton1-1/+1
not LT_COMPILEd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153273 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10More tweaks primarily driven by caching.Sander Striker1-16/+22
* modules/http/http_protocol.c (ap_meets_conditions): Allow If-None-Modified and If-Modified-Since to interact as described in RFC2616, sections 14.26 and 13.3.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153270 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10Only recompile buildmark.c when we have to relink httpd.Justin Erenkrantz4-3/+7
This allows us to be able to do a make on an up-to-date tree without forcing a recompile and relink. Yay! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153266 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09build all and add new japanese transformationsAndré Malo16-19/+290
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153117 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09Docs update. Refresh as well as fold in (better??) docsJim Jagielski16-42/+254
about balancer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153116 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09Now that the crisis has passed, update the CHANGES entry... =)Justin Erenkrantz1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153107 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09Remove formatting characters from ap_log_error() calls. TheseJeff Trawick5-9/+13
were escaped as fallout from CAN-2003-0020. Submitted by: Eric Covener <ecovener gmail.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153105 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09Some minimal tweaks to mod_cache.Sander Striker2-3/+4
* modules/cache/mod_mem_cache.c (store_headers): Remove unused variable. * modules/cache/mod_cache.c (cache_save_filter): Slightly improve comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153104 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09fix function name in developer docJeff Trawick2-2/+2
PR: 33438 Submitted by: Bojan Smojver Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153092 13f79535-47bb-0310-9956-ffa450edef68