Changeset 770
- Timestamp:
- 04/02/08 23:26:15 (2 years ago)
- Files:
-
- 1 modified
-
trunk/conf/ssl.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/conf/ssl.conf
r630 r770 23 23 # 24 24 25 CREATE POOL my_apaches 26 POOL my_apaches ADD 10.0.0.10:8080 27 POOL my_apaches ADD 10.0.0.11:8080 28 25 29 CREATE SERVICE site 26 SET role = web_server 27 SET docroot = /var/www/site.com/ 28 SET dirindexing = on 30 # NOTE: SSL mode only works for reverse_proxy, not for webserver. 31 # http://lists.danga.com/pipermail/perlbal/2008-April/000916.html 32 SET role = reverse_proxy 33 SET pool = my_apaches 34 SET persist_client = on 35 SET persist_backend = on 36 SET verify_backend = on 29 37 30 38 SET enable_ssl = on
