summaryrefslogtreecommitdiffstats
path: root/modules/http/config.m4 (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-08scoreboard.h says it is extern (and scoreboard.c instantiates it),Jeff Trawick1-1/+0
2001-02-08lots o' dicussion... time to vote.Greg Stein1-1/+4
2001-02-08Move OS/2 MPM specific variables out of scoreboard & into an array local toBrian Havard2-16/+19
2001-02-07Fix graceful shutdown with the scoreboard changes. Basically, we wantRyan Bloom1-2/+1
2001-02-07Get the Unix MPMs restarting again. If we are going to register a cleanupRyan Bloom8-8/+13
2001-02-07Install all required header files. Without these, some modules can notRyan Bloom2-0/+6
2001-02-07Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, weRyan Bloom2-0/+5
2001-02-07get rid of some cruft related to a now-unused parameter toJeff Trawick7-36/+28
2001-02-07Revamp the CHECKOUT method handling and various support functions for it.Greg Stein4-140/+223
2001-02-07$enable_dav can be one of: yes, shared, no. We want to adjust the INCLUDESGreg Stein1-1/+1
2001-02-07additions and deletions for proxy in current codebaseChuck Murcko3-4/+588
2001-02-07Changes to get running on the current codebaseChuck Murcko4-38/+20
2001-02-07No longer need to set ap_restart_time here as it's done inBrian Havard1-4/+0
2001-02-07Back out previous change. dav/main/config.m4 adds its directory the theGreg Stein1-2/+0
2001-02-07Don't include mpm.h from scoreboard.h as scoreboard.h is included from mpm.h.Brian Havard3-6/+5
2001-02-06We have a poor abstraction in the protocol. This is a temporaryRyan Bloom2-5/+26
2001-02-06get perchild just a little closer to building; maybe somebodyJeff Trawick2-4/+8
2001-02-06get Unix MPMs to build again after recent scoreboard changesJeff Trawick3-2/+2
2001-02-06Jean Frederic says (and I verified his claim):Martin Kraemer1-1/+1
2001-02-06Remove some STATUS items that relate to the scoreboard API. These wereRyan Bloom1-8/+1
2001-02-06Setup the server start time correctly. This also gets the server uptimeRyan Bloom7-17/+4
2001-02-06Added note about later sections overriding earlier.Chris Pepper2-66/+52
2001-02-06Make sure that mod_include's post_config hook always runs beforeRyan Bloom2-2/+5
2001-02-06move the instantiation of includes_module out of mod_include.hJeff Trawick2-3/+1
2001-02-06axe an unused parm to make_child(); this gets rid of a warningJeff Trawick1-7/+5
2001-02-06Get OS/2 MPM running again after the reunification of the scoreboard code.Brian Havard5-169/+70
2001-02-06Fix for dav/fs to find the mod_dav.h ionclude fileMartin Kraemer1-0/+2
2001-02-06update for the latest build systemChuck Murcko2-11/+6
2001-02-06If we are in the middle of a brigade loop, we don't want to always checkRyan Bloom1-1/+1
2001-02-05Move the logic for creating CGI processes from mod_include to mod_cgi(d).Ryan Bloom5-377/+680
2001-02-05Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on WindowsBill Stoddard1-1/+1
2001-02-05ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick10-21/+39
2001-02-05I hereby propose that the ASF buy that guy a compiler.Jeff Trawick1-1/+1
2001-02-05*) add activity handling: OPTIONS and MKACTIVITYGreg Stein2-3/+78
2001-02-05s/l/r/ in ap_send_http_header protototypeDoug MacEachern1-3/+3
2001-02-05Move release.h to ap_release.h. This was done to namespace protect theRyan Bloom1-0/+3
2001-02-05Move the APACHE_RELEASE macro to release.hRyan Bloom2-6/+6
2001-02-05Remove the Announcement file from the build tree. It has been moved toRyan Bloom1-112/+0
2001-02-05Move the server version information out of httpd.h and into release.h.Ryan Bloom3-6/+71
2001-02-04More mod_status work... Get Current Time, Restart Time and Server uptimeBill Stoddard7-11/+14
2001-02-04The windows MPM has one child process.Bill Stoddard1-3/+1
2001-02-04fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern6-31/+31
2001-02-03So server-status displays "Server uptime" correctlyBill Stoddard1-0/+1
2001-02-03Improved(?) docco.Ben Laurie1-29/+18
2001-02-03Add SERVER_STARTING and SERVER_DEAD child states to the Windows MPM.Bill Stoddard1-2/+5
2001-02-03Track a bit more child status in the Windows MPMBill Stoddard1-2/+9
2001-02-03cleanups need to return apr_status_tJeff Trawick1-2/+3
2001-02-03Pass the thread number along to the new thread for use in the conn->id field.Bill Stoddard1-1/+1
2001-02-03A child is not a thread is not a childBill Stoddard1-1/+1
2001-02-02Ooops, that S and D are right next to each other.Bill Stoddard1-2/+2