![]() |
creating and useing an access log
Hi all.
I have a problem where I have a user that is adding spam content to one of my websites. The website is built as a community project for users of a software called anim8or. Users are allowed to add links to their favorite tutorials on using the software and so on. I had to stop working on the site, as I have been battling this spammer, who keeps adding multiple links to adult content and cialis and viagra type sites. I have made it so that whenever someone adds an entry to the database, it gives me their ip address. And I can block that particular ip address. As you know most people do not have a static ip address. Anyway, I resolved the ip address and found out that the isp for this person is a company called layered technology, and that they have an abuse policy. The company is willing to take action but they require that I give them the portion of "httpd access log". Apparently, I do not have one on my server. Here is the direct email that I recieved from the enforcement team. Quote:
My site is on a linux server, and I have built it all from scratch using PHP. Any ideas would be great, thanks. Sage |
See your Apache config file (custom logs), or the Apache site for more detailed information. Presumes you're using Apache, of course.
|
I have had similar issues on my site from the same domain. IF you are running Apache, you can try looking for the log file named /var/log/httpd/access_log. Here is an example:
:
[root@pandora httpd]# pwdIn attempts to block them, you can add this in /etc/hosts.deny: :
ALL: layeredtech.comAnd/Or this in the .htaccess of the directory that's being hammered: :
order allow,deny |
| All times are GMT -5. The time now is 2:03 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC