- Jan 04, 2003
-
-
Justin Erenkrantz authored
can use the dav_hooks_locks_generic structure to implement locking in a non-optimal, but compliant fashion. (Use 'dav-lock', 'generic', '0' to ap_lookup_provider to retrieve it.) Use the DavGenericLockDB directive to configure the location of the lock database (may be server-relative or absolute). This allows all DAV providers to use a baseline locking API rather than roll their own. This code is based mainly off the mod_dav_fs locking code (which uses the on-disk storage for locking), but removing components that aren't needed in a non-file-backed repository (such as recording inodes). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98161 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2003
-
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98160 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
object with atomic compare-and-swap loops. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98159 13f79535-47bb-0310-9956-ffa450edef68
-
Mads Toftum authored
Adding alternative description about name-based vhosts and ssl (written by Owen Boyle) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98158 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
pointer bug ;-) now remove the remaining scrap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98156 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- use already existing apr functionality - remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98155 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 02, 2003
-
-
Andre Malo authored
Thanks to Justin for his hints. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98154 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 01, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98152 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98151 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98150 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
output byte count, instead of only the rounded compression ratio. The DeflateFilterNote directive will be extended as follows: DeflateFilterNote [type] name type can be one of "input", "output" or "ratio". "ratio" is assumed if the type is omitted (backwards compatible). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98149 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98148 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98147 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98146 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98145 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
key is "$user:$realm" (perl speaking), the value is the MD5-hash, optionally followed by a colon and other garbage. Note that currently there's no tool to create such databases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98144 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
This readds the ability to store password and group information within the same dbm file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98142 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
to be replaced by other stuff. Requested by Kess for German translation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98140 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98138 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98137 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
OtherBill and Brad have confirmed that including ap_config_layout.h isn't a problem on non-Unix platforms as they don't use suexec. PR: 15713 Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98134 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 2002
-
-
Chris Pepper authored
PR: Obtained from: Submitted by: Reviewed by: Grammar tweak. One comma half-separates a clause from the rest of the sentence. Needs a matching comma (where is ambiguous) or the existing one removed, so I yanked it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98123 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 12395 Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98122 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 2002
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98115 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
always expect them to be. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98113 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 25, 2002
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98111 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
with OS dependent defaults thanks to nd for his help with xsl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98109 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 2002
-
-
Justin Erenkrantz authored
passed to the compile stage. (Otherwise, it won't link the threaded APR right.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98102 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98096 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
All we care about is the type and name, just ask for the type and name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98090 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98086 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98085 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98083 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 22, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98077 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- reintroduced the sidebar for the module index page (obvious ;-) * didn't want to leave the section links so alone, thus added some <seealso>s. - changed the ordering of the core/MPMs as follows: * core * mpm_common * alphabetical list of the mpms (ordered by their "natural" names). - same appeared on the sitemap - changed <h1> headings of the modulesynopsis files, so that they match the titles in the sitemap. This should better reflect the nature of the modules. (affects only core & MPMs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98076 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
* fixed the <modulelist>s in mpm_common * moved AcceptMutex to mpm_common; document the mutex mechanism "posixsem" * added BS2000Account to mpm_common (I'm not sure, whether it should appear here or elsewhere. It *seems* to be supported only by prefork and perchild (if perchild would work)). The description is obtained from the 1.3 docs. * fixed several default values * moved MaxThreadsPerChild and NumServers out to perchild (btw: we could consider to rename NumServers to StartServers...) * rearranged some stuff and added several comments, that I found useful ;-) - mpm_netware: * MaxThreads 2048 (as maximum and default) - perchild: * extended the explanations about using different user ids. Hope, that's correct. * extended and adjusted the directive descriptions (remember, NumServers and MaxThreadsPerChild moved in) - prefork: * moved AcceptMutex to mpm_common (as stated already above) - mpm_winnt: * added reference to ScoreBoardFile - worker: * added reference to AcceptMutex - general: markup & formatting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98075 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98074 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98072 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98070 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 15610 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98069 13f79535-47bb-0310-9956-ffa450edef68
-