<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: win2003 apache2.2.17 php5.3配置</title>
	<atom:link href="https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/</link>
	<description>next station - 下一站，活在当下，且行且思</description>
	<lastBuildDate>Tue, 03 Mar 2015 08:30:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.5</generator>
	<item>
		<title>By: fushanlang</title>
		<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/#comment-691</link>
		<dc:creator><![CDATA[fushanlang]]></dc:creator>
		<pubDate>Tue, 17 May 2011 01:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=1847#comment-691</guid>
		<description><![CDATA[这样可以考虑打开＃include conf/extra/httpd-vhosts.conf， 然后修改httd-vhosts.conf 比如我常用的如下：

NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any &lt;VirtualHost&gt; block.
#
#指定默认的DocumentRoot保证通过ip，localhost之类的可以正常访问
&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;E:/&quot;
&lt;/VirtualHost&gt;

#添加子域名访问目录
&lt;VirtualHost *:80&gt;  
    ServerName subsite.abc.com
     DocumentRoot &quot;E:/subsite&quot;
&lt;/VirtualHost&gt;

#设定主域名访问
&lt;VirtualHost *:80&gt;  
ServerName abc.com
DocumentRoot &quot;E:/&quot;
&lt;/VirtualHost&gt;

----我常用的方法就是这个，希望对你有帮助！:)]]></description>
		<content:encoded><![CDATA[<p>这样可以考虑打开＃include conf/extra/httpd-vhosts.conf， 然后修改httd-vhosts.conf 比如我常用的如下：</p>
<p>NameVirtualHost *:80</p>
<p>#<br />
# VirtualHost example:<br />
# Almost any Apache directive may go into a VirtualHost container.<br />
# The first VirtualHost section is used for all requests that do not<br />
# match a ServerName or ServerAlias in any <virtualhost> block.<br />
#<br />
#指定默认的DocumentRoot保证通过ip，localhost之类的可以正常访问<br />
</virtualhost><virtualhost *:80><br />
    DocumentRoot &#8220;E:/&#8221;<br />
</virtualhost></p>
<p>#添加子域名访问目录<br />
<virtualhost *:80><br />
    ServerName subsite.abc.com<br />
     DocumentRoot &#8220;E:/subsite&#8221;<br />
</virtualhost></p>
<p>#设定主域名访问<br />
<virtualhost *:80><br />
ServerName abc.com<br />
DocumentRoot &#8220;E:/&#8221;<br />
</virtualhost></p>
<p>&#8212;-我常用的方法就是这个，希望对你有帮助！:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 苹果mp3软件下载</title>
		<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/#comment-684</link>
		<dc:creator><![CDATA[苹果mp3软件下载]]></dc:creator>
		<pubDate>Fri, 06 May 2011 18:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=1847#comment-684</guid>
		<description><![CDATA[还有个疑问，我是在httpd.conf里添加代码绑定域名的。
&lt;code&gt;
# 绑定域名
NameVirtualHost 218.8.127.180

DocumentRoot &quot;D:/htdocs/c2c3&quot;
ServerName  www.c2c3.com

&lt;/code&gt;
假如我想解析子域名，或者用其他目录多做几个站，都这样添加太麻烦了，有便捷的方法吗？？？]]></description>
		<content:encoded><![CDATA[<p>还有个疑问，我是在httpd.conf里添加代码绑定域名的。<br />
<code><br />
# 绑定域名<br />
NameVirtualHost 218.8.127.180</p>
<p>DocumentRoot "D:/htdocs/c2c3"<br />
ServerName  www.c2c3.com</p>
<p></code><br />
假如我想解析子域名，或者用其他目录多做几个站，都这样添加太麻烦了，有便捷的方法吗？？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 苹果mp3软件下载</title>
		<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/#comment-683</link>
		<dc:creator><![CDATA[苹果mp3软件下载]]></dc:creator>
		<pubDate>Fri, 06 May 2011 18:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=1847#comment-683</guid>
		<description><![CDATA[嘿嘿，我把IIS关掉，安装了apache+php+mysql~~~~~
全是鸟语，搞了一整天才明白。。mysql设置的时候有个选项选择编码。。常用gbk或utf。。。
不过我重新设置，安装phpcms 2008版还是有问题，安装到最后一步出现1064错误，可能就是编码问题。
搜了好久，貌似很多人遇到这个情况，但是没找到答案。
最后从别的地方安装好phpcms 2008版的，把文件拷贝过来，数据库恢复进去修改配置，ok。

ps：全新安装phpcms v9没问题。。]]></description>
		<content:encoded><![CDATA[<p>嘿嘿，我把IIS关掉，安装了apache+php+mysql~~~~~<br />
全是鸟语，搞了一整天才明白。。mysql设置的时候有个选项选择编码。。常用gbk或utf。。。<br />
不过我重新设置，安装phpcms 2008版还是有问题，安装到最后一步出现1064错误，可能就是编码问题。<br />
搜了好久，貌似很多人遇到这个情况，但是没找到答案。<br />
最后从别的地方安装好phpcms 2008版的，把文件拷贝过来，数据库恢复进去修改配置，ok。</p>
<p>ps：全新安装phpcms v9没问题。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fushanlang</title>
		<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/#comment-680</link>
		<dc:creator><![CDATA[fushanlang]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 02:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=1847#comment-680</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-679&quot; rel=&quot;nofollow&quot;&gt;@安徽seo&lt;/a&gt;, (⊙_⊙) 啊？ 你使用IIS 运行PHP吗？  win2003下安装好IIS，不是很难啊，要运行php的话，需要改一下配置，我前几天刚配了IIS+php5.3.6+ fastcgi+wincache. 感觉很好用啊。 只有一点儿有缺憾是htaccess不能用，没有apache下好用的mod_rewrite功能，不过对于不需要rewrite的应用是没有问题的。

你可以把你遇到的问题详细说一下？]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-679" rel="nofollow">@安徽seo</a>, (⊙_⊙) 啊？ 你使用IIS 运行PHP吗？  win2003下安装好IIS，不是很难啊，要运行php的话，需要改一下配置，我前几天刚配了IIS+php5.3.6+ fastcgi+wincache. 感觉很好用啊。 只有一点儿有缺憾是htaccess不能用，没有apache下好用的mod_rewrite功能，不过对于不需要rewrite的应用是没有问题的。</p>
<p>你可以把你遇到的问题详细说一下？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 安徽seo</title>
		<link>https://www.fushanlang.com/win2003-apache2-2-17-php5-3-configuration-1847/#comment-679</link>
		<dc:creator><![CDATA[安徽seo]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 18:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=1847#comment-679</guid>
		<description><![CDATA[悲剧。。
我前段时间在虚拟机中安装了windows server 2003
居然到现在搞不好IIS。。。]]></description>
		<content:encoded><![CDATA[<p>悲剧。。<br />
我前段时间在虚拟机中安装了windows server 2003<br />
居然到现在搞不好IIS。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.194 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2024-12-19 20:47:12 -->
