- Mar 24, 1998
-
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Doug MacEachern Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80641 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
issue has been added because it has certainly become a FAQ! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80640 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 23, 1998
-
-
Ralf S. Engelschall authored
no chance at all, because dlopen() cannot implicitly resolve apache's XXX symbols for module because they are named AP_XXX else if apache+!HIDE && module+HIDE then no chance at all, because dlopen() cannot implicitly resolve apache's AP_XXX symbols for module because they are named XXX else if apache+HIDE && module+HIDE then we have to prefix the resolved module symbol with AP_ (THIS PATCH!) else if apache+!HIDE && module+!HIDE then we have to just resolve the symbol as is (AS ALREADY DONE IN THE PAST) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80638 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Monday a shock: Snow, snow, snow... and again really cold... Brrrrr... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80637 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
so change the compiler run for more portable usage here, too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80636 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
compilers out there (for instance UnixWare's cc) which don't honor the `-o' option when used in combination with the `-c' option. They always create xx.o for xx.c and just pass `-o' to the linker phase (which doesn't exist when `-c' is used :-( ). This way shared objects are even supported under UnixWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80635 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 1998
-
-
Martin Kraemer authored
would be converted twice when not in the cache, and converted once if in the cache (this would deliver incorrect contents). Now the cache contains always the (unconverted) message body in ASCII format. This seems reasonable because the cache has no "user interface". (The header lines are still stored in EBCDIC in the cache because they must be evaluated by the proxy module). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80634 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@80633 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80632 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80631 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 1998
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80630 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80628 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
the single-child-process model slightly. Document the registry key and how it can be set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80627 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
have no effect on Unix. Also that ThreadsPerChild has no effect on Unix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80626 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
In particular, mark mod_dll as obselete, add Windows information and examples to mod_so documentation, copy info about creating DLLs from mod_dll.html to mod_so.html (although this needs more work to add info for Unix users, since most of the description applies to all systems). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80624 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
reference to StartServers. Change links to mod_dll to mod_so. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80622 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@80620 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
22 --> 26 chars to accomodate the fact that the fs isn't case sensitive, one change was missed. PR: 1890 Obtained from: Submitted by: Tim Costello <tjcostel@socs.uts.edu.au> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80619 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
in the code that have the same text are bad. Change the text of one to make it better represent what it is saying. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80618 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
to pick and choose from. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80617 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@80616 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
Possibly bogus, but without a smarter configuration script we have no other option. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80615 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 20, 1998
-
-
Marc Slemko authored
PR: Obtained from: Submitted by: Bob Beck <beck@bofh.ucs.ualberta.ca> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80614 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
that as the default. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80613 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Add case insensitivity for BS2000's user name comparison (yes, that's how it is); Add an error message if the executable isn't executable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80612 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
an error string), the errno variable is useless. Don't print invalid errno messages at this level. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80611 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
situation where one uses the ";type=a" feature (forced ASCII mode) because of newline translations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80610 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80609 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80607 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
PR#: 1963 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80605 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and where to find that version on the net. PR#: 1423 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80603 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80601 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
the FTP SITE command to provide a Content-Length header for FTP requests. Submitted by: Ralf S. Engelschall PR#: 1183 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80600 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ProxyReceiveBufferSize Submitted by: Ralf S. Engelschall PR#: 1348 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80599 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80597 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
cause problems in the future when perhaps deeper subdirs exist. Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80596 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 19, 1998
-
-
dgaudet authored
Submitted by: Ben Hyde git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80595 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80594 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
support programs which still don't have one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80593 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
`gcc -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations' also happy for those sources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80592 13f79535-47bb-0310-9956-ffa450edef68
-