<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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>仁川网络 - 服务器技术</title><link>http://www.renchuan.com/</link><description>青岛开发区网站建设,青岛黄岛网站建设,青岛开发区网站制作,青岛开发区网站优化,青岛开发区免备案空间 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>本站关键词：青岛开发区网站建设,黄岛网站建设,青岛开发区网站制作，青岛开发区网站设计,青岛开发区网络公司,青岛开发区网站优化,青岛开发区网站推广，青岛开发区百度优化,青岛开发区google优化,青岛开发区虚拟主机,青岛开发区域名注册,青岛开发区免备案空间,青岛开发区网页设计,青岛开发区SEO优化,黄岛SEO,黄岛网页设计,Copyright 2008-2010 仁川网络. All Rights Reserved. 24小时服务热线：13780679218 (同行勿扰)  鲁ICP备05037212号</copyright><pubDate>Mon, 06 Sep 2010 23:57:23 +0800</pubDate><item><title>PHP5.2.5 安装攻略</title><author>a@b.com (admin)</author><link>http://www.renchuan.com/post/48.html</link><pubDate>Fri, 07 May 2010 02:07:04 +0800</pubDate><guid>http://www.renchuan.com/post/48.html</guid><description><![CDATA[解压php,本例是解压到"D:\php"...<br/><br/>右击"我的电脑"->"属性"->选择"高级"标签页->点击"环境变量"->点击下面"系统变量"列表内的"Path"->点击下面的"编辑"->在"变量值"最后处加上";D:\php"(php的解压路径,不要忘记先加上";"号)->确定->点击"编辑"按钮前面的"新建"按钮->在"变量名"后输入"PHPRC"->"变量值"输入"D:\PHP"(PHP的解压路径)->点击"确定"完成...<br/><br/>3.修改php.ini配置文件<br/><br/>进入"D:\php"文件夹,将"php.ini-recommended"重命名为php.ini<br/><br/>直接双击php.ini打开文件...<br/><br/>然后搜索"extension_dir"找到extension_dir = "./",并改成extension_dir = "d:\php\ext"<br/>搜索"Windows Extensions"<br/><br/>在"Windows Extensions"下方的动态模块配置中,需要打开以下模块支持:(去掉模块配置每行前面的";"号即可)<br/><br/>extension=php_mbstring.dll<br/>extension=php_gd2.dll<br/>extension=php_MySQL.dll<br/><br/>推荐高级用户(对PHP函数很熟悉的)搜索找到"disable_functions =",在其后面增加禁止使用的PHP函数,如"shell_exec","exec","scandir"等...一般用户可以留空...<br/><br/>4.把PHP的ISAPI加入到IIS总的网站下的应用程序配置里和IIS的服务器扩展里即可<br/><br/>对于PHP应用,需要给予该站点"读取"和"运行脚本"的权限.<br/><br/>在站点属性窗口中,单击"主目录"页签,单击"配置"按钮,在新弹出的"应用程序配置"对话框中,单击"添加"按钮,加入PHP的ISAPI支持,选择"可执行文件"为"D:\PHP\php5isapi.dll"(PHP目录下的php5isapi.dll),扩展名为".php"(请不要忘记了前面的一个"."),"限制动作"为"GET,POST",单击"确定"添加,并在"应用程序扩展"窗口中查看".php"扩展是否加载成功.若成功,则单击"确定"关闭配置窗口,回到站点属性主窗口.<br/><br/>单击"文档"页签,在"默认内容文档"中根据网站程序首页名称添加对应的页面名称,一般为"index.php",如有静态化的话,可能包含"index.htm","index.html", 把他们都添加到列表里,完成后,单击"确定",关闭站点属性配置窗口,回到 IIS 管理器主界面.<br/><br/>展开管理器左边的树目录,右键单击"Web 服务扩展",选择"添加一个新的 Web 服务扩展",<br/>在如下图所示的"新建WEB服务扩展"对话框中,"扩展名"填写PHP,"文件"选择"D:\PHP\php5isapi.dll",并设置该PHP扩展默认为允许.<br/><br/>重启IIS服务,如下图所示:<br/><br/>到此,IIS与PHP整合完毕...<br/><br/>5.测试PHP是否正常<br/><br/>进入"E:\wwwroot\web"目录,新建一个文本文件,并在其中输入以下代码:<br/><?php<br/>phpinfo();<br/>?><br/>保存,并把文件名改为"info.php".放到一个站点下,在IE里打开查看是否能运行<br/><br/>]]></description><category>服务器技术</category><comments>http://www.renchuan.com/post/48.html#comment</comments><wfw:comment>http://www.renchuan.com/</wfw:comment><wfw:commentRss>http://www.renchuan.com/feed.asp?cmt=48</wfw:commentRss><trackback:ping>http://www.renchuan.com/cmd.asp?act=tb&amp;id=48&amp;key=5939b180</trackback:ping></item><item><title>服务器定时重启.txt</title><author>a@b.com (admin)</author><link>http://www.renchuan.com/post/45.html</link><pubDate>Fri, 07 May 2010 02:01:28 +0800</pubDate><guid>http://www.renchuan.com/post/45.html</guid><description><![CDATA[ <br/> <br/>C:\WINDOWS\system32\iisreset.exe /reboot<br/><br/>net stop mysql<br/><br/>net start mysql<br/>]]></description><category>服务器技术</category><comments>http://www.renchuan.com/post/45.html#comment</comments><wfw:comment>http://www.renchuan.com/</wfw:comment><wfw:commentRss>http://www.renchuan.com/feed.asp?cmt=45</wfw:commentRss><trackback:ping>http://www.renchuan.com/cmd.asp?act=tb&amp;id=45&amp;key=01185912</trackback:ping></item><item><title>iis重启.BAT</title><author>a@b.com (admin)</author><link>http://www.renchuan.com/post/44.html</link><pubDate>Fri, 07 May 2010 02:00:33 +0800</pubDate><guid>http://www.renchuan.com/post/44.html</guid><description><![CDATA[@echo off<br/>net stop iisadmin /yes<br/>net start iisadmin<br/>net start w3svc<br/>net start msftpsvc<br/>]]></description><category>服务器技术</category><comments>http://www.renchuan.com/post/44.html#comment</comments><wfw:comment>http://www.renchuan.com/</wfw:comment><wfw:commentRss>http://www.renchuan.com/feed.asp?cmt=44</wfw:commentRss><trackback:ping>http://www.renchuan.com/cmd.asp?act=tb&amp;id=44&amp;key=ce1de5b4</trackback:ping></item><item><title>怎样检查服务器安全</title><author>a@b.com (admin)</author><link>http://www.renchuan.com/post/42.html</link><pubDate>Fri, 07 May 2010 01:57:44 +0800</pubDate><guid>http://www.renchuan.com/post/42.html</guid><description><![CDATA[在中国，已有成千上万的服务器采用［星外安全包］的稳定结构来配置自己的服务器并安全运行多年，得到了很高的评价。并认为［星外安全包］是国内目前服务器上一个非常稳定、可靠、安全具有保障性的软件。同时为成千上万的台服务器提供了最安全的保障服务。 <br/><br/>　　为了保障服务器的安全，目前所有安装了［星外虚拟主机管理平台］的正版用户，都已经严格按照［星外安全包］的［视频教程］设置来配置服务器的安全。但是，为了防止低水平的服务器管理人员破坏服务器的安全性，为了更大程度上保障用户服务器上的安全性，请参考下面的要求，检查您的服务器的安全设置： <br/><br/>---------------------------------------------------------------------------------------------------------------- <br/><br/>　1.　请将sql 2000，mysql运行在普通用户权限下。 <br/>　　　 <br/>　　　由于大部分黑客都是利用数据库的权限入侵，将sql 2000，mysql运行在 <br/>　　　普通用户权限，可以提供数据库的安全性，防止入侵，同时您务必对数据 <br/>　　　库的权限做详细的设置，具体设置要看［星外安全包］的［视频教程］。 <br/><br/>　 <br/>　2.　使用［星外安全包］中的ＩＰ策略来关闭所有没用的端口。 <br/>　　　具体的设置请看星外安全包的视频教程。 <br/><br/>　 <br/>　3.　服务器所有磁盘分区的根目录都不能有everyone,users读与运行的权限 <br/><br/>　 <br/>　4.　为了加强PHP的安全，请直接使用星外的［自动PHP安装包]来安装，安装 <br/>　　　以后，PHP的默认就处于安全状态了。 <br/><br/>　 <br/>　5.　请不要安装或使用CGI，因为CGI存在先天上的安全隐患。 <br/><br/>　 <br/>　6.　请不要安装任何的第三方软件。 <br/>　　　例如XX优化软件，XX插件之类的，更不要在服务器上注册未知的组件。 <br/><br/>　 <br/>　7.　请不要在服务器上使用IE访问任何网站，不然有可能中网页木马。 <br/><br/>　 <br/>　8.　Mysql要使用4.1以上的版本，4.0版本存在安全问题。 <br/><br/>　 <br/>　9.　请不要安装PCanywhere或Radmin，因为它们本身就存在安全问题。请直接 <br/>　　　使用windows 2003自带的3389，因为它比任何远程控制软件都安全。 <br/><br/><br/>10.　请不要在服务器上双击运行任何程序，不然您中了木马都不知道。 <br/><br/><br/>11.　请不要在服务器上使用IE打开用户的硬盘中的网页，这是最危险的破坏 <br/>　　　服务器安全的行为，会造成木马入侵。 <br/><br/><br/>12.　请不要在服务器上浏览图片，因为曾经多次发现操作系统的图片处理功能 <br/>　　　漏洞，有可能会造成您的服务器被入侵。以前windows就出过GDI+的安全 <br/>　　　漏洞会造成服务器被入侵。 <br/><br/><br/>13.　如果您使用Imail，必须要用8.2以上版本，8.1存在安全严重的安全漏洞 <br/><br/><br/>14.　请设置sytem32目录的cmd.exe, at.exe, cacls.exe, ftp.exe 的文 <br/>　　　件只能有adms,system的全权权限.不能有其他的权限，［星外安全包］已 <br/>　　　自动设置了它们的权限，请参考［星外安全包］的［视频教程］来设置 <br/><br/>15.　服务器上任何的asp,php,asp.net程序绝对不能使用sql2000的sa用户或 <br/>　　　mysql中的root用户来连接数据库,这样会造成服务器被入侵. <br/><br/>16.　由于旧版本的WinRAR软件存在安全漏洞,因此,所有安装的Winrar电脑都必 <br/>　　　须安装WinRAR7.1以上版本. <br/><br/>17.　服务器不能运行任何使用固定网络端口的程序,例如私服程序就是最大的 <br/>　　　入侵后门 <br/><br/>18.　为C:\Documents and Settings\All Users\Documents目录的users <br/>　　　用户组设置拒绝写入权限。(请使用最新版的安全包来设置这个目录) <br/><br/>19.　升级imail8.22的安全补丁，下载地址: <br/>　　　http://sys.7i24.com/soft/imailpatch.rar <br/>　　　Imail控制台中imap4D32服务必须是处于停止(Stop)状态,否则马上就可 <br/>　　　以入侵你的服务器! <br/><br/>20.　经常性运行windows update更新补丁. <br/><br/>21.　为了进一步提高安全,您可以启用windows默认的防火墙. <br/><br/>注意,在启动防火墙前,您需要先在例外中,设置允许以下的TCP端口: <br/>3389 1433 3306 25 21 20 80 110 53 8888 <br/>再设置允许以下的程序使用网络(在例外中选择添加程序) <br/>C:\windows\system32\inetsrv\inetinfo.exe <br/>C:\windows\system32\inetsrv\w3wp.exe <br/>C:\windows\7i24tool.exe <br/><br/>如果您改过了3389端口,您需要另外加上您自己的端口.如果您的服务器需要允许被ping,请您在例外旁边点高级,点设置ICMP,再点允许传入回显请求,确定后就会支持ping了. <br/><br/>(特别指出,近期据传win2003有未公开的漏洞,请启用防火墙) <br/><br/><br/>22. 主控服务器所在的主控网站目录(D:\freehostmain),不能改动目录的权限,不然会造成安全问题,正常这个目录只有adms,system及freehostwebrunat读的权限,任何别的权限增加了,都造成安全问题,也不能在主控目录中放探针,或PHP文件,或别的操作ACCESS的代码. <br/><br/>23.注意不要安装windows update中的Windows PowerShell,如果已安装了,请删除它!因为这个组件有大量服务器管理的权限.不能安装. <br/><br/><br/>　注意：在安全方面，网管必须要提高安全警惕，因为网管才是服务器安全的最 <br/>　　　　后保障，按以上设置后，就算您的用户上传了木马在自己的网站中，也 <br/>　　　　绝对入侵不了您的服务器。另外您需要先确保您自己的电脑是安全的， <br/>　　　　才能保障您的服务器也是处于安全，如果您自己的电脑不安全，您的服 <br/>　　　　务器也不可能安全。 <br/><br/>　补充：您的服务器如果不幸中毒，可以用一些专业工具来扫描： <br/>]]></description><category>服务器技术</category><comments>http://www.renchuan.com/post/42.html#comment</comments><wfw:comment>http://www.renchuan.com/</wfw:comment><wfw:commentRss>http://www.renchuan.com/feed.asp?cmt=42</wfw:commentRss><trackback:ping>http://www.renchuan.com/cmd.asp?act=tb&amp;id=42&amp;key=353d5220</trackback:ping></item><item><title>xml sitemap 网站地图生成工具集</title><author>a@b.com (admin)</author><link>http://www.renchuan.com/post/20.html</link><pubDate>Fri, 15 May 2009 09:01:21 +0800</pubDate><guid>http://www.renchuan.com/post/20.html</guid><description><![CDATA[<p><span id="ContentArea"> </span></p><p>网站地图生成工具可以帮助你生产自己的网站地图，让搜索引擎更好收录你的网站。仁川网络搜集整理，转载请注明出处</p><div class="post" id="post-3"><h2>XML Sitemap Tools</h2><p>List of tools for creating site maps for use by search engines.</p><h3><a href="http://xmlsitemap.com/create-sitemap/" target="_blank">XML Sitemap</a> [Web Based]</h3><p>This is a free basic xml sitemap creation tool offered by this site.<br />It is a no frills, but offers a quick and easy way to generate a<br />sitemap file for your website.</p><h3><a href="http://www.auditmypc.com/web-master-tools.asp" target="_blank">Sitemap Generator</a> [Java Web Based]</h3><p>This free and easy to use site map creator is fast, efficient and allows you to<br />generate a sitemap that can instantly be submitted to Google. This tool<br />will crawl your site and find pages automatically. The only requirement<br />is a popular browser that supports java, such as Internet Explorer,<br />Firefox and others.</p><p>Price: Free</p><h3><a href="http://sourceforge.net/projects/goog-sitemapgen" target="_blank">Google Sitemap Gen</a> [Python]</h3><p>The sitemap_gen.py script analyzes your web server and generates one or<br />more Sitemap files. These files are XML listings of content you make<br />available on your web server. The files can then be directly submitted<br />to Google.</p><p>Price: Free</p><h3><a href="http://www.hotwebtools.com/gmap" target="_blank">Google XML sitemap generator</a> [php]</h3><p>A simple Google XML sitemap generator written in php that allow you to build sitemap in minutes</p><p>Price: Free</p><h3><a href="http://www.sitemapbuilder.net/products.aspx" target="_blank">SiteMapBuilder.NET Windows application</a> [.NET]</h3><p>Extract links from a site recursively<br />Extract links from a single page<br />Edit and delete link properties<br />Generate Google Site Map XML or TXT<br />Save map as Google SiteMaps Format or TXT<br />Generate a map from a text file<br />Option panel for page time out and simultaneous connections<br />Generate Reports<br />Link Validator</p><p>Price: Free</p><h3><a href="http://www.sitemapbuilder.net/" target="_blank">Site Map Builder</a> [Web Based]</h3><p>Site Map Builder allows you to create the Google SiteMaps XML (Google SiteMaps )<br />needed within your root directory in order to provide information about<br />your site to Google. This XML must have some syntax that Site Map<br />Builder will generate for you.</p><p>Price: Free</p><h3><a href="http://drupal.org/project/gsitemap" target="_blank">Drupal XML Sitemap</a> [PHP]</h3><p>Drupal module to create an XML sitemap.</p><p>Price: Free</p><h3><a href="http://www.iteam5.net/francesco/sitemap_gen/" target="_blank">Google Sitemaps Code Snippets in ASP</a> [Server Side ASP]</h3><p>A simple ASP script (Using File System Object) to automatically produce sitemaps for<br />a webserver, in the Google Sitemap Protocol (GSP)</p><p>Price: Free</p><h3><a href="http://www.sitemapspal.com/" target="_blank">SitemapsPal</a> [Web Based]</h3><p>This tool is for creating Google sitemaps xml files for your server, to use with the<br />google sitemaps program. Simply type in your domain name and their<br />spider will fetch all the links on your page and create an xml file for<br />you to upload onto your own server.</p><p>Price: Free</p><h3><a href="http://www.vigos.com/products/gsitemap/" target="_blank">Gsitemap</a> [Windows]</h3><p>VIGOS Gsitemap is a free, easy-to-use but versatile Windows sitemap generator tool to<br />help webmasters and website owners to create, edit and submit sitemap<br />information in adherence to the Google Sitemaps protocol.</p><p>Price: Free</p><h3><a href="http://www.mypagerank.net/google_sitemap_creator.html" target="_blank">Sitemaps Generator</a> [Web Based]</h3><p>Google Sitemaps is an easy way for you to help improve your coverage in the Google index. Create your sitemaps for free now.</p><p>Price: Free, Requires Registration</p><h3><a href="http://enarion.net/google/crawler/index.php" target="_blank">phpSitemapNG</a> [PHP]</h3><p>This php script allows you to create a url list automatically and submit it to google.<br />You can specify disallowed directories and files that will not be added<br />to the sitemap, your settings will be stored for further usage.</p><p>Price: Free</p><h3><a href="http://brucesseo.com/testone/rssgenr8.php" target="_blank">EZ xml/rss feed generator</a> [xml]</h3><p>You can generate all types of mini feeds in seconds. Just enter the URL you want to create a feed from.</p></div>]]></description><category>服务器技术</category><comments>http://www.renchuan.com/post/20.html#comment</comments><wfw:comment>http://www.renchuan.com/</wfw:comment><wfw:commentRss>http://www.renchuan.com/feed.asp?cmt=20</wfw:commentRss><trackback:ping>http://www.renchuan.com/cmd.asp?act=tb&amp;id=20&amp;key=00b966fc</trackback:ping></item></channel></rss>
