DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11944>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11944 Recommendations for Virtual Hosts [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-08-22 18:52 ------- The problem you pose is much harder to solve then you might imagine because of how unix permissions work. Most people request this not for monitoring (which can be achieved through the logfiles or with other techniques) but to provide seperation for server-side scripting like PHP. In Apache 1.3, you can achieve what you want by running each virtual host as a seperate instance of apache (although you will need to also run a reverse proxy if you want to do this with name-virtual-hosts). In 2.0, there is an MPM called perchild under development which may eventually be able to do what you want, at the expense of somewhat less performance. In any case, we appreciate the suggestion, but this is a well-known problem. Thanks for using Apache. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
