Joshua Slive wrote:
> 
> It seems to me that
> http://httpd.apache.org/docs/mod/mod_log_config.html
> is wrong when it says that %...U logs "The URL path requested".
> In the case of
> http://example.com/one/two/three/four.html?five=six
> the %U will log
> /one/two/three/four.html
> 
> According to the RFCs as I've read them, the URL path should
> be everything following the hostname/port (including the
> query string).

H'm.  I do not think so.  IIRC, the URI is the complete bit,
but the *path* stops at either the path-info or the query-string,
non-inclusive.  Hang on a sec..  Yes, see sections 3 and 3.3 of
RFC 2396, which clearly separates the path from the query.

If you are going to modify the docco (good idea), it should be
to clarify this.
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Apache Software Foundation         http://www.apache.org/
"Apache Server for Dummies"        http://Apache-Server.Com/
"Apache Server Unleashed"          http://ApacheUnleashed.Com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to