Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

2,004 bytes added, 13:07, 3 November 2011
no edit summary
=== Configuring Apache and PHP for Owncloud ===
Under construction PHP and Apache have a standard configuration, we need to change it to improve performance&nbsp; of our project and server.<br>  I edit my: <span style="font-family: monospace;"> </span> /etc/apache2/apache2.conf <pre> &lt;style type="text/css"&gt; &lt;!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } --&gt; &lt;/style&gt;LockFile${APACHE_LOCK_DIR}/accept.lockPidFile ${APACHE_PID_FILE}Timeout '''700'''KeepAlive OnMaxKeepAliveRequests '''500'''KeepAliveTimeout '''600'''&lt;IfModule mpm_prefork_module&gt; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients '''10''' MaxRequestsPerChild 0&lt;/IfModule&gt;&lt;IfModule mpm_worker_module&gt; StartServers 2 MinSpareThreads 25 MaxSpareThreads 75 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 ThreadLimit 64 ThreadsPerChild 25 MaxRequestsPerChild 0&lt;/IfModule&gt;User ${APACHE_RUN_USER}Group ${APACHE_RUN_GROUP}AccessFileName .htaccess&lt;Files ~ "^\.ht"&gt; Order allow,deny Deny from all Satisfy all&lt;/Files&gt;DefaultType text/plainHostnameLookups OffErrorLog ${APACHE_LOG_DIR}/error.logLogLevel warnInclude mods-enabled/*.loadInclude mods-enabled/*.confInclude httpd.confInclude ports.confLogFormat "%v:%p&nbsp;%h&nbsp;%l&nbsp;%u&nbsp;%t\"%r\"&nbsp;%&gt;s&nbsp;%O \"%{Referer}i\"\"%{User-Agent}i\"" vhost_combinedLogFormat "%h&nbsp;%l&nbsp;%u&nbsp;%t \"%r\"%&gt;s&nbsp;%O \"%{Referer}i\" \"%{User-Agent}i\""combinedLogFormat "%h&nbsp;%l&nbsp;%u&nbsp;%t \"%r\"%&gt;s&nbsp;%O" commonLogFormat "%{Referer}i -&gt;&nbsp;%U"refererLogFormat "%{User-agent}i"agentInclude conf.d/Include sites-enabled/ServerSignature OffServerTokens Prod</pre>
=== Configuring WevDAV for Owncloud ===
Under construction
4,199
edits