<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ORBIT SPACE &#187; Sever</title>
	<atom:link href="http://www.orsp.net/blog/archives/tag/sever/feed" rel="self" type="application/rss+xml" />
	<link>http://www.orsp.net/blog</link>
	<description>10を聴いて1を知る学生が努力するブログ</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:29:22 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/tag/sever/feed" />
		<item>
		<title>logwatchインストール　Vine</title>
		<link>http://www.orsp.net/blog/archives/683</link>
		<comments>http://www.orsp.net/blog/archives/683#comments</comments>
		<pubDate>Sun, 08 Feb 2009 01:24:31 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MOBILE]]></category>
		<category><![CDATA[PERSONAL COMPUTER]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.sytes.net/blog/?p=683</guid>
		<description><![CDATA[logwatchは毎日のログを読みや好く簡単に編集して指定のメールアドレスへ送信してくれる便利なソフトです。 しかし Vine Linuxにはパッケージが無いので自分で探してインストールしました。 今回はVer 7.3- [...]]]></description>
			<content:encoded><![CDATA[<p>logwatchは毎日のログを読みや好く簡単に編集して指定のメールアドレスへ送信してくれる便利なソフトです。</p>
<p>しかし<br />
Vine Linuxにはパッケージが無いので自分で探してインストールしました。<br />
今回はVer 7.3-2で紹介します。</p>
<p>最新版ダウンロード<br />
<a href="http://www2.logwatch.org:8080/tabs/download/"> Download </a></p>
<p>ダウンロードとインストール<br />
# cd /usr/local/bin<br />
# wget ftp://ftp.kaybee.org/pub/beta/redhat/RPMS/noarch/logwatch-pre7.3-2.noarch.rpm<br />
# rpm -ivh logwatch-pre7.3-2.noarch.rpm</p>
<p>自動実行<br />
インストール後<br />
/etc/cron.daily<br />
に実行スクリプトが作成されています。</p>
<p># cd /etc/cron.daily<br />
# ls -al | grep logwatch<br />
このように入力しましょう。<br />
私の環境では以下のように表示されました。<br />
lrwxrwxrwx  1 root root   39  1月27日 18:17 0logwatch -> /usr/share/logwatch/scripts/logwatch.pl*</p>
<p>実行時間を/etc/crontabで設定<br />
SHELL=/bin/bash<br />
PATH=/sbin:/bin:/usr/sbin:/usr/bin<br />
MAILTO=root<br />
HOME=/</p>
<p># run-parts<br />
01 * * * * root run-parts /etc/cron.hourly<br />
02 4 * * * root run-parts /etc/cron.daily<br />
22 4 * * 0 root run-parts /etc/cron.weekly<br />
42 4 1 * * root run-parts /etc/cron.monthly</p>
<p>02 4 * * * root run-parts /etc/cron.daily<br />
と有りますので毎朝 4時 2分に実行されます。<br />
数字を書き換えると実行時間が設定出来ます。</p>
<p>logwatch の設定<br />
# vi /usr/share/logwatch/default.conf/logwatch.conf</p>
<p>&#8230;.<br />
# Default Log Directory<br />
# All log-files are assumed to be given relative to this directory.<br />
LogDir = /var/log　　→　ログファイルの場所</p>
<p># You can override the default temp directory (/tmp) here<br />
TmpDir = /tmp　　→　テンポラリファイルの場所</p>
<p># Default person to mail reports to. Can be a local account or a<br />
# complete email address.<br />
MailTo = root　　→　メールを送信する宛先<br />
特定のメールアドレスに送信する場合はメールアドレスを入力</p>
<p># If set to &#8216;Yes&#8217;, the report will be sent to stdout instead of being<br />
# mailed to above person.<br />
Print = No　　→　Yesの場合は画面表示、Noはメール送信</p>
<p># if set, the results will be saved in <filename> instead of mailed<br />
# or displayed.<br />
#Save = /tmp/logwatch　→　Yesの場合メール送信をせずにファイルに保存する</p>
<p>これで設定完了です。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/683/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/683" />
	</item>
		<item>
		<title>ProFTPd 追加設定</title>
		<link>http://www.orsp.net/blog/archives/283</link>
		<comments>http://www.orsp.net/blog/archives/283#comments</comments>
		<pubDate>Thu, 13 Nov 2008 23:36:39 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[PERSONAL COMPUTER]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=283</guid>
		<description><![CDATA[・ この二つの項目を off にする事で高速に接続可能 UseReverseDNS off IdentLookups off ・ /public_htmより上位層には行けなくしている DefaultRoot ~/publ [...]]]></description>
			<content:encoded><![CDATA[<p>・ この二つの項目を off にする事で高速に接続可能<br />
 UseReverseDNS off<br />
 IdentLookups off</p>
<p> ・ /public_htmより上位層には行けなくしている<br />
 DefaultRoot ~/public_html</p>
<p> ・ 隠しファイルを表示、削除できるようにする場合に追記<br />
 ListOptions &#8220;-a&#8221;</p>
<p> ・ パスワードの入力ミスは10回まで<br />
 MaxLoginAttempts 10</p>
<p> ・ 同一ホストからの同時接続数の制限<br />
 # The maximum number of clients allowed to connect per host.(default none: no limit)<br />
 MaxClientsPerHost 1</p>
<p> ・ 複数ホストから同一ユーザでの同時接続数の制限<br />
 # The the maximum number of times different hosts.　(default none: no limit)<br />
 MaxHostsPerUser 1</p>
<p> ・アップロードファイル容量の制限<br />
 # Restrict upload to only 3 megabytes<br />
 MaxStoreFileSize 3 Mb</p>
<p> ・制御・データコネクションのいずれかからもデータを全く受け取らないまま、接続を   維持している時間。<br />
 # Sets the idle connection timeout (default: 600)<br />
 TimeoutIdle 600</p>
<p> ・クライアントが認証に最大何秒間費やせるかを指定。<br />
 # Sets the login timeout (default: 300)<br />
 TimeoutLogin 300</p>
<p> ・ 認証後に、データ転送(ファイル転送やリストを取得)をしないで、最大何秒間接続していられるかを指定。<br />
 #  Sets the connection without transfer timeout (default: 600)<br />
 TimeoutNoTransfer 600</p>
<p> ・認証後に、制御コネクションを保持している時間を指定。デフォルトは無制限。<br />
 # Sets a timeout for an entire session (default: none)<br />
 TimeoutSession none</p>
<p> ・サーバとFTPクライアント間で、<br />
 転送をしないで最大何秒間データコネクションを維持していられるかを指定。デフォルトは無制限の&#8221;0&#8243;。<br />
 #　Sets the timeout on stalled downloads (default: 0 {no limit})<br />
 TimeoutStalled 600</p>
<p> ・アップロード中断ファイルの自動削除<br />
 # Enable automatic deletion of partially uploaded files (default off)<br />
 DeleteAbortedStores on</p>
<p> ・ 詳細なログのフォーマットと取得<br />
 LogFormat allinfo &#8220;%t : %l %u (%a [%h]) : [%s] &#8220;%r&#8221; %T, (%f)&#8221;<br />
 LogFormat auth &#8220;%t : %u %a &#8220;%r&#8221; %s&#8221;<br />
 LogFormat write &#8220;%t : %u : %F %a&#8221;<br />
 LogFormat read &#8220;%t : %u : %F %a&#8221;</p>
<p> ExtendedLog /var/log/proftpd/all.log ALL allinfo<br />
 ExtendedLog /var/log/proftpd/auth.log AUTH auth<br />
 ExtendedLog /var/log/proftpd/write.log WRITE write<br />
 ExtendedLog /var/log/proftpd/read.log READ read</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/283" />
	</item>
		<item>
		<title>Vine Linuxで自宅サーバー</title>
		<link>http://www.orsp.net/blog/archives/277</link>
		<comments>http://www.orsp.net/blog/archives/277#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:34:08 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=277</guid>
		<description><![CDATA[私はサーバーにVine Linuxを使用しております。 Ｖｉｎｅ Ｌｉｎｕｘについてすごく役立つ情報を紹介してくださるサイトを 日ごろよく参考にさせていただいておりますので、 感謝の意味を込めて紹介したします。 Vine [...]]]></description>
			<content:encoded><![CDATA[<p>私はサーバーにVine Linuxを使用しております。<br />
Ｖｉｎｅ Ｌｉｎｕｘについてすごく役立つ情報を紹介してくださるサイトを<br />
日ごろよく参考にさせていただいておりますので、<br />
感謝の意味を込めて紹介したします。<br />
<strong><a href="http://vine.1-max.net/">Vine Linux で自宅サーバー</a></strong><br />
胸を張ってわかりやすいと紹介できるサイトです。</p>
<p>Vine Linuxはスペックの低いパソコンでも快適に使え、<br />
安定性も高く何より日本人が開発したＯＳでもあります。<br />
ほかのLinux　サーバーで起動しない等で挫折した人もチャレンジしてみてはいかがでしょうか？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/277/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/277" />
	</item>
		<item>
		<title>外部ＬＡＮからのＦＴＰ接続テスト</title>
		<link>http://www.orsp.net/blog/archives/273</link>
		<comments>http://www.orsp.net/blog/archives/273#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:12:39 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=273</guid>
		<description><![CDATA[サーバーを管理していて一番気になるのは、 やはり外部からの接続でも正常に機能するかどうかですよね。 ＨＴＴＰ関係のチェックサービスサイトや ポート開放確認サイトは豊富にありますがなかなかＦＴＰやＰＯＰ等のチェックサービス [...]]]></description>
			<content:encoded><![CDATA[<p>サーバーを管理していて一番気になるのは、<br />
やはり外部からの接続でも正常に機能するかどうかですよね。</p>
<p>ＨＴＴＰ関係のチェックサービスサイトや<br />
ポート開放確認サイトは豊富にありますがなかなかＦＴＰやＰＯＰ等のチェックサービスは少ないです。</p>
<p>今回お勧めのサーバ環境チェックサービスを紹介します。<br />
<a href="http://seo.atompro.net/seotoolfree_ftpchk_.html">テストＦＴＰ接続</a><br />
URL:http://seo.atompro.net/seotoolfree_ftpchk_.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/273" />
	</item>
		<item>
		<title>PHP5 のインストール</title>
		<link>http://www.orsp.net/blog/archives/74</link>
		<comments>http://www.orsp.net/blog/archives/74#comments</comments>
		<pubDate>Sun, 17 Aug 2008 11:00:56 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=74</guid>
		<description><![CDATA[PHP5 のインストール # apt-get update　 ↑APTデータベース更新 # apt-get install php5 php5-apache php5-devel php5-pear php5-mysql [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PHP5 のインストール </strong><br />
# apt-get update　<br />
↑APTデータベース更新<br />
# apt-get install php5 php5-apache php5-devel php5-pear php5-mysql　<br />
↑インストール</p>
<p><strong>PHPの設定</strong><br />
# vi /etc/php5/php.ini　<br />
↑設定ファイル編集<br />
output_buffering = On　<br />
↑出力バッファを有効に<br />
output_handler = mb_output_handler　<br />
↑出力時に使用するハンドラ関数を指定<br />
error_reporting = E_ALL &#038; ~E_NOTIC　<br />
↑;を削除<br />
;error_reporting = E_ALL　<br />
↑;を追加<br />
magic_quotes_gpc = Off<br />
default_charset = EUC-JP　<br />
↑HTTPヘッダ charset を設定<br />
mbstring.language = Japanese　<br />
↑言語のデフォルトを日本語に<br />
mbstring.internal_encoding = UTF-8　<br />
↑内部文字コードをUTF-8に（EUCの場合EUC-JP　JISの場合SJIS）<br />
mbstring.http_input = auto　<br />
↑HTTP入力の文字コード<br />
mbstring.http_output = EUC-JP　<br />
↑HTTP出力文字コードをEUCに<br />
mbstring.encoding_translation = On　<br />
↑HTTP入力文字コードへの変換を有効に<br />
mbstring.detect_order = auto　<br />
↑文字コード自動検出の優先順を自動に<br />
mbstring.substitute_character = none;　<br />
↑処理できない文字の代替文字<br />
※ 注意<br />
最近の設定ファイルの最下部には [Vine] という項目がある場合があり、上記設定と重複する部分がありますので、<br />
どちらかに「；」を付けてコメントアウトしてください。</p>
<p># /etc/rc.d/init.d/apache2 restart　<br />
↑設定が終了したら再起動</p>
<p>httpdを停止中:                         [  OK  ]<br />
httpdを起動中:                         [  OK  ]</p>
<p>ようこそVineLinuxで自宅サーバーへさまより（一部編集）</p>
<p>http://vine.1-max.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/74" />
	</item>
		<item>
		<title>Apache2の基本設定</title>
		<link>http://www.orsp.net/blog/archives/33</link>
		<comments>http://www.orsp.net/blog/archives/33#comments</comments>
		<pubDate>Sun, 17 Aug 2008 05:24:52 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=33</guid>
		<description><![CDATA[# vi /etc/apache2/conf/httpd.conf　 ↑Apache2の設定ファイル編集 ServerTokens Prod　 ↑エラーページでOS名を非表示にする ServerAdmin webmast [...]]]></description>
			<content:encoded><![CDATA[<p># vi /etc/apache2/conf/httpd.conf　<br />
↑Apache2の設定ファイル編集</p>
<p>ServerTokens Prod　<br />
↑エラーページでOS名を非表示にする</p>
<p>ServerAdmin webmaster@xxxxx.com　<br />
↑管理者のメールアドレス</p>
<p>ServerName xxxxx.com:80　<br />
↑#を削除して自分のドメイン名を指定<br />
（※ドメインの後に「:80」が付きます）<br />
設定しないと、何やら端末で警告？が表示されます。</p>
<p>DocumentRoot &#8220;/var/www/html&#8221;　<br />
↑ドキュメントルートをVine4標準の場所に設定</p>
<p><directory "/var/www/html">　<br />
↑ディレクトリをVine4標準の場所に設定</p>
<p>Options Includes ExecCGI FollowSymLinks　<br />
↑Indexesを削除してSSIとCGIを有効に<br />
（※ Optionsのオプションは下記を参照）</p>
<p>AllowOverride All　。<br />
↑.hctaccessの有効化<br />
（※ AllowOverrideのオプションは下記を参照）</p>
<p>DirectoryIndex index.html index.htm index.shtml index.php index.cgi　<br />
↑インデックスファイルを設定</p>
<p>WebDAVの脆弱性を狙った攻撃への対策<br />
LogFormat &#8220;%h %l %u %t &#8220;%r&#8221; %>s %b &#8220;%{Referer}i&#8221; &#8220;%{User-Agent}i&#8221;" combined<br />
　↓<br />
LogFormat &#8220;%h %l %u %t &#8220;%!414r&#8221; %>s %b &#8220;%{Referer}i&#8221; &#8220;%{User-Agent}i&#8221;" combined</p>
<p>※ 追記　（wormからのアクセスをログに記録しない対策）<br />
SetEnvIf Request_URI &#8220;cmd.exe&#8221; nolog<br />
SetEnvIf Request_URI &#8220;root.exe&#8221; nolog<br />
SetEnvIf Request_URI &#8220;Admin.dll&#8221; nolog<br />
SetEnvIf Request_URI &#8220;NULL.IDA&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/_mem_bin/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/_vti_bin/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/c/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/d/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/msadc/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/MSADC/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/scripts/&#8221; nolog<br />
SetEnvIf Request_URI &#8220;^/default.ida&#8221; nolog</p>
<p>※ 追記　（gif,jpg,png,ico,cssへのアクセスをログに記録しない対策）<br />
SetEnvIf Request_URI &#8220;.(gif)|(jpg)|(png)|(ico)|(css)$&#8221; nolog</p>
<p>※ 追記　（内部からのアクセスをログに記録しない対策）<br />
SetEnvIf Remote_Addr 192.168.11. nolog</p>
<p>CustomLog logs/access_log combined env=!nolog　<br />
↑env=!nologを追記</p>
<p>ServerSignature off　<br />
↑off指定でエラーページでApacheのバージョン非表示</p>
<p>#ScriptAlias /cgi-bin/ &#8220;/var/www/cgi-bin/&#8221;　<br />
↑# を追記（コメントアウト）<br />
ユーザーディレクトリでＣＧＩを実行許可する場合、矛盾してしまうため必ず必要。</p>
<p>#AddDefaultCharset UTF-8　<br />
↑#を追記（コメントアウト）<br />
文字化け対策。<br />
.htaccess　で自動的に変換してもらうようにしましょう。</p>
<p>AddHandler cgi-script .cgi .pl　<br />
↑#を削除して　.plを追加<br />
.lpでＣＧＩを実行するためには必要。</p>
<p># /etc/rc.d/init.d/apache2 restart　<br />
↑設定終了後に再起動で設定反映</p>
<p>httpdを停止中:                                [  OK  ]<br />
httpdを起動中:                                [  OK  ]</p>
<p># chkconfig apache2 on　<br />
↑自動起動設定</p>
<p># chkconfig &#8211;list apache2　<br />
↑自動起動設定の確認<br />
apache2         0:off   1:off   2:off   3:on    4:on    5:on    6:off</p>
<p>ようこそVineLinuxで自宅サーバーへ様より（一部編集）</p>
<p>http://vine.1-max.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/33" />
	</item>
		<item>
		<title>ユーザーディレクトリでCGIを動かす　Apache２　正規表現</title>
		<link>http://www.orsp.net/blog/archives/23</link>
		<comments>http://www.orsp.net/blog/archives/23#comments</comments>
		<pubDate>Sun, 17 Aug 2008 04:57:11 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=23</guid>
		<description><![CDATA[※自動的にタグが挿入されるので＜＞は全角入力で記述されています。 正規表現記述します。 以下の記述では、 ＣＧＩが含まれるＵＲＬを自動的に/home/$1/public_html/cgi-bin/（$1はユーザー名と認識 [...]]]></description>
			<content:encoded><![CDATA[<p>※自動的にタグが挿入されるので＜＞は全角入力で記述されています。<br />
正規表現記述します。<br />
以下の記述では、<br />
ＣＧＩが含まれるＵＲＬを自動的に/home/$1/public_html/cgi-bin/（$1はユーザー名と認識する）転送します。</p>
<p>ScriptAliasMatch /~(..*)/cgi-bin/(.*) /home/$1/public_html/cgi-bin/$2</p>
<p>＜Directory &#8220;/home/*/public_html/cgi-bin&#8221;＞<br />
    AllowOverride None<br />
    Options +ExecCGI<br />
    Order allow,deny<br />
    Allow from all<br />
    AddHandler image/gif .gif<br />
    AddHandler image/jpeg .jpeg .jpg .jpe<br />
    AddHandler image/png .png<br />
    AddHandler text/html .html .htm<br />
＜/Directory＞</p>
<p>     AddHandler image/gif .gif<br />
    AddHandler image/jpeg .jpeg .jpg .jpe<br />
    AddHandler image/png .png<br />
    AddHandler text/html .html .htm</p>
<p>で、ＣＧＩが動くディレクトリでも画像やテキストが表示出来るようにします。<br />
この記述が無い場合エラーが出て表示できません。<br />
記述しておきましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/23" />
	</item>
		<item>
		<title>WordPress 内部ＬＡＮ環境　設定</title>
		<link>http://www.orsp.net/blog/archives/18</link>
		<comments>http://www.orsp.net/blog/archives/18#comments</comments>
		<pubDate>Sun, 17 Aug 2008 04:31:28 +0000</pubDate>
		<dc:creator>orbit</dc:creator>
				<category><![CDATA[Linux (Server)]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Sever]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://ysxpr8522000.dip.jp/blog/?p=18</guid>
		<description><![CDATA[WordPressをインストールして困った事は設定でドメインを入力するところ。 私のネットワーク環境では内部ＤＮＳを採用していないので 同じネットワークのサーバーにアクセスするときプライベートＩＰアドレスを入力して表示さ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressをインストールして困った事は設定でドメインを入力するところ。<br />
私のネットワーク環境では内部ＤＮＳを採用していないので<br />
同じネットワークのサーバーにアクセスするときプライベートＩＰアドレスを入力して表示させていました。</p>
<p>ですのでこの環境では直接サーバーのドメインを入力するとサーバーが見つかりませんと帰ってきます。</p>
<p>必死になって解決方法を探していると<br />
内部のパソコンの設定を変更するだけでよいようです。<br />
Ｃドライブの<br />
WINDOWS>system32>drivers>etc>hosts<br />
をノートパッド等で開き</p>
<p># Copyright (c) 1993-1999 Microsoft Corp.<br />
#<br />
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.<br />
#<br />
# This file contains the mappings of IP addresses to host names. Each<br />
# entry should be kept on an individual line. The IP address should<br />
# be placed in the first column followed by the corresponding host name.<br />
# The IP address and the host name should be separated by at least one<br />
# space.<br />
#<br />
# Additionally, comments (such as these) may be inserted on individual<br />
# lines or following the machine name denoted by a &#8216;#&#8217; symbol.<br />
#<br />
# For example:<br />
#<br />
#      102.54.94.97     rhino.acme.com          # source server<br />
#       38.25.63.10     x.acme.com              # x client host</p>
<p>127.0.0.1       localhost<br />
192.168.3.4     orbit-space.net</p>
<p>のように自分のサーバーの環境にあわして設定すると<br />
ドメインを入力してもサーバーのプライベートアドレスにアクセスすることになるので<br />
無事ページを表示することが可能になります。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orsp.net/blog/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.orsp.net/blog/archives/18" />
	</item>
	</channel>
</rss>

