Changes between Version 119 and Version 120 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 02/18/11 22:28:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v119 v120 137 137 # Uncomment these lines (& add the extra options) 138 138 <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" /> 139 # maxThreads here should match the Apache MPM's MaxClients 139 140 <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" emptySessionPath="true" enableLookups="false" maxThreads="256" connectionTimeout="45000" /> 140 141 … … 164 165 a2enmod proxy 165 166 a2enmod proxy_ajp 167 # if using multiple Tomcats behind a single apache load-balancer 168 # apt-get install -y apache2-mpm-worker 166 169 167 170 vim /etc/apache2/sites-available/geo