Is there a log file in Apache that will show me the IP address of clients logging into an application through the web? Apache is running on Linux. Thanks.
Yes. But its location will vary depending on your configuration.
Look in httpd.conf for CommonLog and TransferLog configuration directives. Those directories are the filenames to which Apache is logging.
You may have more than one of either of those directives -- Apache's logging directives can appear both in the general server configuration section an inside virtual host configurations.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.