- Jan 22, 2003
-
-
William A. Rowe Jr authored
A fix from B. W. Fitzpatrick for the next docs regeneration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98441 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the resource link; submitted by B. W. Fitzpatrick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98438 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98436 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98433 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Omitted the commit log message from the last commit, sorry; Fix a nasty segfault, that there's a stack buffer we are trying to free! Revert this 'memory leak' patch from the 1.79 rev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98430 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98429 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98426 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98424 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 14235 Obtained from: Submitted by: Sergey A. Lipnevich <sergeyli@pisem.net> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98420 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98418 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
already exist. PR: 12757 Obtained from: Submitted by: Scooter Morris <scooter@gene.com> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98416 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(Allows external auth providers DSOs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98414 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
section, since the code was subsequently merged into the stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98408 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98401 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the stable 2.0 branch get other 2.0.45 change entries back down in the 2.0.44 section since they were included in 2.0.44 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98400 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the missing /Fd"" option git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98395 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add mod_ident to the BuildBin targets, and resort other targets into alpha order git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98391 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Taking a guess at what mod_ident.exp should look like for David Shane Holden's reorganization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98388 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Win32 build project for David Shane Holden's mod_ident reorganization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98387 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Integrate mod_ident with the Win32 build. Submitted by David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98386 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct misplaced # End Group marker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98384 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missing version tags [noted while rolling win32 binaries.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98382 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Catch up with the changes to apr/build/win32ver.awk and name all loadable httpd modules as .so, internally. Credit to Mladen Turk for identifing the issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98380 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Update libhttpd.dll filenames to reflect the .dll extension for the newest apr/build/win32ver.awk script changes. Submitted by Mladen Turk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98378 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Update support utility filenames to reflect .exe extensions for the newest apr/build/win32ver.awk script changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98376 13f79535-47bb-0310-9956-ffa450edef68
-
Mads Toftum authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98373 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98358 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 19, 2003
-
-
Andre Malo authored
(I'm currently cleaning up my repository ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98354 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
<default>none</default> Suggested by: Mikhail Filimonov <mvf@uniyar.ac.ru> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98350 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Essentially a noop - just changing the order to keep the httpd-2.0/2.1-dev files closer in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98349 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
.dsw IDE builds were building mod_auth_ldap, while .mak builds were not. Corrected, and cleaned up redundant util_ldap dependency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98346 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 18, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98341 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98340 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Reviewed by: Joshua Slive, Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98339 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98338 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: Michael Schroepl <Michael.Schroepl@telekurs.de> Andr� Malo <nd@perlig.de> Irmund Thum <i.t@ithum.de> Erik Abele <erik@codefaktor.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98337 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
- set a link from AccessFileName to AllowOverride - <Files> and <Location> sections and .htaccess files may be used for more then access control - state an example more precisely Thanks to Michael Schroepl <Michael.Schroepl@telekurs.de> and nd for their suggestions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98336 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
note mod_ident. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98322 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
The rfc1413 code itself is mostly c&p, but can still bear some rework ... This patch removes the global ap_rfc1413 function and the ap_rfc1413_timeout variable. It also introduces a new config directive IdentityCheckTimeout (default 30 sec). Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98320 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the last bit of build breakage from promoting ext_filter from experimental to filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98319 13f79535-47bb-0310-9956-ffa450edef68
-