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=41796>. 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=41796 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-08 18:28 ------- My TEMPORARY solution was to create these virtualhosts (apparently it's an IP6 request in my configuration, so I needed the second). <Virtualhost 127.0.0.1> ServerName localhost DocumentRoot /var/www </VirtualHost> <Virtualhost [::1]> ServerName localhost DocumentRoot /var/www </VirtualHost> At least these I know will return MY dummy file instead of a huge PHP script where the database queries and numbers do matter. However, this issue needs to be addressed if this method is used to wake up the children. Making requests blindly and without care to a Web server can throw off numbers in more than the logs in an era where everything is dynamic. The REQUEST FILE either NEEDS to be configurable, or the HOST NEEDS to be configurable, or the request TYPE needs to be harmless and dealt with internally, or the request needs to be silently handled internally without doing any processing. Either way really, with the preference being internally handling it, then changing the type. -- 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]
