- May 20, 1998
-
-
brian authored
Add note about setting the proper system time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81315 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
IdentityCheck not allowed in .htaccess files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81313 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Made RefererIgnore comparison case-insensitive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81311 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Reluctantly. :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81310 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Ronald Tschalaer <Ronald.Tschalaer@psi.ch> Added note about JDK 1.2 betas having HTTP problems. Thanks Ronald. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81309 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Added note about change to API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81307 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 1998
-
-
brian authored
Added some error warnings back. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81305 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Two things: replaced the use of spawn_child with ap_spawn_child_err_buff in various modules (to be "safe" under Win32) and modified the agent and referer logging modules to use ap_open_piped_logs rather than try and do it on their own. I'm not sure that uncompress_child in mod_mime_magic is correct; could someone look at it? Also, Ralf, mod_rewrite.c needs similar treatment. I was off to do it but it looked more complex than the other changes, and I'm sure once you see the changes made here you can understand which mod_rewrite changes to make. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81304 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
ugly hack to allow it to compile under compilers which fail on zero-sized structs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81303 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Cleanups for changes to ap_spawn_child call. Removed an inadvertant space in mod_include. Work still needed in this area: ap_spawn_child_err_buff needs to be called to set the child_info structure, rather than just NULL as it is now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81302 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81301 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81300 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@81298 13f79535-47bb-0310-9956-ffa450edef68
-
- May 18, 1998
-
-
brian authored
Fix broken link, add note about maxclients. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81297 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Improve RFC1413 support. See Message-ID: <Pine.BSF.3.95.980513104320.974R-100000@alive.znep.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81294 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81293 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
of passwords, especially passwords with "0" chars. PR: 2242 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81291 13f79535-47bb-0310-9956-ffa450edef68
-
- May 16, 1998
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81289 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81288 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81287 13f79535-47bb-0310-9956-ffa450edef68
-
- May 15, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81286 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81285 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81283 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
copy). This resulted in repeated loads from the origin server instead of using the cached copy. PR: 2094 Submitted by: Ernst Kloppenburg <kloppen@isr.uni-stuttgart.de> Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81281 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81280 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
install suEXEC via APACI but only if he is carefully and does something explicitly (options). Submitted by: Jason A. Dour <jason@dour.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81279 13f79535-47bb-0310-9956-ffa450edef68
-
- May 14, 1998
-
-
ftp://user:password@host/Martin Kraemer authored
from the request list displayed by mod_status. This is analogous to the hiding in mod_log_config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81277 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81276 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81275 13f79535-47bb-0310-9956-ffa450edef68
-
- May 13, 1998
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81274 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81273 13f79535-47bb-0310-9956-ffa450edef68
-
- May 12, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81272 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81271 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
never defined" and I again had to touch more than one or two files for this (Hmmm...) I twice reviewed the patch myself now and it's correct. So, I'll commit it to remove one more release showstopper (IMHO). The problem it addresses: The Makefiles assumed that DSO files are build via $(LD). This is broken for two reasons: First we never defined at least LD=ld somewhere to make sure this works (it was silently assumed that most Make provide a built-in LD definition - ARGL!) and second using the generic LD variable is not the truth. Instead a special variable named LD_SHLIB is reasonable because although "ld" is usually the default, the command for building DSO files can be "libtool" or even "cc" on some systems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81270 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
1. Make sure the user _first_ edits or at least reviews the config files and _then_ tries to fire up Apache. (This is IMHO important because we know of problems like "Group #-1" which currently lead to a "Haha... immediately fire it up. Good joke" by the users) 2. Compactify it a little bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81269 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81268 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81267 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81265 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81264 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81262 13f79535-47bb-0310-9956-ffa450edef68
-