Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 153486

Summary: net-www/apache - dynamic virtual host configuration
Product: Gentoo Linux Reporter: Travis Wyatt <gentoo.travis>
Component: [OLD] ServerAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED INVALID    
Severity: enhancement CC: jakub
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 10_dynamic_vhosts.conf

Description Travis Wyatt 2006-10-30 15:37:36 UTC
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: 

Allows for web pages to be hosted upon corresponding vhost folder creation
without the need of editing Apache configurations or restarting Apache.

Reproducible: Always
Comment 1 Travis Wyatt 2006-10-30 15:39:36 UTC
Created attachment 100833 [details]
10_dynamic_vhosts.conf

Place under Apache's vhost.d/ configuration folder and add "-D DYNAMIC_VHOSTS" to Apache's conf.d/ file.
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-10-30 19:57:04 UTC
I don't see what the point of this bug is. mod_vhost_alias has been around for quite some time, and any HTTP/1.1 compliant browser (which is pretty much every usable browser out there) can handle virtual hosts.

http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html

Anyone who has enough websites to need this functionality will be plenty capable of finding and using that documentation, as they will be plenty intimate with Apache.