Having an issue launching unicornscan-pgsql-setup. I get the following errors:
root@bt:/pentest/scanners/unicornscan# ./setup-unicornscan.sh
./setup-unicornscan.sh: line 46: /opt/framework3/postgresql/data/pg_hba.diff.patch: No such file or directory
./setup-unicornscan.sh: line 70: /opt/framework3/postgresql/data/: No such file or directory
[FATAL] pg_hba.diff.patch could not be applied.
On CentOS 6 I cannot install GeoIP even though many websites describe installing GeoIP with the following commands:
yum install GeoIP GeoIP-devel GeoIP-data
I get No package GeoIP available.
Using GeoIP With Nginx On Ubuntu 12.04
This tutorial explains how to use the GeoIP module with nginx on
Ubuntu 12.04 to find out where your visitors come from. The GeoIP module
sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city,
etc.
I installed php5-geoip module on ubuntu 10.04 (apt-get install php5-geoip)
And updated the geocities.dat library
The production server performance decreased and load average is soaring. before the install it was less than 1 in the same traffic level.
I suspect that the geoip data is not memory cached.
How can I activate memory caching for this module?
Thanks,
Nir
nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu)
This tutorial explains how to use the GeoIP module with nginx to
block visitors by country. This is made possible by the GeoIP database
which maps users' IP addresses to countries. nginx must be compiled with
the HttpGeoipModule to use the GeoIP database.
Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04
This tutorial explains how to use the GeoIP module with nginx on
Debian Squeeze/Ubuntu 11.04 to find out where your visitors come from.
The GeoIP module sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city,
etc.
I was watching my 13.04 VM update, and I noticed that it wanted to update the geoip-database package.
I have verified that it is present on my 12.10 computer as well - what does Ubuntu desktop use this for?
I have a nginx with geoip, but it is not working rightly. The issue is the next:
Nginx are getting geodata from $_SERVER['REMOTE_ADDR'] instead of $_SERVER['HTTP_X_HAPROXY_IP'], which have the real client ip. So, the reported geodata belongs to my server ip instead of client ip.
Does anybody where could be the error to fix it?
hi,
After visting the Ubuntu forum website, ( or any website for that matter )
and closing out the browser, doing a "sudo netstat -atulpen" normally shows all the foreign connections closed out.
I have noticed though, that this connection stays in the "CLOSE_WAIT"
state after visiting the ubuntu forums:
Code:
91.189.94.25:80 ubuntu-geoip-p
Anybody know what i