/etc/ufw/applications.d/apache2-utils.ufw.profile - Ubuntu 16.04 LTS (Xenial Xerus)

This is the default example configuration of apache2-utils.ufw.profile provided by Apache. This config file was generated by Apache running on Ubuntu 16.04.

It is located under: /etc/ufw/applications.d/apache2-utils.ufw.profile

    [Apache]
title=Web Server
description=Apache v2 is the next generation of the omnipresent Apache web server.
ports=80/tcp

[Apache Secure]
title=Web Server (HTTPS)
description=Apache v2 is the next generation of the omnipresent Apache web server.
ports=443/tcp

[Apache Full]
title=Web Server (HTTP,HTTPS)
description=Apache v2 is the next generation of the omnipresent Apache web server.
ports=80,443/tcp

    
  

Config Details

Location
/etc/ufw/applications.d/apache2-utils.ufw.profile
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
14 lines
MD5 checksum
f8d4fd920e598ceb4379613c6261f6af

Usage

Download the raw file with wget or curl

Wget

wget -O apache2-utils.ufw.profile.example http://exampleconfig.com/static/raw/apache/ubuntu16.04/etc/ufw/applications.d/apache2-utils.ufw.profile

cURL

curl http://exampleconfig.com/static/raw/apache/ubuntu16.04/etc/ufw/applications.d/apache2-utils.ufw.profile > apache2-utils.ufw.profile.example