Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread ura
aha! yes, i needed to remove 'service'. now i see the correct 1.7 version code. thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249670,249677#msg-249677 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread Valentin V. Bartenev
On Sunday 27 April 2014 17:37:26 ura wrote: > after running the upgrade to 1.7.01 mainline version on debian, the nginx > version check (service nginx -V) lists: > 0.91-ubuntu1 - even though 1.7.01 is listed in the package manager in > debian. > > does this mean that debains repos are serving an i

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread Jonathan Matthews
On 27 April 2014 23:14, ura wrote: > those two commands don't show any version numbers No, they don't - they show paths. > so i am not presently any > closer to identifying the issue here. > the paths returned look fine to me, from what i know already. Ok. Good luck finding the problem. Check y

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread ura
those two commands don't show any version numbers, so i am not presently any closer to identifying the issue here. the paths returned look fine to me, from what i know already. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249670,249674#msg-249674 _

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread Jonathan Matthews
On 27 April 2014 23:00, ura wrote: > thanks for assisting. i ran that command and see 3 repos which provide > nginx. from what i see there, the 1.7.0-1 wheezy package is the candidate > and also has been installed. > > i just checked my local development machine which is running lmde - the > versi

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread ura
thanks for assisting. i ran that command and see 3 repos which provide nginx. from what i see there, the 1.7.0-1 wheezy package is the candidate and also has been installed. i just checked my local development machine which is running lmde - the version of nginx is also the same spurious ubuntu 0.

Re: 1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread Jonathan Matthews
On 27 April 2014 22:37, ura wrote: > after running the upgrade to 1.7.01 mainline version on debian, the nginx > version check (service nginx -V) lists: > 0.91-ubuntu1 - even though 1.7.01 is listed in the package manager in > debian. > > does this mean that debains repos are serving an incorrect

1.7.01 mainline on debian has installed a wrong package

2014-04-27 Thread ura
after running the upgrade to 1.7.01 mainline version on debian, the nginx version check (service nginx -V) lists: 0.91-ubuntu1 - even though 1.7.01 is listed in the package manager in debian. does this mean that debains repos are serving an incorrect package? Posted at Nginx Forum: http://forum.

Re: nginx proxy for syncml

2014-04-27 Thread itpp2012
Solved ! Get https://github.com/yaoweibin/nginx_ajp_module add it (works for Windows as well, for which pull requests are outstanding to make it work) and configure it: location /app/syncml { ajp_keep_conn on; ajp_pass tomcatbackend:8009; include ./con

Re: use subdirectories instead of subdomains

2014-04-27 Thread Thuban
I managed to have something working by adding the complete path before each location instructions like on this thread [1] It would have been great to define a "new root" instead of full path each times, but whatever. Regards, [1] : https://bbs.archlinux.org/viewtopic.php?pid=1408342#p1408342

Re: nginx and GeoLite2

2014-04-27 Thread leev
Hi, If you're still looking to use the GeoIP2/GeoLite2 databases, a module is now available at https://github.com/leev/ngx_http_geoip2_module. Cheers, Lee Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243887,249663#msg-249663 ___ nginx mai