- Dec 19, 2000
-
-
Ryan Bloom authored
be loadable into the server. Our new build/install mechanism expects that all modules will have a common name format. The auth modules didn't use that format, so we didn't install them properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87422 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add icons and cgi-bin ... needs shebang rewrite for printenv and lib/exp/h copied to the right places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87421 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Quote the destination paths in the event that INSTDIR contains spaces. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87418 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
other foot to the floor." git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87417 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
some file descriptors back and forth and serve requests, but this code is still very experimental. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87415 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2000
-
-
William A. Rowe Jr authored
The awk update for Win32 build/install. If awk is not installed, only dbmmmanage.pl, httpd.default.conf and httpd.conf are left uncreated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87407 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_getaddrinfo() instead of gethostbyname(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87402 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
available. Use apr_getaddrinfo() instead. The ap_pduphostent() code was moved to modules/proxy/proxy_util.c for now since that is the only caller. When the proxy's use of the resolver is APR-ized this won't be needed anymore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87399 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Cholet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87398 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87397 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
is redundant. apr_getnameinfo() provides the same function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87396 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Cholet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87395 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87393 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2000
-
-
Ryan Bloom authored
very annoying to read. 8 looks much more reasonable to me. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87392 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
-S option from the docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87391 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
requested ranges begin after the end of the response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87390 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
that does not add a content-length. For example, mod_autoindex doesn't set a content-length, but the byterange filter requires one. We fix this by computing the content-length in the byterange filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87389 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the system is configured to support IPv6, Apache gets IPv6 listening sockets unless the Listen statement says otherwise (i.e., Listen specifies an IPv4 numeric address string or a hostname which resolves to an IPv4 address). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87388 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
This bug, introduced in a recent commit, caused a segfault when the hostname couldn't be resolved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87386 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
and the rename was proposed a while ago inside of APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87385 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87384 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2000
-
-
Joshua Slive authored
Submitted by: Joshua Slive, Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87378 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
. use apr_parse_addr_port() so we handle IPv6 addresses on NameVirtualHost and <VirtualHost > directives . don't hardcode AF_INET when a hostname or IP address was coded dump_a_vhost() . check the address family before looking for certain IPv4 addresses ap_fini_vhost_config() . pass apr_status_t to ap_log_error() after apr_getnameinfo() fails git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87377 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
because we need to resolve the hostname (i.e., call apr_getaddrinfo()) before creating the socket so that we get a socket of the appropriate family also, simplify some of the address displays in some error logs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87371 13f79535-47bb-0310-9956-ffa450edef68
-
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
-