- Jan 25, 1998
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80002 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80001 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
blanks in ap.h and Makefile.tmpl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80000 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79999 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
- no need to play with atime/mtime crud, the web server doesn't preserve that info normally anyhow - deal with r->finfo.st_mode == 0 || !r->filename (i.e. not a disk file) - don't reference mime_module.type_checker, this should be controlled by the ordering within Configuration - work properly with multiple vhosts - doc update: even prior to this patch, the code was disabled if there was no MimeMagicFile directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79998 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79996 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79995 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
for OS's which don't support starting them automatically (enable with #define NEED_HASHBANG_EMUL) Obtained from: tcsh-6.07.05, written by peter@zeus.dialix.oz.au (Peter Wemm) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79994 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 1998
-
-
dgaudet authored
The proxy has all of its own "table" manipulation routines... like it has struct hdr_entry, and proxy_get_header() and all this crap. But it was mixing the use of the real table routines and its own routines. Clean this up. (Ultimately someone should clean it up to use the real table routines, I can't see why it doesn't.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79993 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79992 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79991 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
renaming; the final new name is yet TBD, but the old name is definitely dead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79990 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79989 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79988 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
routines in alloc.h to treat table as an opaque type, however even we got lazy at times and didn't do the right thing. This change causes compile time errors for folks who aren't treating table as an opaque type. It was built as part of my table hashing patch, but the hashing has all been removed (since it didn't appear to be a win). Reviewed by: Paul Sutton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79987 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79986 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79985 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
in order to avoid name collisions with LDAP libraries. The function can't be made static without breaking mod_perl, so I've created the "ap__" prefix for private non-static non-API identifiers. Somewhat arbitrary, but it sort of goes along with "ap_" referring to Apache httpd-neutral names - the double-underbar means that these *aren't* httpd-neutral. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79984 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79983 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79982 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79981 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79980 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
renaming issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79979 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@79978 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@79977 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@79976 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
work, but may need more testing. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79975 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 1998
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79974 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
out all references to it that assume it is. Plus some miscellaneous HTML cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79973 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
request body if one exists. The hack for ErrorDocument is removed since it interferes with the fix and should not be needed anyway. PR: 1399 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79971 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: Best of both worlds... Let the world know if we have mmap and/or shmget as well as controlling which to use for scoreboard. This should be a complete patch, so if any docs were skipped, feel free to update 'em git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79970 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 22, 1998
-
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: Modified versions of PhaseII of the #define changes (phaseI was designed only to make the changes in files that the previous names existed and phaseII was then to add notice of those changes where appropriate; however most of phaseII got stomped on) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79968 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79967 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79966 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79965 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79964 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79963 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
do some other indenting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79961 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Do make the code a bit clearer, some minor #define changes (and the resultant flow-thru in the docs). SAFE_UNSERIALIZED_ACCEPT -> SINGLE_LISTEN_UNSERIALIZED_ACCEPT HAVE_MMAP -> USE_MMAP_SCOREBOARD HAVE_SHMGET -> USE_SHMGET_SCOREBOARD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79960 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79958 13f79535-47bb-0310-9956-ffa450edef68
-