- Feb 03, 1998
-
-
dgaudet authored
a handler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80084 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
so create a scratch space when we need to scratch. r->finfo.st_mode == 0 should be tested before other things involving r->finfo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80083 13f79535-47bb-0310-9956-ffa450edef68
-
Randy Terbush authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80082 13f79535-47bb-0310-9956-ffa450edef68
-
Randy Terbush authored
to add in different types of read/write libraries in a central location. This mainly keeps buff.c less messy with #ifdefs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80081 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 1998
-
-
Randy Terbush authored
The proxy may still need some work, but will defer until I can review these changes with others. Obtained from: Ben Laurie, Randy Terbush Reviewed by: Ben Laurie, Randy Terbush git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80080 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Options -indexes <VirtualHost 127.0.0.1> Options +indexes </VirtualHost> No longer do -'ves have priority over +'ves. We just record the last change to each bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80078 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 1998
-
-
dgaudet authored
redirects are generated. This was at least approved in spirit by a handful of folks two weeks ago. The default should be no behaviour change. This changes the prototype of construct_url(), and adds two new API functions: get_server_name() and get_server_port(). So the MODULE_MAGIC_NUMBER has been bumped. PR: 315, 459, 485, 1433 Submitted by: Michael Douglass <mikedoug@texas.net>, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80077 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80075 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80074 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
don't need to replace space with confusion in the Makefile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80073 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80072 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
just forgot. :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80071 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80070 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
and Makefiles that reference them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80069 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
always have :port removed from it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80068 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80067 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 1998
-
-
Martin Kraemer authored
PR: related tpo #1671 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80066 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
anyway. Submitted by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80065 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80064 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80063 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
move invariants out of the loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80062 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
at debug level, rather than to the console. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80061 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
correctly handle multiple env vars to be set. As a side-effect, eliminate an env var with a null name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80060 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
nice that I don't have to do this one in assembly. MAKE_TABLE_PROFILE is a debugging mode that makes it easier to find tables which are created with too small an initial guess. It uses __builtin_return_address() which is a gcc directive that avoids the need for arch specific assembly to find the return address of the function you're in... super ultra cool for debugging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80059 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default server outputs 8 headers, with the expires module it will do 10 headers. Increase the default r->headers_out table to size 12 to accomodate that (plus a cookie and one other thing). rename_original_environment should use nalloc instead of nelts when selecting a table size. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80058 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 1998
-
-
dgaudet authored
vhost lookup_defaults. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80056 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80055 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
PR: 1738 Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80054 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80053 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80052 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80050 13f79535-47bb-0310-9956-ffa450edef68
-
lookit authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80049 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@80047 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80046 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80045 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 1998
-
-
Ken Coar authored
are now links back to a description of what the attributes mean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80042 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
only a few exceptions. Clean up a bunch of cases where we got it wrong. Also clean up a few cases where modules used both case-sensitive and insensitive parsing of their parms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80040 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Submitted by: Mark Andrew Heinrich <heinrich@tinderbox.Stanford.EDU> Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80039 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80038 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 27, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80037 13f79535-47bb-0310-9956-ffa450edef68
-