File: apache-ssl.templates

package info (click to toggle)
apache 1.3.33-6sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,856 kB
  • ctags: 86
  • sloc: sh: 1,229; makefile: 682; perl: 215
file content (35 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Template: apache-ssl/enable-suexec
Type: boolean
Default: true
_Description: Enable suExec?
 suExec is a feature of apache where CGI scripts are run by the user who
 owns the script.  It is useful if your users have CGI access and don't
 trust each other.

Template: apache-ssl/init
Type: boolean
Default: true
_Description: Would you like to start apache-ssl at boot time?

Template: apache-ssl/server-name
Type: string
Default: localhost
_Description: Set the FQDN for apache-ssl default server
 If you do not know which is the FQDN (Fully Qualified
 Domain Name, Ex: www.debian.org) for this computer
 please ask your network administrator or otherwise set
 it temporary to localhost (Note that using localhost
 might results in apache printing some harmless warnings).

Template: apache-ssl/server-admin
Type: string
Default: webmaster@localhost
_Description: Set the email address of the apache-ssl administrator

Template: apache-ssl/document-root
Type: string
Default: /var/www
_Description: Set the directory that will contain the web pages for apache-ssl default server
 The default is set to /var/www according to the FHS.
 If you will use a non default setting the contents of
 /var/www will NOT be touched/moved.