- Mar 07, 2001
-
-
Greg Ames authored
Submitted by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88467 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88466 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88465 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
We are not in a 1.1 request and we cannot chunk, and this is a keepalive or we already have all the data. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88464 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
plus a note about another problem that apparently fell through the cracks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88463 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 06, 2001
-
-
Greg Ames authored
log our unresolved problems from daedalus in a visible place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88462 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
in the </container> directive could result in the rest of the config file being silently ignored, with undesired defaults used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88461 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88457 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88456 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 05, 2001
-
-
Jeff Trawick authored
requires a special work-around for IRIX 6.5, which will be in APR soon. There is no need for it in Apache. The include of netinet/tcp.h was removed from perchild.c and threaded.c. They no longer seem to be needed there. PR: 6459 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88455 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This has been tested with a couple of directory listings, but it could probably use a bit more testing before being declared stable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88454 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
on all platforms. The next job is to shuffle functions back and forth so that the server builds without mod_http. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88453 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 04, 2001
-
-
William A. Rowe Jr authored
Win32 goodness for the core/http split. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88452 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
MPM query API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88451 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
filter. This adds a note in the STATUS file to ensure that it gets modified to use the correct functions before we release. For completeness, the vote was: macros: rbb wrowe old_write: gstein stoddard coar ben jwoolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88450 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
is core code, basically the default handler, the default input and output filters, and all of the core configuration directives. All of this code is required in order for the server to work, with or without HTTP. The server is closer to working without the HTTP module, although there is still more to do. I tried to fix Windows, but somebody should probably make sure I did it correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88449 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 2001
-
-
Jeff Trawick authored
PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88446 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
that they match their prototypes in http_config.h. PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88445 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
In load_file(), use apr_dso_error() instead of apr_strerror() to build an error message after a apr_dso_load() failure. PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88444 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
1) we're using an apr_time_t file mtime, but trying to fit it in a time_t entry in the cache and in parameters to the cache access routines; use apr_time_t everywhere 2) we need to use apr_fileperms_t instead of mode_t for APR file permissions PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88443 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88442 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2001
-
-
Ryan Bloom authored
query API can and should be extended in the future, but for now, max_daemons, and threading or forking is a very good start. Non-Unix MPM's do have the MPM query function, although there is no garauntee that the information is perfect, please check. Submitted by: Jon Travis <jtravis@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88437 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
l->method_list. PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88433 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88432 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
don't have to read it PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88431 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88430 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88429 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
A couple of these changed in meaning (e.g., 1->APR_BLOCK_READ). PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88428 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
use the buflen variable even on ASCII machines to get rid of a warning from the SGI compiler as well as to make it go a wee bit faster PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88425 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
in only one file per build (prefork.c or threaded.c) PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88423 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
fix make install so that suexec is installed where the server expects to find it ( <prefix>/sbin by default). also enable ./configure --sbindir=DIR to work as advertised. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88422 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Without this, mod_include will wait until the whole file is parsed, or the first tag is found to send any data to the client. Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88417 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
not displayed twice when displaying the current configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88416 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 01, 2001
-
-
Greg Stein authored
Windows platforms. Including ap_config.h will pick it up, or it will grab the appropriate Windows header/defines. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88402 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 28, 2001
-
-
Jeff Trawick authored
The line int indx = (i * HARD_THREAD_LIMIT) + j; in the vicinity of the change was bad; k needed to be added instead of j. I swapped the use of j and k in this section so that i and j had the same meaning as in an earlier nested loop. I suspect that the difference in meaning is what led to the bug. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88397 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
thread of the child process becomes a worker thread. Prior to this, perchild segfaulted over and over at startup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88396 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More crufty stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88395 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Crufty stuff now gone [Ben indicated this was a first hack that was never pursued.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88394 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Moved to modules/arch/win32/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88393 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hmmm... missed one. There has to be a better home for this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88391 13f79535-47bb-0310-9956-ffa450edef68
-