Hello! On Fri, Apr 05, 2013 at 10:13:24AM -0400, ankurs wrote:
> Hello, > > Thanks Maxim for looking into my issue. > > I recompiled nginx with no 3rd party module & debugging enabled. > > [root@localhost sbin]# ./nginx -V > nginx version: nginx/1.2.8 > built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) > configure arguments: --with-http_stub_status_module --with-http_perl_module > --with-http_flv_module --with-http_mp4_module --with-debug > > there is no nginx.core file found in /home/core/ , thats the path specified > in nginx.conf > > but i still keep seeing [...] > ======= Memory map: ======== > 00400000-00492000 r-xp 00000000 41:13 2362864 > /usr/local/nginx/sbin/nginx.old > 00691000-006a1000 rw-p 00091000 41:13 2362864 > /usr/local/nginx/sbin/nginx.old It looks like you forgot to restart (or upgrade binary on the fly), and old nginx with 3rd party modules is still running. -- Maxim Dounin http://nginx.org/en/donation.html _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
