-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathsubdomain-template
45 lines (38 loc) · 1.04 KB
/
subdomain-template
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
36
37
38
39
40
41
42
43
44
45
The following virtual sub-server has been set up successfully :
Domain name: ${DOM}
Hosting server: ${HOSTNAME}
${IF-VIRT}
Virtual IP address: ${IP}
${ENDIF-VIRT}
${IF-WEB}
Website: http://www.${DOM}/
${IF-WEBALIZER}
Webalizer log reporting: Enabled
${ELSE-WEBALIZER}
Webalizer log reporting: Disabled
${ENDIF-WEBALIZER}
${IF-VIRTUALMIN-AWSTATS}
AWStats log reporting: Enabled
${ELSE-VIRTUALMIN-AWSTATS}
AWStats log reporting: Disabled
${ENDIF-VIRTUALMIN-AWSTATS}
${ENDIF-WEB}
${IF-MAIL}
Email domain: ${DOM}
SMTP server: mail.${DOM}
POP3 server: mail.${DOM}
${ENDIF-MAIL}
${IF-DNS}
DNS domain: ${DOM}
Nameserver: ${HOSTNAME}
${ENDIF-DNS}
${IF-MYSQL}
${MYSQL_TYPE} database: ${DB}
${MYSQL_TYPE} login: ${MYSQL_USER}
${MYSQL_TYPE} password: ${PASS}
${ENDIF-MYSQL}
${IF-POSTGRES}
PostgreSQL database: ${DB}
PostgreSQL login: ${USER}
PostgreSQL password: ${PASS}
${ENDIF-POSTGRES}