LogPipe is a PHP module to extend the default PHP error handling function. This module allows to send logs to SysLog or pipe the logs to an external program. It extends a standard log line to contain: the IP address of the server under which the current script is executing ($_SERVER['SERVER_ADDR'] variable); the host name of the server under which the current script is executing ($_SERVER['HTTP_HOST'] variable); the client IP address ($_SERVER['REMOTE_ADDR'] variable). The IP address and host name on the log line can be used by an external program to split or aggregate PHP logs based on the Virtual host. This module has been designed mainly as a complement for the TCPWebLog project.