<?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>SSL化  タグが付けられた記事一覧を表示しています。  | 酔いどれオヤジのブログwp</title>
	<atom:link href="https://minatokobe.com/wp/tag/ssl%E5%8C%96/feed" rel="self" type="application/rss+xml" />
	<link>https://minatokobe.com/wp</link>
	<description>Mac,iPhone,iPad,Apple Watch</description>
	<lastBuildDate>Mon, 16 Apr 2018 00:13:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://minatokobe.com/wp/wp-content/uploads/2023/09/cropped-favicon512-32x32.png</url>
	<title>SSL化  タグが付けられた記事一覧を表示しています。  | 酔いどれオヤジのブログwp</title>
	<link>https://minatokobe.com/wp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://minatokobe.com/wp/tag/ssl%E5%8C%96/feed"/>
	<item>
		<title>WordPressのSSL化（https）でSearch Regexがメモリエラーの場合の対処方法</title>
		<link>https://minatokobe.com/wp/it-information/wordpress/post-46325.html</link>
					<comments>https://minatokobe.com/wp/it-information/wordpress/post-46325.html#respond</comments>
		
		<dc:creator><![CDATA[酔いどれ]]></dc:creator>
		<pubDate>Mon, 16 Apr 2018 00:13:15 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SSL化]]></category>
		<guid isPermaLink="false">https://minatokobe.com/wp/?p=46325</guid>

					<description><![CDATA[Search Regexで置換しようとしたらエラーに 重い腰を上げて、このサイトのSSL化をしました、内部リンクの置換をするためにプラグイン「Search Regex」を使用しました 「検索パターンと」と「置換パターン」を入力し確認するために「置換 >>」をクリックすると、 プログレスバーが4分の1くらい進んだところから動きません、数分経過すると無情にもエラーが表示されました Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1052672 bytes) in /home/yoidore/minatokobe.com/pu&#8230;]]></description>
										<content:encoded><![CDATA[<h2>Search Regexで置換しようとしたらエラーに</h2>
<p>重い腰を上げて、このサイトのSSL化をしました、内部リンクの置換をするためにプラグイン「Search Regex」を使用しました</p>
<p>「検索パターンと」と「置換パターン」を入力し確認するために「置換 >>」をクリックすると、<br />
<img fetchpriority="high" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_024.png" alt="Xserver ssl 024" title="xserver ssl_024.png" border="0" width="690" height="443" /><br />
プログレスバーが4分の1くらい進んだところから動きません、数分経過すると無情にもエラーが表示されました</p>
<blockquote><p>Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1052672 bytes) in /home/yoidore/minatokobe.com/public_html/wp/wp-content/plugins/search-regex_old/searches/post_content.php on line 22</p></blockquote>
<p>メモリエラーのようです、投稿数が8,268あるのでメモリが不足したようです</p>
<p>サーバーで（私の場合はXServerです）でメモリの割り当てを増やしてやることに・・・<br />
</p>
<h2>メモリを増やす</h2>
<ol>
<li>サーバーにログインします</li>
<li>サイドの「設定対象ドメイン」でドメインを指定します</li>
<p><img decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_002.png" alt="Xserver ssl 002" title="xserver ssl_002.png" border="0" width="690" height="479" /></p>
<li>ホームページ項目の「php.int設定」を選択します</li>
<p><img decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_025.png" alt="Xserver ssl 025" title="xserver ssl_025.png" border="0" width="690" height="475" /></p>
<li>「php.int設定変更」タブを選択します</li>
<p><img loading="lazy" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_027.png" alt="Xserver ssl 027" title="xserver ssl_027.png" border="0" width="690" height="384" /></p>
<li>「memory_limit」の項目が「200M」になっているのでこれを増やします</li>
<p><img loading="lazy" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_028.png" alt="Xserver ssl 028" title="xserver ssl_028.png" border="0" width="690" height="402" /></p>
<li>少し増やしてまたエラーになるのも面倒なので「1,024M」割り当てました</li>
<p><img loading="lazy" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_029.png" alt="Xserver ssl 029" title="xserver ssl_029.png" border="0" width="690" height="402" /></p>
<li>これで、再度「Search Regex」を使用したところ結果が表示されました</li>
<p><img loading="lazy" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_030.png" alt="Xserver ssl 030" title="xserver ssl_030.png" border="0" width="690" height="359" /></p>
<li>今度は無事に置換が完了しました</li>
<p><img loading="lazy" decoding="async" src="https://minatokobe.com/wp/wp-content/uploads/2018/04/xserver-ssl_032.png" alt="Xserver ssl 032" title="xserver ssl_032.png" border="0" width="690" height="272" />
</ol>
<p>なんと置換が必要なのは、29,329個所もありました</p>
<p>エラーが出た時は、ホント参ったなと言う感じでしたが、<a href="https://yuto0719.com/wordpress-ssl-searchregex-error-1244">こちらのブログ</a>のおかげで助かりました</p>
<p>投稿数が多くなると、置換する量も多くなりエラーになったり、時間がかかりプログレスバーが止ったように動かなくなりハラハラと心臓に良くないので、投稿数の少ない間にSSL化しておくと良かったと・・・</p>
<p>画像元：<a href="https://www.flickr.com/photos/124210232@N04/">Shalini Dixit</a> for flickr</p>
]]></content:encoded>
					
					<wfw:commentRss>https://minatokobe.com/wp/it-information/wordpress/post-46325.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
