<?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; apache</title>
	<atom:link href="https://www.cross-ring.net/web/DPOW/category/linux_server_setting/apache/feed" rel="self" type="application/rss+xml" />
	<link>https://www.cross-ring.net/web/DPOW</link>
	<description>管理人が開発に関係するものを触っているときにだらだら記録を残していくサイトです。本ブログは自分用のメモなので読みやすさとかの意識はあまりしていません。ごめんなさいm(_ _)m</description>
	<lastBuildDate>Sun, 25 Jan 2015 02:22:02 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Digest認証で特定のディレクトリへのアクセスを制限する</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/662</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/662#comments</comments>
		<pubDate>Wed, 15 Oct 2014 13:00:34 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Digest認証]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mod_auth_digest]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=662</guid>
		<description><![CDATA[「phpMyAdminを動かす」の派生記事です。phpMyAdminをインストールしたディレクトリにDigest認証をかけます。 Digest認証について ブラウザから見るとBasic認証と同様の認証方式だが、認証に使う [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/662/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP動作環境で先頭の漢字のみ文字化けするケースがある</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/616</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/616#comments</comments>
		<pubDate>Mon, 14 Jul 2014 13:00:27 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[fgetcsv]]></category>
		<category><![CDATA[LANG]]></category>
		<category><![CDATA[localeの変更]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[先頭文字が正しく表示されない]]></category>
		<category><![CDATA[日本語文字化け]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=616</guid>
		<description><![CDATA[前回の記事、「ApacheでPHPを動かす」で構築したサーバーにフリーダムウォーズの素材メモサイトと同じデータを置いてみたところ先頭の漢字のみ文字化けするという現象に遭遇しました。 問題について どのような現象が起こって [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/616/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ApacheでPHPを動かす (CentOS 6.5)</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/596</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/596#comments</comments>
		<pubDate>Sat, 12 Jul 2014 13:00:38 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP.ini]]></category>
		<category><![CDATA[インストール]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=596</guid>
		<description><![CDATA[「Apacheインストール＆起動編」にて構築したapacheのwebサーバー環境でPHPを使用できるようにします。 PHPのインストール まずは、phpのインストールを行います。管理者権限に入って以下のコマンドでインスト [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/596/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apacheインストール＆起動編 (CentOS 6.5)</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/312</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/312#comments</comments>
		<pubDate>Fri, 20 Jun 2014 13:00:04 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[仮想環境]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=312</guid>
		<description><![CDATA[「CentOSでKVMを使ってサーバ仮想化を試す」や「KVMで仮想サーバをルータから割り当てられたIPを使用する」を参考に構築した仮想環境にCentOS6.5をMinimalインストールしたという想定でのApacheをイ [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/312/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apacheのhttpd.confの設定項目について(‘Main’ server configuration) その3</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/504</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/504#comments</comments>
		<pubDate>Wed, 18 Jun 2014 13:00:27 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[HTTPエラーコード]]></category>
		<category><![CDATA[エラードキュメント]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=504</guid>
		<description><![CDATA[Apacheのhttpd.confの&#8217;Main&#8217; server configurationの設定内容について 後半戦 エラードキュメント、ブラウザ別の設定など 同様のタイトルの記事、その１、その2 [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/504/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apacheのhttpd.confの設定項目について(‘Main’ server configuration) その2</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/471</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/471#comments</comments>
		<pubDate>Tue, 10 Jun 2014 13:00:16 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[エイリアス]]></category>
		<category><![CDATA[カスタムログ書式]]></category>
		<category><![CDATA[ログ]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=471</guid>
		<description><![CDATA[Apacheのhttpd.confの&#8217;Main&#8217; server configurationの設定内容について 中盤戦 ログの設定やエイリアスの設定など 同名の記事、その１から&#8217;Main [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/471/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apacheのhttpd.confの設定項目について(&#8216;Main&#8217; server configuration) その1</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/446</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/446#comments</comments>
		<pubDate>Sun, 08 Jun 2014 13:00:00 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[MIMEタイプ]]></category>
		<category><![CDATA[webサーバー]]></category>
		<category><![CDATA[アクセス制御]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=446</guid>
		<description><![CDATA[Apacheのhttpd.confの&#8217;Main&#8217; server configurationの設定内容について 前半戦 アクセス制御、MIMEタイプの設定(基本部分)など。 基本情報の設定 ここでは [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/446/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apacheのhttpd.confの設定項目について(Global Environment)</title>
		<link>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/444</link>
		<comments>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/444#comments</comments>
		<pubDate>Fri, 06 Jun 2014 13:00:48 +0000</pubDate>
		<dc:creator><![CDATA[まんもす]]></dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[KeepAlive]]></category>

		<guid isPermaLink="false">http://www.cross-ring.net/web/DPOW/?p=444</guid>
		<description><![CDATA[Apacheのhttpd.confのGlobal Environmentの設定内容について 主要項目の設定 ここはhttpdの動作環境に関する設定を行います。 (1) はサーバーからのレスポンスヘッダの形式について記入し [&#8230;]]]></description>
		<wfw:commentRss>https://www.cross-ring.net/web/DPOW/linux_server_setting/apache/444/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
