summaryrefslogtreecommitdiffstats
path: root/server/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-291-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
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* <VirtualHost myhost> now applies to all IP addresses for myhostJeff Trawick2004-06-111-9/+12
* * server/vhost.c (remove_unused_name_vhosts): Remove redundant check;Joe Orton2004-04-151-6/+0
* * server/vhost.c: Fix comments which got search'n'replaced.Joe Orton2004-03-111-6/+6
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-3/+3
* finished that boring job:André Malo2003-02-031-1/+1
* Rearranged the loop in fix_hostname() to run faster in theBrian Pane2002-09-021-4/+7
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Convert the hostname to all-lowercase in fix_hostname() so thatBrian Pane2002-06-231-0/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-6/+6
* Eliminate some sprintf callsBrian Pane2002-05-011-2/+2
* Allow empty Host: header arguments.Justin Erenkrantz2002-04-151-0/+5
* Fix for vhosts where the hostname is followed by '.'Brian Pane2002-03-181-2/+2