<?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; CORESERVER.JP</title>
	<atom:link href="http://www.dxcode.com/archives/tag/coreserverjp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dxcode.com</link>
	<description>個人的なメモ書き</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:57:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>プラグイン wp-shot のcron</title>
		<link>http://www.dxcode.com/archives/2007/102411.html</link>
		<comments>http://www.dxcode.com/archives/2007/102411.html#comments</comments>
		<pubDate>Wed, 24 Oct 2007 06:12:54 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Xrea]]></category>
		<category><![CDATA[CORESERVER.JP]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[携帯]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/102441.php</guid>
		<description><![CDATA[携帯からの投稿を可能にするプラグイン wp-shot のcronが何故かCORESERVER.JPでは動作しない。 よってプラグインのcronをすべて空白にして使用せずにサーバのcronで設定してみた。 cron_wp- [...]]]></description>
			<content:encoded><![CDATA[<p>携帯からの投稿を可能にするプラグイン <a href="http://wppluginsj.sourceforge.jp/wp-shot/" title="WordPress Plugins/JSeries   &raquo; wp-shot">wp-shot</a> のcronが何故か<a href="http://www.coreserver.jp/" title="CORESERVER.JP:コアサーバー">CORESERVER.JP</a>では動作しない。</p>
<p>よってプラグインのcronをすべて空白にして使用せずにサーバのcronで設定してみた。<br />
cron_wp-shot.sh</p>
<pre>#!/bin/sh

/virtual/*****/public_html/wp.mynoah.net/wp-content/plugins/wp-shot/
/usr/local/bin/php wp-shot.php

exit</pre>
<p>CORESERVER.JPの場合cronの実行は最短で1時間に1回と制限されているので下記のようにした。</p>
<pre>0 */1 * * * /bin/sh /virtual/*****/cron_wp-shot.sh 1> /dev/null</pre>
<p>これで問題なく動作したので一安心ですが、基本的に携帯から投稿することはまずありません。<br />
あくまでプラグインをインストールして使ってみたかっただけです^_^;</p>
<p>しかし何で画像が回転してるんだろう・・・まあこれは携帯の設定の問題なんですが。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/102411.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

