Michael Lake wrote:

Hi all

I am getting double hits in my Apache access.log on a server. This may be a real problem for me as there is a Perl/MySQL application that may get multiple updates.

192.168.1.2 - mike [18/Sep/2004:16:41:34 +1000] "POST /kid/users/search/simple HTTP/1.1" 200 7097 "http://tazieff/kid/users/search/simple"; "Mozilla/5.0 (X11; U; Linux alpha; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1"

192.168.1.2 - mike [18/Sep/2004:16:41:35 +1000] "GET /kid/users/search/simple HTTP/1.1" 200 5083 "http://tazieff/kid/users/search/simple"; "Mozilla/5.0 (X11; U; Linux alpha; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1"

[ rest of message deleted, though it's relevant info ]

It sounds like it might be a problem with your application - do you get this when you
try your application? Can you try to keep around the HTTP response (including the HTML
content) of the first response?


As for the double operation causing double changes - you should design your application to
sustain such an event (I think the term is "omnipotent", that a repeated operation is not effective).


--Amos


-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to