Changes between Version 119 and Version 120 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
02/18/11 22:28:45 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v119 v120  
    137137# Uncomment these lines (& add the extra options)
    138138<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" />
     139# maxThreads here should match the Apache MPM's MaxClients
    139140<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" emptySessionPath="true" enableLookups="false" maxThreads="256" connectionTimeout="45000" />
    140141
     
    164165a2enmod proxy
    165166a2enmod proxy_ajp
     167# if using multiple Tomcats behind a single apache load-balancer
     168# apt-get install -y apache2-mpm-worker
    166169
    167170vim /etc/apache2/sites-available/geo