- Dec 16, 2000
-
-
Jeff Trawick authored
code by a small (okay, tiny) amount and lets IPv6 numeric address strings be passed through. Obtained from: the idea is from the KAME IPv6 patch for Apache 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87370 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
numeric address strings to be specified (though we wouldn't get an IPv6 socket for it at the moment) consolidate the use of APR_ANYADDR and make a note about its protocol dependence git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87369 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
httpd -V output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87368 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
so some of the code had an unnecessary IPv4 assumption. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87367 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_sockaddr_t * instead of the IPv4 address. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87366 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
a vhost entry when dumping the vhost config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87365 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 15, 2000
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87364 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
representation of the bound address to something which handles IPv6; this also allows us to switch to APR resolver routines in places instead of calling gethostbyname() and gethostbyaddr() directly Issues remaining with this set of changes: 1) apr_snprintf()'s %pA formatting needs to change to take apr_sockaddr_t * instead of sockaddr_in * -OR- just get rid of that type of formatting 2) apr_get_inaddr() is no longer used and should be removed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87363 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87359 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
is not used anymore and it doesn't handle IPv6, so it is best to drop it. If/when mod_tls (Netware) is ported to 2.0 it can use apr_parse_addr_port(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87354 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: simos@pc96.ma.rhbnc.ac.uk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87352 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Overly protective with a code block, let that return run free again... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87350 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2000
-
-
William A. Rowe Jr authored
Thanks again, Andrew Braund... a little testing and sleuthing revealed we were trying to load kernel32.dll as we unloaded, which is badness. Right there, in my face, was the 'won't stay alive on logout' bug. Squashed. So Win95/98 are working as they were in 1.3.14, only better! Happy day, time to roll once the remaining showstopper is cleaned up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87348 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_sockaddr_t * instead of sockaddr_in. This is a small step towards IPv6 support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87342 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87341 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87340 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87338 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 13, 2000
-
-
Jeff Trawick authored
entry for the bug fixes to mod_rewrite and mod_cgid. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87330 13f79535-47bb-0310-9956-ffa450edef68
-
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
-