close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 16, 2008, 5:29:29 PM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| | 1 | * 首先需要安裝 ssl-cert 與 openssl 套件,然後用 '''a2enmod''' (apache2 enable module) 把 Apache2 的 SSL 模組啟用 |
| | 2 | * 接著用 '''make-ssl-cert''' 指令產生給 Apache2 使用的憑證,剩下就是改 Apache2 的設定了。 |
| 1 | 3 | {{{ |
| 2 | 4 | trac-pool:~# apt-get install ssl-cert openssl |