Changeset 757
- Timestamp:
- 08/20/07 09:14:03
(1 year ago)
- Author:
- gnif
- Message:
-CONFIGS:
* Changed the default site (ispcp) to listen on port 3400
* Added ssl support on port 3400 if mod_ssl is loaded
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r756 |
r757 |
|
| 7 | 7 | | * setup: complete SSL support | |
|---|
| 8 | 8 | \_________________________________________________________________/ |
|---|
| | 9 | |
|---|
| | 10 | 2007-08-20 Geoffrey McRae |
|---|
| | 11 | - CONFIGS: |
|---|
| | 12 | * Changed the default site (ispcp) to listen on port 3400 |
|---|
| | 13 | * Added ssl support on port 3400 if mod_ssl is loaded |
|---|
| 9 | 14 | |
|---|
| 10 | 15 | 2007-08-20 Geoffrey McRae |
|---|
| r748 |
r757 |
|
| 4 | 4 | # |
|---|
| 5 | 5 | |
|---|
| 6 | | <VirtualHost {BASE_SERVER_IP}:80> |
|---|
| | 6 | # Listen for https data |
|---|
| | 7 | # |
|---|
| | 8 | <IfModule mod_ssl.c> |
|---|
| | 9 | Listen 443 |
|---|
| | 10 | </IfModule> |
|---|
| | 11 | |
|---|
| | 12 | Listen 3400 |
|---|
| | 13 | <VirtualHost {BASE_SERVER_IP}:3400> |
|---|
| | 14 | |
|---|
| | 15 | <IfModule mod_ssl.c> |
|---|
| | 16 | SSLEngine On |
|---|
| | 17 | SSLCertificateFile {ROOT_DIR}/ssl.key |
|---|
| | 18 | </IfModule> |
|---|
| 7 | 19 | |
|---|
| 8 | 20 | ServerAdmin {DEFAULT_ADMIN_ADDRESS} |
|---|
| r748 |
r757 |
|
| 23 | 23 | ErrorDocument 503 /errors/503.html |
|---|
| 24 | 24 | |
|---|
| 25 | | Redirect /ispcp http://{BASE_SERVER_VHOST} |
|---|
| | 25 | <IfModule mod_ssl.c> |
|---|
| | 26 | Redirect /ispcp https://{BASE_SERVER_VHOST}:3400 |
|---|
| | 27 | </IfModule> |
|---|
| | 28 | |
|---|
| | 29 | <IfModule !mod_ssl.c> |
|---|
| | 30 | Redirect /ispcp http://{BASE_SERVER_VHOST}:3400 |
|---|
| | 31 | </IfModule> |
|---|
| 26 | 32 | |
|---|
| 27 | 33 | <IfModule mod_cband.c> |
|---|
| r746 |
r757 |
|
| 1 | | apache2 |
|---|
| | 1 | pache2 |
|---|
| 2 | 2 | apache2-mpm-worker |
|---|
| 3 | 3 | apache2.2-common |
|---|
| … | … | |
| 78 | 78 | libnet-libidn-perl |
|---|
| 79 | 79 | libapache2-mod-cband |
|---|
| | 80 | openssl |
|---|
| | 81 | ca-certificates |
|---|
| r748 |
r757 |
|
| 74 | 74 | libnet-libidn-perl |
|---|
| 75 | 75 | libapache2-mod-cband |
|---|
| | 76 | openssl |
|---|
| | 77 | ca-certificates |
|---|
| r739 |
r757 |
|
| 75 | 75 | bash |
|---|
| 76 | 76 | libnet-libidn-perl |
|---|
| | 77 | openssl |
|---|
| | 78 | ca-certificates |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>