/etc/ufw/applications.d/apache2.2-common - Ubuntu 12.04 LTS (Precise Pangolin)

This is the default example configuration of apache2.2-common provided by Apache. This config file was generated by Apache running on Ubuntu 12.04.

It is located under: /etc/ufw/applications.d/apache2.2-common

    [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.2-common
Operating system
Ubuntu 12.04 LTS (Precise Pangolin)
Length
14 lines
MD5 checksum
f8d4fd920e598ceb4379613c6261f6af

Usage

Download the raw file with wget or curl

Wget

wget -O apache2.2-common.example http://exampleconfig.com/static/raw/apache/ubuntu12.04/etc/ufw/applications.d/apache2.2-common

cURL

curl http://exampleconfig.com/static/raw/apache/ubuntu12.04/etc/ufw/applications.d/apache2.2-common > apache2.2-common.example