You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/03/09 03:28:55 UTC

DO NOT REPLY [Bug 41796] - Internal Dummy Connection should process effortlessly

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 phyre@rogers.com  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org