On Wed, Feb 14, 2007 at 07:08:32PM +0000, Colm MacCarthaigh wrote: > On Wed, Feb 14, 2007 at 01:57:27PM -0500, Brian Akins wrote: > > Would be nice if we could do HTTP over unix domain sockets, for example. > > No need for full TCP stack just to pass things back and forth between > > Apache and "back-end" processes. > > Or over standard input, so that we can have an admin debug mode. Type > HTTP on standard in, see corresponing log messages on standard out. > Exim has this feature and it is very useful.
For this you just need telnet or netcat, and then to tail the error log in another window. I do this all the time to debug requests/responses. -aaron
