- Dec 13, 2000
-
-
Jeff Trawick authored
in DSO mode anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87329 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
keeps track of whether or not its post config hook has been called before. Instead of a static variable (which is replaced when the DSO is loaded a second time), use userdata in the process pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87328 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Sorry bout that... have a newline git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87322 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
keeps track of whether or not its post config hook has been called before. Instead of a static variable (which is replaced when the DSO is loaded a second time), use userdata in the process pool. Still to go: mod_file_cache, mod_rewrite git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87321 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fishing for undefined symbols, came across only this one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87319 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87315 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87314 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87311 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87310 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Boy, that's alot of shoveling (the snow... really) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87309 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add magic, mime.types and -default of all /conf files to the Win32 build/install. Also copy the manual tree to htdocs/manual/, and the index pages (if they do not exist) to htdocs/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87308 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One, it's very hard to type perl without $'s (stolen by the .mak parser) Two, it's official ... we don't have anything useful on Win32 to help us with rewriting (no sed, no nothing, by default) so we will require perl. Sorry to anyone that causes trouble for, but it's fairly unavoidable unless we want sed instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87306 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
500 errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87305 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This appears to be the correct patch, but I'm not certain... FirstBill, please verify it's the right fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87304 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Changes for correct apr-util.dll lib name, and don't try building into the current tree from the workspace. Also correct commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87303 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
warnings like this on Tru64 (and perhaps other platforms): cc: Warning: exports.c, line 349: In the initializer for ap_hack_apr_dbm_nextkey, the referenced type of the pointer value "apr_dbm_nextkey" is "function (pointer to struct apr_dbm_t, pointer to struct declared without a tag) returning int", which is not compatible with "const void". (ptrmismatch) const void *ap_hack_apr_dbm_nextkey = apr_dbm_nextkey; --------------------------------------^ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87301 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
static has just the list of static modules for this directory, so in all but one of our module directories mod_so won't be in this list, preventing us from thinking this is a DSO build. BUILTIN_LIBS is always a valid check since it is the entire list of modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87299 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the canonical error cleanup. We wish to avoid reporting the boring error where we try to unlink a socket which doesn't already exist. We only want to report interesting stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87298 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87297 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87296 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
To enable debugging, uncomment the line commented out below. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87293 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Here's what should work flawlessly... WinNT/2K as a service or a console app, Win9x as a console app or hidden service, the ctrl+c, ctrl+break and close button on all platforms. Now the rough part, Win9x, while the processes set themselves up as services, are dieing on logoff. My guess, the hooks are deregistered regardless on logoff, unloading the 'partner' .dll that is sitting in WinOldAp's process. Anyway, before rebooting 1,000 more times, and possibly loosing some fruits of my effort, here is the working code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87291 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2000
-
-
Ryan Bloom authored
can't really pass the data correctly yet, but at least it serves pages correctly when the correct child accepts the page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87290 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87288 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
until the recent build changes) mod_ext_filter.c: get rid of a warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87287 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
So close we can taste it, this patch adds necessary delay timers for the win32 console window detection, gobs of documentation and some streamlined and more debuggable structure, pardon the reorg of the source for Win9xConHook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87284 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clear out the old cruft, moving function declarations to win9xconhook's own header. Update the build to reflect the changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87281 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This prepares to eliminate all 9x Apache issues. We isolate most of the 9x issues into this module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87278 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87277 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2000
-
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87276 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2000
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87275 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87274 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87272 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up expatlib for the new /GX-, +/Fd and Debug/Release .dll targets. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87271 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
pcre lives in harmony in Lib[D|R] without /GX, after an /Fd flag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87270 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2000
-
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87268 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now that sdbm and installer are gone, clean up the win32 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87266 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The feature macro may appear a bit odd. I'm open to any better suggest. Define AP_AUTH_DBM_USE_APR for apr dbm access, and apply the symbol to the win32 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87265 13f79535-47bb-0310-9956-ffa450edef68
-