50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
|
<?xml version="1.0" encoding="UTF-16"?>
|
||
|
|
||
|
<host>
|
||
|
<description>Default Server</description>
|
||
|
<http>
|
||
|
<enabled>0</enabled>
|
||
|
<port>8080</port>
|
||
|
<binding>127.0.0.1</binding>
|
||
|
<max_clients>10</max_clients>
|
||
|
<reuse>0</reuse>
|
||
|
<thread_id>0</thread_id>
|
||
|
</http>
|
||
|
<https>
|
||
|
<enabled>0</enabled>
|
||
|
<port>8443</port>
|
||
|
<binding>127.0.0.1</binding>
|
||
|
<max_clients>100</max_clients>
|
||
|
<reuse>0</reuse>
|
||
|
<CA>fullchain.pem</CA>
|
||
|
<Certs>cert.pem</Certs>
|
||
|
<key>privkey.pem</key>
|
||
|
<key_pass/>
|
||
|
<thread_id>0</thread_id>
|
||
|
</https>
|
||
|
<cache>
|
||
|
<time>120</time>
|
||
|
<maxsize>1</maxsize>
|
||
|
<current>0</current>
|
||
|
<enable>0</enable>
|
||
|
</cache>
|
||
|
<log>
|
||
|
<DebuglogUUID/>
|
||
|
<DebuglogFile>/var/log/lhttpd/default_debug.log</DebuglogFile>
|
||
|
<Debugdisable>0</Debugdisable>
|
||
|
<AccesslogFile>/var/log/lhttpd/default_access.log</AccesslogFile>
|
||
|
<AccesslogUUID/>
|
||
|
<ErrorlogFile>/var/log/lhttpd/default_error.log</ErrorlogFile>
|
||
|
<ErrorlogUUID/>
|
||
|
<CachelogFile>/var/log/lhttpd/default_cache.log</CachelogFile>
|
||
|
<CachelogUUID/>
|
||
|
</log>
|
||
|
<mem>
|
||
|
<MaxFileSize>524288</MaxFileSize>
|
||
|
<DefaultBlockSize>65536</DefaultBlockSize>
|
||
|
</mem>
|
||
|
<defaultfile>index.html</defaultfile>
|
||
|
<basedir>/srv/lweb-srv/</basedir>
|
||
|
<status/>
|
||
|
</host>
|