i'm trying to pipe the httpd.access log directly into a php script (which will then sort the content, and load it into mysql).
i tried to read the output from httpd via argv[], but it seems like the piped input is not stored in this variable.
anyone know where piped content goes to ?
thanks, andreas