Skip to main content

Error malloc(): memory corruption nginx with passenger?

Error malloc(): memory corruption nginx with passenger


Passenger issue resolving steps :

  1.  sudo gem uninstall passenger(uninstall all passenger)
  2. sudo gem install passenger
  3. sudo passenger-install-nginx-module --auto --auto-download --prefix=/opt/nginx --extra-configure-flags=none
  4. Update nginx config file with new passenger version and restart the nginx

Comments

Post a Comment