<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Server on 解析屋こさめ</title>
    <link>https://yu-kosame.github.io/categories/server/</link>
    <description>Recent content in Server on 解析屋こさめ</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Sep 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="/categories/server/" rel="self" type="application/rss+xml" />
    
    <item>
      <title>サブドメインをつくる</title>
      <link>https://yu-kosame.github.io/post/sub_domain/</link>
      <pubDate>Tue, 30 Sep 2014 00:00:00 +0000</pubDate>
      
      <guid>https://yu-kosame.github.io/post/sub_domain/</guid>
      <description> DNS にサブドメインを登録 お名前.com の場合です。
 お名前.com ドメインNavi ネームサーバーの設定 -&amp;gt; DNS関連機能の設定 DNSレコード設定を利用する 「ホスト名 : sub, TYPE : A, TTL : 3600, VALUE : xxx.xxx.xxx.xxx, 状態 : 有効」で追加  apache の設定 # /etc/httpd/conf.d/virtualhost.conf NameVirtualHost *:80 &amp;lt;virtualHost *:80&amp;gt; ServerName ***.jp DocumentRoot /var/www/html &amp;lt;/virtualHost&amp;gt; &amp;lt;virtualHost *:80&amp;gt; ServerName sub.***.jp DocumentRoot /var/www/sub &amp;lt;/virtualHost&amp;gt;  apachectl restart  参考：
 さくらVPSでサブドメインを追加してみた | MAMANのITブログ iTIPS集:Webサーバ(Apache)　『バーチャルホストの公開方法』 - はじめての自宅サーバ構築[kajuhome.com]  </description>
    </item>
    
  </channel>
</rss>
