62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
|
reslog - Reverse-resolve IP in Apache log files
|
||
|
|
||
|
Copyright (c) 2000-2007 imacat.
|
||
|
|
||
|
This program is free software: you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
|
the Free Software Foundation, either version 3 of the License, or
|
||
|
(at your option) any later version.
|
||
|
|
||
|
This program is distributed in the hope that it will be useful,
|
||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
GNU General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
|
||
|
reslog reverse-resolves IP in the Apache log files. These log files can
|
||
|
then be analyzed by another program, like Analog. You can think of it as a
|
||
|
replacement of Apache HostNameLookups directive, in the sense that it resolves
|
||
|
the client IP altogether once a day.
|
||
|
|
||
|
|
||
|
* Documentation
|
||
|
|
||
|
Type "perldoc reslog" to read the reslog manual.
|
||
|
|
||
|
|
||
|
* Installation
|
||
|
|
||
|
Read INSTALL for instructions on how to install reslog.
|
||
|
|
||
|
|
||
|
* News, Changes and Updates
|
||
|
|
||
|
Refer to the Changes for changes, bug fixes, updates, new functions, etc.
|
||
|
|
||
|
|
||
|
* Support
|
||
|
|
||
|
reslog's website is at http://reslog.sourceforge.net/. Visit the website
|
||
|
for the current information of reslog.
|
||
|
|
||
|
reslog has a mailing list reslog-users@lists.sourceforge.net. If you have
|
||
|
any question, comment, bug report, patch, please send it to the mailing list.
|
||
|
Join the list at https://lists.sourceforge.net/lists/listinfo/reslog-users .
|
||
|
Do not send mails directly to me unless you have private business with me.
|
||
|
The mailing list has an archive. People having the same trouble as you may
|
||
|
search the archive, find the answer and save a lot of time.
|
||
|
|
||
|
|
||
|
* License
|
||
|
|
||
|
This program is distributed under GNU Gneral Pulbic License (GPL). Please
|
||
|
refer to the COPYING file for the copyright and the license of this program.
|
||
|
|
||
|
|
||
|
imacat ^_*'
|
||
|
2007-11-26
|
||
|
imacat@mail.imacat.idv.tw
|
||
|
http://www.imacat.idv.tw/
|