Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

34 bytes removed, 13:18, 3 November 2011
no edit summary
<pre>LockFile ${APACHE_LOCK_DIR}/accept.lock
PidFile ${APACHE_PID_FILE}
Timeout '''700'''
KeepAlive On
MaxKeepAliveRequests '''500'''KeepAliveTimeout '''600'''
&lt;IfModule mpm_prefork_module&gt;
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients '''10'''
MaxRequestsPerChild 0
&lt;/IfModule&gt;
ThreadLimit 64
ThreadsPerChild 25
MaxClients ''' 10'''
MaxRequestsPerChild 0
&lt;/IfModule&gt;
&lt;IfModule mpm_event_module&gt;
StartServers 2
MaxClients ''' 10'''
MinSpareThreads 25
MaxSpareThreads 75
Include ports.conf
LogFormat "%v:%p&nbsp;%h&nbsp;%l&nbsp;%u&nbsp;%t \"%r\"&nbsp;%&gt;s&nbsp;%O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h&nbsp;%l&nbsp;%u&nbsp;%t \"%r\" &nbsp;%&gt;s&nbsp;%O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h&nbsp;%l&nbsp;%u&nbsp;%t \"%r\" &nbsp;%&gt;s&nbsp;%O" commonLogFormat "%{Referer}i -&gt;&nbsp;%U" referer LogFormat "%{User-agent}i" agent
Include conf.d/
Include sites-enabled/
'''ServerSignature Off
ServerTokens Prod
'''</pre>
=== Configuring WevDAV for Owncloud ===
Under construction
4,199
edits