Server Configuration for sample
This commit is contained in:
parent
96af06143e
commit
a8615e45ae
1 changed files with 35 additions and 0 deletions
35
cfg/server_config.xml
Normal file
35
cfg/server_config.xml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-16"?>
|
||||
|
||||
<server>
|
||||
<hosts/>
|
||||
<status/>
|
||||
<config_file>
|
||||
<element key="status_xml">
|
||||
<name>cfg/default_http_status_codes.xml</name>
|
||||
<type>file</type>
|
||||
</element>
|
||||
<element key="hosts_dir">
|
||||
<name>cfg/hosts/</name>
|
||||
<type>dir</type>
|
||||
</element>
|
||||
</config_file>
|
||||
<log>
|
||||
<DebuglogUUID/>
|
||||
<Debugdisable>0</Debugdisable>
|
||||
<Accesslog/>
|
||||
<AccesslogUUID/>
|
||||
<Errorlog/>
|
||||
<ErrorlogUUID/>
|
||||
<Cachelog/>
|
||||
<CachelogUUID/>
|
||||
</log>
|
||||
<mem>
|
||||
<MaxFileSize>0</MaxFileSize>
|
||||
<DefaultBlockSize>0</DefaultBlockSize>
|
||||
</mem>
|
||||
<global_max_cli_threads>0</global_max_cli_threads>
|
||||
<global_max_cli_memory>0</global_max_cli_memory>
|
||||
<version>V0.9</version>
|
||||
<identifikation>LiHaSo Sample Webserver V0.9</identifikation>
|
||||
<type>0</type>
|
||||
</server>
|
Loading…
Reference in a new issue