I wrote what I believe is a very good and powerful HTML parser in Perl. I would like to configure Apache to run the parser on every document served, regardless of what users accounts PUBLIC_HTML directory the client is requesting the document from. Eventually I would like to do the same thing on my virtual server. I want it to do it for each virtual hosting account on that server. I hope I explained what I am trying to achieve correctly. Thanks Bill
In other words if if a documet is requested I want my parser script to be called instead, and let the script open the requested document and serve the resulting code to the client.