Skip to content

Instantly share code, notes, and snippets.

@ilyaevseev
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyaevseev/3c8db42be9ec51e70e37 to your computer and use it in GitHub Desktop.
Save ilyaevseev/3c8db42be9ec51e70e37 to your computer and use it in GitHub Desktop.
Notes about upgrading Ubuntu from 12.04 to 14.04

PHP-FPM

Listening:

  • 12.04: on 127.0.0.1:9000
  • 14.04: on /var/run/php5-fpm.sock

Suhosin:

Apache

Include:

  • 12.04: *
  • 14.04: *.conf

Auth protection:

  • 12.04: Directory-related
  • 14.04: Location-related

DMA

  • 12.04: SMARTHOST ..., DBOUNCEPROG dbounce-simple-safecat, MAILNAMEFILE /etc/mailname
  • 14.04: SMARTHOST ..., MAILNAME /etc/mailname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment