Apache2的安装
Posted BigJunOBa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache2的安装相关的知识,希望对你有一定的参考价值。
1.执行:sudo apt-get install apache2。
2.sudo vim /etc/apache2/apache2.conf在最后加上:ServerName localhost。
3.sudo /etc/init.d/apache2 start启动apache服务。
4.启动浏览器,并输入http://localhost即可看到安装成功界面。
5.停止:sudo /etc/init.d/apache2 stop
TcpDump的安装:
1.http://www.tcpdump.org/下载tcpdump和libpcap压缩包并解压。
2.安装c编译所需包:apt-get install build-essential
3.安装libcap的前置包:apt-get install flex,apt-get install bison
4.安装libcap:进入解压目录,
./configure make make install
5.安装tcpdump:进入解压目录
./configure make make install
6.测试是否安装成功,直接在命令行输入tcpdump
以上是关于Apache2的安装的主要内容,如果未能解决你的问题,请参考以下文章
OpenSUSE 11.1 上的 Apache2 libapreq2
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途