summaryrefslogtreecommitdiff
path: root/server/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* fix StrictHostCheck crash w/ HTTP/1.0Eric Covener2021-04-171-1/+1
* Reverse the order of 2 tests to potentially save a few cycles.Christophe Jaillet2019-01-131-4/+5
* move the assignment to the end of the loop.Eric Covener2018-09-121-1/+2
* fix StrictHostCheck in single/non-NVH vhostsEric Covener2018-09-061-3/+3
* Add StrictHostCheck Eric Covener2018-08-141-6/+32
* Re-allow '_' (underscore) in hostnames.Eric Covener2018-06-251-1/+1
* * server/vhost.c: Remove redundant vhost_check_config hook which neverJoe Orton2018-04-121-14/+0
* On the trunk:Stefan Eissing2018-02-011-3/+3
* On the trunk:Stefan Eissing2017-12-131-1/+1
* Support IPv6 link-local scope IDs in Listen and VirtualHost, if builtJoe Orton2017-11-291-1/+18
* Fix some tiny style issues (missing space)Christophe Jaillet2017-01-061-2/+2
* 'repl' is already allocated in the request pool by 'construct_host_header()' ...Christophe Jaillet2017-01-061-1/+1
* remove initial isascii check entirelyEric Covener2016-12-221-6/+0
* Fix strict Host: header checking on EBCDICEric Covener2016-12-201-1/+4
* Actually cause the Host header to be overridden, as noted by rpluem,William A. Rowe Jr2016-11-161-6/+4
* Rename the previously undocumented HTTPProtocol directiveWilliam A. Rowe Jr2016-08-161-14/+7
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+3
* name-based vhosts listed twice with apachectl -SEric Covener2013-09-201-1/+2
* PR54948: wildcard name-based vhosts printed twice in apachectl -SEric Covener2013-05-111-3/+12
* * Ensure that is_v6literal is always initializedRuediger Pluem2013-01-211-1/+2
* remove comment; empty host headers can happen in proxy requestsStefan Fritsch2012-12-301-4/+1
* add log tags missing in r1426877Stefan Fritsch2012-12-301-3/+3
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-18/+145
* Correctly parse an IPv6 literal host specification in an absolute URLStefan Fritsch2012-12-291-48/+114
* log client error at level debug, log broken Host header valueStefan Fritsch2012-11-081-2/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-17/+17
* * Correctly obey ServerName / ServerAlias if the Host header from theRuediger Pluem2011-09-171-12/+25
* * server/vhost.c (get_addresses): For '*' and '_default_', returnJoe Orton2011-07-181-4/+11
* Various code cleanupStefan Fritsch2011-06-221-2/+2
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+3
* prefer exact port matches in ip-based VH lookup over wildcards.Eric Covener2010-12-281-6/+18
* Remove need for NameVirtualHost directive by implicitly configuring any dupli...Eric Covener2010-12-281-138/+61
* Fail startup for vhost configuration problems, rather thanDaniel Earl Poirier2010-08-301-7/+27
* With -S, show ServerAlias values that go with the virtual hostsDaniel Earl Poirier2010-08-051-0/+20
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Expand the "NameVirtualHost has no VirtualHosts" error message, since itRich Bowen2010-04-161-1/+3
* non-static directive parsers should be AP_DECLARE_NONSTD()Jeff Trawick2009-11-241-2/+3
* Vhosts: treating a pure-numeric Host header as a port is nonsense.Nick Kew2009-11-021-8/+10
* Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.Paul J. Reder2008-12-171-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-10/+10
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* Doxygen fixup / cleanupIan Holsman2005-08-281-3/+4
* * server/vhost.c (get_addresses): Fix double negative and make errorsJoe Orton2005-08-051-3/+3
* * server/vhost.c (get_addresses): Fail with an error message ratherJoe Orton2005-08-051-2/+8
* Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...Paul Querna2005-04-251-0/+50