- Mar 02, 2001
-
-
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
-
William A. Rowe Jr authored
Goodbye ap_send_http_header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88390 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Another missing AP_DECLARE mismatch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88389 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Cholet authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88386 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Submitted by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88384 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
apr_bucket_insert_type(). I imagine that core_pre_config() could go away completely, but I'll leave that to someone who knows more about hooks than I do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88381 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
Matched up <p></p> & <pre></pre>. Fixed misspellings. Fixed links to ../install-tpf.html & ebcdic.html (which should probably be moved down into platform/). Changed links to windows.html#test to windows.html@cmdline. Entities encoded. Changed bogus <emp> tags to <em>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88379 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
<p></p> & <a></a> cleanup. Removed link to mod_cookies.html (missing in 2.0). Fixed <a name="#. Fixed link to fragment removed from mod_proxy.html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88377 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
or it may give us a better starting point for 2.0 improvements. Fixed a bunch of <p>...</p> matches. Removed 1.3 upgrade recommendation. Fixed some entity encodings. Updated a bunch of links that moved from core.html to mpm_common.html. Fixed a few bad/stale links. Fixed a decrement that was interfering with comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88376 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 27, 2001
-
-
Joshua Slive authored
scoreboardfile directive documentation. Submitted by: Herve Dumont <hdumont@club-internet.fr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88374 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Miguel Cruz <mnc@un.u.nu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88373 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
struct and the newly-added start field of the apr_bucket struct git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88372 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88371 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88370 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
AccessFileName git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88367 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Apache should not be involved with building APR's apr_private.h.in. It should only call APR's buildconf.sh script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88363 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 26, 2001
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88362 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
an ebcdic server in worst case scenarios. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88361 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
DEFAULT_TIME_FORMAT. PR: 6193 Submitted by: Dan Rench <drench@xnet.com> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88346 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
module to the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88345 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Comment out some bogosity, and prepare for substitution by an .msi installation package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88344 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
cold and damp in Chicago tonight, turning colder and frozen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88343 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
All but proxy_module can be loaded and shut down without gp faulting :-) Can't decide what to do with the proxy_module section... so I'm leaving it alone for now. mod_info and mod_status both work, although the access control appears broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88342 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
have only functions that are HTTP specific in the http directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88341 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hmmm... ap_release.h is a good file to list in the IDE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88340 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(I meant to commit this some days back.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88339 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 25, 2001
-
-
Jeff Trawick authored
note that recent tags are FUBAR because this file was broken git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88338 13f79535-47bb-0310-9956-ffa450edef68
-