• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk 11.5 Nginx php-fpm GeoIP

Status
Not open for further replies.

Janko1000

Regular Pleskian
Hi all,

how can i use the GeoIP Modul from Nginx?
I have switched from PHP over Apache to php-fpm oder Nginx.
Code:
:~# nginx -V
nginx version: nginx/1.5.0
TLS SNI support enabled
configure arguments: --prefix=/usr/share --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --user=nginx --group=nginx --with-ipv6 --with-file-aio --with-http_ssl_module --with-http_realip_module --with-http_sub_module --with-http_dav_module --with-http_gzip_static_module --with-http_stub_status_module
I dont want recompile Nginx....

Ubuntu 10.4


Thanks :)
 
AFAIK it is not possible without recompilation Nginx with --with-http_geoip_module option.
 
Status
Not open for further replies.
Back
Top