On 2/17/09, Gejo Paul <[email protected]> wrote: > > You can try the softwares webalizer and awstats. > http://awstats.sourceforge.net/. > Demo is avilable on website: > http://www.nltechno.com/awstats/awstats.pl?config=destailleur.fr > > Regards > Gejo > > On Tue, Feb 17, 2009 at 12:13 PM, Syam Kumar R. <[email protected]>wrote: > >> Do you mean to find location of users visiting your website? Ip address of >> users are logged in your log file (usually, /var/log/apache2/access.log), >> You can use tail command to see last lines. >> >> You can find location from ip in many ways. Using logresolve ( >> http://httpd.apache.org/docs/2.2/programs/logresolve.html ) or any online >> tools ( just google "ip to location"). Usually, ISP's add location to >> hostname. For example, my ip address returns the hostname >> xxx.xx.xx.xxstatic-cochin.vsnl.net.in >> >> -- >> Syam Kumar R. >> http://www.webmasterview.com/ >> >> >> On Tue, Feb 17, 2009 at 10:49 AM, Nijeesh T V <[email protected]>wrote: >> >>> Hi, >>> Can any one tell me a way to find out the location of the >>> client accessing webserver using shell script. Does we need to maintain any >>> database for the said requrement. >>> >>> Thanks in advance... >>> >>> Regards, >>> Nijeesh >>> >>> _______________________________________________ >>> Mailinglist mailing list >>> [email protected] >>> http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org >>> >>> >> >> _______________________________________________ >> Mailinglist mailing list >> [email protected] >> http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org >> >> > > > -- > Best Regards > Gejo Paul > > _______________________________________________ > Mailinglist mailing list > [email protected] > http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org > > Hi,
<<Do you mean to find location of users visiting your website ? >>Yes, I want the location of users visiting my website. As for now I am using Redhat linux and not Debianor Ubundu and found out that the mentioned log file in "/var/log/httpd/access_log" I am supposed to do it with out using any software tools and must use shell script for satisfying the requirement. * *Thanks a lot for the valuable and informative replys....
_______________________________________________ Mailinglist mailing list [email protected] http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
