<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>纯月部落 - Linux&amp;服务器管理</title><link>http://blog.csdn.net/danny_xcz/category/47455.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 06 Dec 2007 08:16:17 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>纯月</dc:creator><title>基于Linux的虚拟主机搭建</title><link>http://blog.csdn.net/danny_xcz/archive/2007/01/18/1486737.aspx</link><pubDate>Thu, 18 Jan 2007 15:32:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/01/18/1486737.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1486737.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/01/18/1486737.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1486737.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1486737</trackback:ping><description>为了建设二级网站建设，我考察了多个开源和商业的虚拟主机和控制面板。主要察看了Linux下的。

很多工具，例如开源的VHCS，商业的Plesk功能虽然十分强大，但他们的主要服务对象是商业虚拟主机客户，和我们的集中管理模式不太一样。

最后我选用了Webmin的一个支持虚拟主机的模块virtual-host。因为我对Webmin比较了解，它在Linux管理上非常强大和稳定。

主要安装步骤如下：
1 安装webmin，地址http://ip:10000
  
2 进入webmin安装virtual-host模块,地址：http://ip:10000/virtual-host


3 服务器安装BIND 9，webmin中该模块路径也要有相应修改


4 按照帮助手册内容，
  先重编译apache2 加上./configure --prefix=/usr/local/apache/ --enable-suexec

  配置Apache
  主要包括修改httpd等的路径
  加上 
  NameVirtualHost ip 

 LoadM&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1486737.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>使用Linux实现廉价的备份服务器</title><link>http://blog.csdn.net/danny_xcz/archive/2005/12/15/552786.aspx</link><pubDate>Thu, 15 Dec 2005 08:42:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2005/12/15/552786.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/552786.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2005/12/15/552786.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/552786.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=552786</trackback:ping><description>http://www.linuxjournal.com/article/8590

虽然是英文的，但是的确值得推荐哦，所有的SOHU应该都会需要类似的功能。

另外开源项目backuppc http://backuppc.sourceforge.net/info.html#intro  也是一个很好的公司局域网备份的服务程序，可以实现备份和还原。
&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/552786.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>服务器网络监控系统方案</title><link>http://blog.csdn.net/danny_xcz/archive/2005/10/08/497140.aspx</link><pubDate>Sat, 08 Oct 2005 12:42:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2005/10/08/497140.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/497140.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2005/10/08/497140.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/497140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=497140</trackback:ping><description>    关于监测服务器的问题，我大概整理了一下。现在有三种方案可以使用。

1 最彻底的方案，使用Net-snmp。这个包可以部署在任何平台，包括nix和Winnt。然后通过snmp客户端来访问。这种方法的好处是可以封装访问接口成组件。
缺点是所有监控的服务器都需要安装net-snmp。Linux是自带的。Windows则需要编译，而且编译过程复杂。开发还需要对snmp比较熟悉

2 求全的方案。在客户端使用守护进程来读取客户端数据。在linux下可以使用很简单的脚本，例如用perl执行ps -A ,解析返回的值，最后通过xml-rpc返回给客户。Windows下则需要使用WMI，或者WPM。这种方法实现的方案不是很完整。而且需要对Perl的正则和WMI很熟悉.有一个NSClient项目提供window service服务。可以使用NSClient4j来访问。

3 最简单能跑起来的，我看了一下http://phpsysinfo.sourceforge.net/ 这个项目，它可以显示内存，网络，硬盘等很多信息。而且可以直接输出成xml格式。这个方案虽然需要每个机器都安装。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/497140.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>Linux安装手把手教程</title><link>http://blog.csdn.net/danny_xcz/archive/2004/09/22/112913.aspx</link><pubDate>Wed, 22 Sep 2004 13:19:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2004/09/22/112913.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/112913.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2004/09/22/112913.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/112913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=112913</trackback:ping><description>Linux安装,VNC Server+JDK+APACHE+PHP+JK2+SAMBA完全解决方案&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/112913.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>