Michael Lake wrote:
[EMAIL PROTECTED] wrote:

Michael Lake wrote:

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?

One of the applications is that URL above. simple is the name of the

Are you reffering to the URL: "http://tazieff/kid/users/search/simple";? I'll need an FQDN to access it.

simple cave search script. The updating script is yet to be written but its being written by someone else for me. RSN :-)

Im not sure what you mean by "keep around the HTTP response". The response would be the document delivered to the client web browser unless you mean something else?

I mean to somehow record the byte stream sent to the client. Including the HTTP headers before the <html> content.

Is this a static HTML page or something generated on the fly?

Cheers,

--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