~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to debian/vhost-base/templates.d/apache2.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-10-13 19:46:10 UTC
  • Revision ID: james.westby@ubuntu.com-20041013194610-ccvqcz8vflh5zqrm
Tags: 2.0.50-12ubuntu4
Security Release. Patch from upstream for the following:
CAN-2004-0885SSLCypherSuite can be bypassed during renegotiation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: apache2/serveradmin
 
2
Type: string
 
3
Default: webmaster@foo.bar.baz
 
4
Description: Enter admin email
 
5
 Enter an email address below for the ServerAdmin section of the apache2
 
6
 configuration file - this is the email address users see with a standard
 
7
 error page. Should be webmaster@yourhostname, or the person responsible for
 
8
 the website.
 
9
 
 
10
Template: apache2/servername
 
11
Type: string
 
12
Description: Enter server name
 
13
 Enter the web address (note: has to be a real working DNS address) of this
 
14
 server. Leave empty for the default of the output of `hostname -f`.
 
15
 
 
16
Template: apache2/ssl
 
17
Type: boolean
 
18
Default: true
 
19
Description: SSL support on this host?
 
20
 
 
21
Template: apache2/port
 
22
Type: multiselect 
 
23
Choices: ::PORTS::
 
24
Description: Port number to listen on
 
25
 Enter the port number for this host to listen on.
 
26
 
 
27
Template: apache2/aliases
 
28
Type: string
 
29
Description: Aliases for this virtual host
 
30
 If there are any aliases for this virtual host (e.g. www.foo.com and
 
31
 www.bar.com being the same), enter them here.
 
32
 
 
33
Template: apache2/default
 
34
Type: boolean
 
35
Default: false
 
36
Description: Default virtual host?