通过这个简短的教程,让我来指导你在Ubuntu 13.10 下如何安装支持SSL的Apache。以下是我的试验机的详细说明:
系统信息
root@ubuntu-linuxidc:~# ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:b8:b4:87
inet addr:10.1.1.110 Bcast:10.1.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:feb8:b487/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1738 errors:0 dropped:0 overruns:0 frame:0
TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:168845 (168.8 KB) TX bytes:9767 (9.7 KB)
root@ubuntu-linuxidc:~# cat /etc/issue
Ubuntu 13.10 \n \l
安装Apache
运行如下命令:
$ sudo apt-get install apache2 apache2-doc apache2-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
apache2-bin apache2-data libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert
apache测试页面
打开浏览器,转到你的测试机的IP地址/。你应该会看到类似以下的信息。
创建目录
创建一个名为ssl的目录
$ sudo mkdir /etc/apache2/ssl
相关阅读:
Ubuntu 13.10 已经发布了 – 国内镜像站点同步下载
Windows 7下硬盘安装Ubuntu 13.10图文教程 见