blob: 91ea90b3ce34e74b308c61d492efdf8286087ec0 (
plain)
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
46
47
48
|
<webserver>
<user>www-data</user>
<group>www-data</group>
<!--
<plugin-directory><a c="d">b<e>f</e></a>/usr/lib/webserver/plugins</plugin-directory>
<plugin-directory>/usr/local/lib/webserver/plugins</plugin-directory>
-->
<plugin-directory>plugins</plugin-directory>
<sites>
<site>
<name>antcom.de</name>
<host>antcom.de</host>
<path requested="/" type="files">
<target>/var/www/antcom.de</target>
</path>
<path requested="/webbox" type="plugin">
<plugin>webbox</plugin>
<target>/var/lib/webbox</target>
</path>
</site>
<!--
<site>
<name>reichwein.it</name>
<host>reichwein.it</host>
</site>
danielareichwein.de
rolandreichwein.de
kneipenband.com
-->
</sites>
<sockets>
<socket>
<address>127.0.0.1</address>
<port>80</port>
<protocol>http</protocol>
<!--
<site>antcom.de</site>
<site>reichwein.it</site>
-->
</socket>
<socket>
<address>127.0.0.1</address>
<port>443</port>
<protocol>https</protocol>
</socket>
</sockets>
</webserver>
|