I've just installed UFW 0.35 on Ubuntu 16.04:
root@localhost:/etc# ufw --version
ufw 0.35
Copyright 2008-2015 Canonical Ltd.
and
root@localhost:/etc# ufw app list
Available applications:
OpenSSH
I would like to allow access to Apache on both port 80 and 443, with the command
$ ufw allow "Apache Full"
but I got an error
ERROR: Could not find a profile matching 'Apache Full'