>   Usage: Apache::the_request(r)

This means the "sub" Apache::the_request takes a single parameter,
i.e. you can't modify the_request.

You can modify the method and uri.  You can't modify the protocol 
(HTTP/1.0).  If you change method or uri, it doesn't change "the_request".
You can change your LogFormat to get these values--see
http://httpd.apache.org/docs/mod/mod_log_config.html

Rob

Reply via email to