DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40970>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40970





------- Additional Comments From [EMAIL PROTECTED]  2006-11-18 16:21 -------
Hm, if httpd doesn't do any stat() for <Directory> then I'll guess that some 
mod_rewrite or mod_vhost_alias and 10000 <Directory> entries (yeah, I need to 
set 
all of these) would save me a lot of stat() calls.

I would love to see module that provides virtual hosting in such way:
/etc/httpd/vhosts/example.org/documentroot symlink to /somewhere/1212
/etc/httpd/vhosts/example.org/vhost.conf - configuration file for virtual host
/etc/httpd/vhosts/www.example.org symlink to example.org
using that way I could easily create virtual hosts and change configuration on 
the 
fly without any need for apache reload thus avoiding all stat() problems. Also 
reloading takes huuuuge amount of time (30 seconds to several minutes) and when 
that happens server is not responding to new requests. Using runtime vhost.conf 
file that is read and cached on first request to vhost (+ invalidated once per 
X 
seonds if mtime has changed) the reload problem would be easy to avoid.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to