Ubuntu安装使用系列: 网络服务器apache2
Posted by cnruby Mon, 26 Jun 2006 18:01:00 GMT
Ubuntu安装使用系列: 目录和说明
安装使用apache 2控制台(Konsole)命令
- 安装网络服务器apache2
apt-get install apache2 - 启动、重启和停止网络服务器apache2
/etc/init.d/apache2 restart
/etc/init.d/apache2 stop
/etc/init.d/apache2 start - 了解本机IP地址
ifconfig - 检查安装结果,打开浏览器Firefox,使用localhost访问:
或者通过局域网,使用本机IP地址访问(下面的地址每台电脑是不同的):http://localhost/http://192.168.1.9/ - 资源:
http://www.feed-squirrel.com/index.cfm?evt=viewItem&ID=14876



![Validate my RSS feed [Valid RSS]](/blog1/files/valid-rss.png)




