On Tue, 20 Jun 2006 09:08:10 +0200, Boyle Owen wrote: >> -----Original Message----- >> From: news [mailto:news@xxxxxxxxxxxxx] On Behalf Of Mike - >> EMAIL IGNORED >> Sent: Monday, June 19, 2006 6:21 PM >> To: users@xxxxxxxxxxxxxxxx >> Subject: [users@httpd] RE: /my.html#mySection >> Linux mbrc20 2.6.14-1.1656_FC4 #1 Thu Jan 5 22:13:22 >> EST 2006 i686 i686 i386 GNU/Linux >> >> Here is a (slightly edited with XXX YYY ZZZ) log line >> from httpd-2.0.54-10.3 : >> >> 64.233.173.67 - - [18/Jun/2006:14:03:11 -0400] >> "GET /XXX/XXX/YYY.html#ZZZ >> HTTP/1.1" 403 - "http://www.XXX.net/religion/XXX/XXX/YYY.html" >> "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1 >> .NET CLR 1.1.4322)" > > Aha! now I get it - you're worried that the "#ZZZ" is some kind of hack? > > Er... no. It is simply a request to a particular "anchor" inside the page /XXX/XXX/YYY.html. This is typically what you do when you are linking to a subsection in a large page. For example, http://httpd.apache.org/docs/2.2/mod/core.html#directory takes you straight to the "directory" section in the "core.html" page. > > In any case, the link is on your page /religion/XXX/XXX/YYY.html (i.e. since there's a referer on the log line, the client must have clicked on a link in that page - he didn't type in the URL). > > As for the 403 response - that implies that the resource /XXX/XXX/YYY.html is under a "Deny" directive or the file is not readable by apache. > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > [...] Yes, I know what it all is. The #ZZZ appeared in part because I put it in the YYY.html (with the vi editor). The 403 response occurred because I programmed it in my CGI. (The work "religion" was an editing error in my post.) My question is: "Was I correct in sending the 403, or should I strip the #ZZZ, (which perhaps was sent because of a bug in the client) and send YYY.html ?" So far, I have gotten both answers, at least implicitly. What do you think? Regards, Mike. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx