Revision 19 ccs-config.xml

ccs-config.xml (revision 19)
1
<ccsconfig>
2
    <!-- NOTE: On OSX, ports below 1024 are restricted -->
3
    <port>80</port>
4
    <!-- Directory to serve from  -->
5
    <dir>www</dir>
6
    <!-- Allow directory listings? -->
7
    <dirlist>false</dirlist>
8
    <!-- Index files to search for on attempted root access
9

10
	     comma seperated -->
11
    <index>index.html,index.htm,index.php,index.nxml</index>
12
    <!-- Start the server immediately -->
13
    <autorun>false</autorun>
14
    <maxthreads>20</maxthreads>
15
    <!-- Time in seconds connection remains idle -->
16
    <idletime>10</idletime>
17
    <!-- Logfiles -->
18
    <logging>false</logging>
19
    <accesslog>log/access.log</accesslog>
20
    <errorlog>log/error.log</errorlog>
21
</ccsconfig>
1
<ccsconfig>
2
    <!-- NOTE: On OSX, ports below 1024 are restricted -->
3
    <port>8080</port>
4
    <!-- Directory to serve from  -->
5
    <dir>www</dir>
6
    <!-- Allow directory listings? -->
7
    <dirlist>false</dirlist>
8
    <!-- Index files to search for on attempted root access
9

10
	     comma seperated -->
11
    <index>index.html,index.htm,index.php,index.nxml</index>
12
    <!-- Start the server immediately -->
13
    <autorun>true</autorun>
14
    <maxthreads>20</maxthreads>
15
    <!-- Time in seconds connection remains idle -->
16
    <idletime>10</idletime>
17
    <!-- Logfiles -->
18
    <logging>false</logging>
19
    <accesslog>log/access.log</accesslog>
20
    <errorlog>log/error.log</errorlog>
21
</ccsconfig>

Also available in: Unified diff