reorganize things a bit by creating a Request object in the apache interface and passing that to the router. this will eventually let requests get routed properly that don't come from apache.
add a logging utility and log some information about each request like rails, such as the total processing time and the database time using the stuff just added to php-activerecord.
handle rescuing a bit better and move the big html page into its own .phtml file