- Apr 10, 2006
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392948 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392945 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 09, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392700 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 07, 2006
-
-
Ilia Soldatenko authored
(russian translation) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392424 13f79535-47bb-0310-9956-ffa450edef68
-
Ilia Soldatenko authored
Some of the russian translations, which have a very little difference between their English originals, are transferred from 2.0.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392410 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392397 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392395 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2006
-
-
Ruediger Pluem authored
* Disable persistent connections for SSL backends again as we do not handle them correctly, because we recreate backend->connection for each request and thus try to initialize an already existing SSL connection. Noticed by: jorton Submitted by: rpluem Reviewed by: rpluem, trawick, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390885 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390833 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390831 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390817 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
do not work any longer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390812 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2006
-
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390732 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390730 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390729 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Merge r384580, r390210 and r390619 from trunk, changing the flushing band-aid in mod_proxy_ajp to be configurable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390728 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
PR: 38403 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390724 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
* mod_isapi: Trivial compiler emit fixes for const'ness - noticed on OS/X Correct lvalue assignments (lvalue casts not allowed) - noticed on Sol. Resolve use of SetLastError with apr_set_os_error() and axe MAKEFILE for a literal value. Permits mod_isapi to load and run on Unix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390723 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390722 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Move my -0 to a +1 for this patch, after going back and reading more of the email about it. It isn't pretty, but there just isn't a better way for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390721 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390720 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390711 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Better explain what this patch is about. It refers to: *) Correctly initialize mod_proxy workers, which use a combination of local and shared datasets. Adjust logging to better trace usage. PR 38403. The current impl is broken... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390681 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390664 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
not just the comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390620 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390615 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390609 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Merge r377053, r377057 and r377525 from trunk, fixing several issues with mod_proxy_http and keep-alive headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390608 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL or empty path. The SECUREROOTPATH and NOTABSOLUTE tests were sufficient for this application. Adjusts for a bug in earlier versions of APR with this undefined value. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390606 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390604 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390603 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390602 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390601 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
I am not comfortable with this solution for making the flushing band aid configurable. I do not oppose the concept, just the placement of the configuration information inside of the mod_proxy core, and not in mod_proxy_ajp. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390599 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Merge r389697 and r390499 from trunk, making mod_disk_cache return better error codes, instead of a silly APR_EGENERAL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390598 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
With all of the, uhm, interesting manners in which httpd can be built and installed, let's ensure httpd -V gives the reporter a chance to identify the APR flavor used to compile and to run httpd when reporting bugs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390597 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390596 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
If a connection aborts while waiting for a chunked line, flag the connection as errored out and send errors upwards. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390595 13f79535-47bb-0310-9956-ffa450edef68
-
Garrett Rooney authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390594 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390578 13f79535-47bb-0310-9956-ffa450edef68
-