- Mar 17, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80563 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Doug MacEachern Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80562 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 16, 1998
-
-
Marc Slemko authored
when we are talking to a remote server that looks like an origin server to us but is really being a reverse proxy, etc. This shows what a dumb idea this header was to begin with. PR: 1741 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80561 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
the manpages of 2.1.2 this should be correct) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80560 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and make gcc -Wall happy again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80559 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80558 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80557 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and corresponding manual pages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80556 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
VMS or DOS land: Options after arguments :-( We are in Unix land, so make ZeusBench interface Unix-like as anyone would expect: options first, then remaining non-option arguments... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80555 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- make -v and -V messages equal in style - make usage message readable and avoid line wrapping - compress the ``httpd -h'' output a little bit for easier reading git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80554 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80553 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
A server which receives an entity-body with a transfer-coding it does not understand SHOULD return 501 (Unimplemented), and close the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80552 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
resource. 500 is the right response here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80551 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80550 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
off the end of the input string. PR: 1869, 1909 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80549 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 15, 1998
-
-
dgaudet authored
Submitted by: Dmitry Khrustalev <dima@bog.msu.su> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80548 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80547 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
SetEnvIfNoCase properly; and it used strcmp() to compare header names when it should use strcasecmp(). - Change the merging optimization so that it only considers the most recent setenvif for merging. This means that mod_setenvif will consider all directives in the order they appear in the config file. - Document that mod_setenvif considers directives in the order they appear, and give an example use. - Perform more comparisons at compile-time in order to speed up things at compile-time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80546 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
signed char -> unsigned extension problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80544 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80543 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80542 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80541 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80540 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80539 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 14, 1998
-
-
dgaudet authored
the compiler is stuck doing a bunch of byte -> int extensions. This way only one extension occurs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80538 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80537 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80536 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80535 13f79535-47bb-0310-9956-ffa450edef68
-
rasmus authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80534 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80533 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80532 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
it was caused and not by using the cross-module call mime_find_ct from mod_proxy to mod_mime. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80531 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80530 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
faster. Note the necessary doubling of the backslashes... that's because of the change to substring_conf... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80529 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80528 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
tweak os_escape_path and escape_path_segment remove some old code that was #if 0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80527 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
times, but without the compile-time generated table. I still plan to do the compile-time generated table. I decided not to do it in ap_ since the table was really tied into functions in util.c. find_token() completely rewritten so that it doesn't chew up memory. Take out some dead code as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80525 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80524 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
code to use strchr(). I didn't bother touching mod_autoindex or mod_speling which both use ind (and rind). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80523 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80522 13f79535-47bb-0310-9956-ffa450edef68
-