<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mr. Bean:<br>
<br>
What do you mean what "account" the IP address is associated with?&nbsp;
What kind of account?&nbsp; Account on what/where?&nbsp; If you could be a lot
more specific about your question we could be a lot more helpful.&nbsp; If
your apache web server is writing its logfiles in the unified log
format, then you will see lines that look like this:<br>
<br>
180.76.5.148 - - [17/May/2012:10:38:55 -0600] "GET / HTTP/1.1" 200 9451
"-" "Mozilla/5.0 (compatible; Baiduspider/2.0;
+http://www.baidu.com/search/spider.html)"<br>
<br>
The second - after the IP address is where the username (account) that
apache authenticated would be.&nbsp; If you're using some authentication
scheme (like basic-http with .htpasswd files, for instance), then the
logfile line might look like this:<br>
<br>
69.1.1.1 - ockers [17/May/2012:11:38:47 -0600] "GET /index.php
HTTP/1.1" 200 3862<br>
<br>
In this way you could associate an IP address with a basic-http user.&nbsp;
Note that there could be more than user logging in from the same IP
address.&nbsp; You might have your web server configured to write log files
in a short or abbreviated format instead of the longer format, but you
can look in the httpd.conf to see what the logfile format is.&nbsp; Since
you didn't say what kind of account or what authentication scheme or
system you're using I can't suggest anything further.<br>
<br>
I hope this helps,<br>
Jim<br>
<br>
-- <br>
Jim Ockers, P.E., P.Eng. (<a class="moz-txt-link-abbreviated" href="mailto:ockers@ockers.net">ockers@ockers.net</a>)<br>
Contact info: <a class="moz-txt-link-freetext" href="http://www.ockers.net/">http://www.ockers.net/</a><br>
<br>
<br>
Mike Bean wrote:
<blockquote
 cite="mid:CAKuUP=fYodWGoSiQuCHjOnynjMO_HbAhGxn=G=eNcXhy4T_FAQ@mail.gmail.com"
 type="cite">Attempting to try to solve a request of sorts, names
changed to protect the innocent.<br>
  <br>
I know that Apache can be configured to deny requests from a specific
IP, and I have the account information of someone specific to deny, but
I can't quite seem to get over the last hurdle of associating an IP
address with an account.&nbsp;&nbsp; Rooting around in the access logs has yet to
produce an instance of his username. <br>
  <br>
In short, I thought I'd ask if the clue-denziens have advice for
identifying a given apache users IP address?<br>
  <br>
befuddled as usual,<br>
  <br>
Bean<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
clue mailing list: <a class="moz-txt-link-abbreviated" href="mailto:clue@cluedenver.org">clue@cluedenver.org</a>
For information, account preferences, or to unsubscribe see:
<a class="moz-txt-link-freetext" href="http://cluedenver.org/mailman/listinfo/clue">http://cluedenver.org/mailman/listinfo/clue</a></pre>
</blockquote>
<br>
<br>
</body>
</html>