summaryrefslogtreecommitdiffstats
path: root/server/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean up the use of apr_sockaddr_t (stay out of family-specificJeff Trawick2002-03-151-9/+6
* Fix win32 compile breakage.Bill Stoddard2002-03-131-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* fix a v4-specific INADDR_ANY check that kept name-based virtual hostsJeff Trawick2002-02-191-1/+3
* use a new APR function to perform socket address comparison soJeff Trawick2001-12-261-15/+1
* Fix matching of vhosts by ip address so we find IPv4Jeff Trawick2001-12-261-0/+10
* add a comment about the need to check for a host after returningJeff Trawick2001-12-251-0/+3
* Fixed a segfault that occurred during startup if a VirtualHostBrian Pane2001-12-251-0/+3
* Get IPv6 vhosts working (again ?).Jeff Trawick2001-11-201-2/+4
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-7/+6