<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>技術情報ブログ &#187; OSS</title>
	<atom:link href="http://tecblog.oarts.jp/?cat=14&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tecblog.oarts.jp</link>
	<description>Posted by Oriental Arts</description>
	<lastBuildDate>Wed, 26 Sep 2012 03:11:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>apache　仮想ホストの設定</title>
		<link>http://tecblog.oarts.jp/?p=3</link>
		<comments>http://tecblog.oarts.jp/?p=3#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:05:05 +0000</pubDate>
		<dc:creator>oakita</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://tecblog.oarts.jp/?p=3</guid>
		<description><![CDATA[apache2.2.3-22.el5.centos.2で仮想ホストの設定です
Windows版ではhttpd.confからincludeする設定になっていますが
Linux版では何故か古いままです、これってCentOS４．３のデフォルトで入っているapacheの設定が更新されないのかもしれません。
以下はhttp.conf の抜粋
~~~~~~~~~~~~~~~~~~~~~~~~~~
#
#
NameVirtualHost *:80　　＜－この行はコメントを解除します
#
# NOTE: NameVirtualHost cannot be used without a port specifier
# (e.g. :80) if mod_ssl is being used, due to the nature of the
# SSL protocol.
#
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#&#60;VirtualHost *:80&#62;
#    ServerAdmin webmaster@dummy-host.example.com
#    [...]]]></description>
			<content:encoded><![CDATA[<p>apache2.2.3-22.el5.centos.2で仮想ホストの設定です</p>
<p>Windows版ではhttpd.confからincludeする設定になっていますが</p>
<p>Linux版では何故か古いままです、これってCentOS４．３のデフォルトで入っているapacheの設定が更新されないのかもしれません。</p>
<p>以下はhttp.conf の抜粋<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
#<br />
#<br />
NameVirtualHost *:80　　＜－この行はコメントを解除します<br />
#<br />
# NOTE: NameVirtualHost cannot be used without a port specifier<br />
# (e.g. :80) if mod_ssl is being used, due to the nature of the<br />
# SSL protocol.<br />
#</p>
<p>#<br />
# VirtualHost example:<br />
# Almost any Apache directive may go into a VirtualHost container.<br />
# The first VirtualHost section is used for requests without a known<br />
# server name.<br />
#<br />
#&lt;VirtualHost *:80&gt;<br />
#    ServerAdmin <a href="mailto:webmaster@dummy-host.example.com">webmaster@dummy-host.example.com</a><br />
#    DocumentRoot /www/docs/dummy-host.example.com<br />
#    ServerName dummy-host.example.com<br />
#    ErrorLog logs/dummy-host.example.com-error_log<br />
#    CustomLog logs/dummy-host.example.com-access_log common<br />
#&lt;/VirtualHost&gt;<br />
#</p>
<p>以下の行はオリジナルのものをコピーしてコメントを削除します<br />
&lt;VirtualHost *:80&gt;<br />
    ServerAdmin <a href="mailto:info@oarts.jp">admin@oarts.jp</a><br />
    DocumentRoot /var/www/blog<br />
    ServerName blog.oarts.jp<br />
    ErrorLog logs/error.log<br />
    CustomLog logs/access.log common<br />
&lt;/VirtualHost&gt;<br />
#<br />
#</p>
<p>以下はデフォルトのコンテンツを追加したものです。<br />
&lt;VirtualHost *:80&gt;<br />
ServerAdmin <a href="mailto:info@oarts.jp">admin@oarts.jp</a><br />
    DocumentRoot /var/www/html<br />
    ServerName <a href="http://www.oarts.jp">www.oarts.jp</a><br />
    ErrorLog logs/error.log<br />
    CustomLog logs/access.log common<br />
&lt;/VirtualHost&gt;<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
]]></content:encoded>
			<wfw:commentRss>http://tecblog.oarts.jp/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
