Changes between Version 176 and Version 177 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 07/15/13 12:34:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v176 v177 221 221 }}} 222 222 223 Enable access to !GeoServer on Port 80: 224 {{{ 223 Enable access to !GeoServer on Port 80 (assuming not using Cherokee): 224 {{{ 225 # if using multiple Tomcats behind a single apache load-balancer 225 226 apt-get install apache2-mpm-worker 226 227 a2enmod proxy_ajp 227 # if using multiple Tomcats behind a single apache load-balancer 228 # apt-get install -y apache2-mpm-worker 228 a2dissite default 229 230 vim /etc/apache2/ports.conf 231 NameVirtualHost *:80 232 Listen 80 229 233 230 234 vim /etc/apache2/sites-available/geo