<?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>Web Hosting Destek Platformu &#187; Web Sunucuları</title>
	<atom:link href="http://www.hostingdestek.com/category/web_sunuculari/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostingdestek.com</link>
	<description>Pratik ve yararlı sistem yönetim bilgileri</description>
	<lastBuildDate>Wed, 30 Dec 2009 15:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gd ve freetype kurulumunu test etmek</title>
		<link>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/</link>
		<comments>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Litespeed]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Web Sunucuları]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=188</guid>
		<description><![CDATA[Sunucunuzda gd yada freetype kurdunuz, çalışıp çalışmadığını kontrol etmek için aşağıdaki ufak scriptleri kullanabilirsiniz;
GD testi;
&#60;?php
/* Displays details of GD support on your server */
echo &#8216;&#60;div style=&#8221;margin: 10px;&#8221;&#62;&#8217;;
echo &#8216;&#60;p style=&#8221;color: #444444; font-size: 130%;&#8221;&#62;GD &#8216;;
if (function_exists(&#8220;gd_info&#8221;)) {
echo &#8217;sunucu tarafından &#60;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&#62;desteklenmektedir&#60;/span&#62;&#60;/p&#62;&#8217;;
$gd = gd_info();
foreach ($gd as $k =&#62; $v) {
echo &#8216;&#60;div style=&#8221;width: 340px; border-bottom: 1px [...]]]></description>
			<content:encoded><![CDATA[<p>Sunucunuzda gd yada freetype kurdunuz, çalışıp çalışmadığını kontrol etmek için aşağıdaki ufak scriptleri kullanabilirsiniz;</p>
<p>GD testi;</p>
<blockquote><p>&lt;?php<br />
/* Displays details of GD support on your server */<br />
echo &#8216;&lt;div style=&#8221;margin: 10px;&#8221;&gt;&#8217;;<br />
echo &#8216;&lt;p style=&#8221;color: #444444; font-size: 130%;&#8221;&gt;GD &#8216;;<br />
if (function_exists(&#8220;gd_info&#8221;)) {<br />
echo &#8217;sunucu tarafından &lt;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&gt;desteklenmektedir&lt;/span&gt;&lt;/p&gt;&#8217;;<br />
$gd = gd_info();<br />
foreach ($gd as $k =&gt; $v) {<br />
echo &#8216;&lt;div style=&#8221;width: 340px; border-bottom: 1px solid #DDDDDD; padding: 2px;&#8221;&gt;&#8217;;<br />
echo &#8216;&lt;span style=&#8221;float: left;width: 300px;&#8221;&gt;&#8217; . $k . &#8216;&lt;/span&gt; &#8216;;<br />
if ($v)<br />
echo &#8216;&lt;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&gt;Evet&lt;/span&gt;&#8217;;<br />
else<br />
echo &#8216;&lt;span style=&#8221;color: #EE0000; font-weight: bold;&#8221;&gt;Hayır&lt;/span&gt;&#8217;;<br />
echo &#8216;&lt;div style=&#8221;clear:both;&#8221;&gt;&lt;!&#8211; &#8211;&gt;&lt;/div&gt;&lt;/div&gt;&#8217;;<br />
}<br />
} else {<br />
echo &#8217;sunucu tarafından &lt;span style=&#8221;color: #EE0000; font-weight: bold;&#8221;&gt;desteklenmemektedir&lt;/span&gt;&lt;/p&gt;&#8217;;<br />
}<br />
echo &#8216;&lt;p&gt;Hosting destek&lt;a href=&#8221;http://www.hostingdestek.com&#8221;&gt;hostingdestek.com&lt;/a&gt;&lt;/p&gt;&#8217;;<br />
echo &#8216;&lt;/div&gt;&#8217;;<br />
?&gt;</p></blockquote>
<p>Freetype testi;</p>
<blockquote><p>&lt;?php<br />
$i = imagecreatetruecolor(100,50);<br />
$w = imagecolorallocate($i,255,255,255);<br />
$b = imagecolorallocate($i,0,0,0);<br />
imagefill($i,0,0,$b);<br />
imagestring($i,4,5,25,&#8217;it works&#8217;,$w);<br />
header(&#8220;Content-type: image/png&#8221;);<br />
imagepng($i);<br />
imagedestroy($i);<br />
?&gt;</p></blockquote>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="font-size: x-small;"><span style="font-family: Verdana;">&lt;?php</span></p>
<p><span style="font-family: Verdana;">/* Displays details of GD support on your  server */</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;margin:  10px;&#8221;&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;p style=&#8221;color: #444444; font-size:  130%;&#8221;&gt;GD &#8216;;</span></p>
<p><span style="font-family: Verdana;">if (function_exists(&#8220;gd_info&#8221;)) {</span></p>
<p><span style="font-family: Verdana;">echo &#8217;sunucu tarafından &lt;span style=&#8221;color:  #00AA00; font-weight:  bold;&#8221;&gt;desteklenmektedir&lt;/span&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">$gd = gd_info();</span></p>
<p><span style="font-family: Verdana;">foreach ($gd as $k =&gt; $v) {</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;width: 340px;  border-bottom: 1px solid #DDDDDD; padding: 2px;&#8221;&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;float: left;width:  300px;&#8221;&gt;&#8217; . $k . &#8216;&lt;/span&gt; &#8216;;</span></p>
<p><span style="font-family: Verdana;">if ($v)</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;color: #00AA00;  font-weight: bold;&#8221;&gt;Evet&lt;/span&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">else</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;color: #EE0000;  font-weight: bold;&#8221;&gt;Hayır&lt;/span&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;clear:both;&#8221;&gt;&lt;!&#8211;  &#8211;&gt;&lt;/div&gt;&lt;/div&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">}</span></p>
<p><span style="font-family: Verdana;">} else {</span></p>
<p><span style="font-family: Verdana;">echo &#8217;sunucu tarafından &lt;span style=&#8221;color:  #EE0000; font-weight:  bold;&#8221;&gt;desteklenmemektedir&lt;/span&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">}</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;p&gt;Kalite hicbir zaman tesaduf  degildir&lt;a  href=&#8221;http://www.hostcini.com&#8221;&gt;hostcini.com&lt;/a&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;/div&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">?&gt;</span></p>
<p></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim hata mesajları</title>
		<link>http://www.hostingdestek.com/exim-hata-mesajlari/</link>
		<comments>http://www.hostingdestek.com/exim-hata-mesajlari/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:55:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Sunucuları]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=181</guid>
		<description><![CDATA[remote_smtp: retry time not reached for any host after a long failure period
Eximin mail gönderiminde kullandığı konnektörlerde sorun olabilir
cd /var/spool/exim/db
mkdir yedek
mv retry retry.lockfile  wait-remote_smtp  wait-remote_smtp.lockfile yedek
/etc/init.d/exim restart
451 Temporary local problem &#8211; please try later&#8217;
DNS servisi yada exim içerisindeki antivirüs servisi  çalışmıyor olabilir
/etc/init.d/clamd restart
/etc/init.d/named restart
PERM_FAILURE: SMTP Error (state 13): 550  Administrative prohibition
Dışarıdan mail [...]]]></description>
			<content:encoded><![CDATA[<p><strong>remote_smtp: retry time not reached for any host after a long failure period</strong></p>
<p>Eximin mail gönderiminde kullandığı konnektörlerde sorun olabilir</p>
<blockquote><p>cd <span style="font-family: Calibri;">/var/spool/exim/db<br />
mkdir yedek<br />
mv </span><span style="font-family: Calibri;">retry retry.lockfile  wait-remote_smtp  wait-remote_smtp.lockfile yedek<br />
</span>/etc/init.d/exim restart</p></blockquote>
<p><strong>451 Temporary local problem &#8211; please try later&#8217;</strong></p>
<p><span style="font-family: Calibri;">DNS servisi yada exim içerisindeki antivirüs servisi  çalışmıyor olabilir</span></p>
<blockquote><p><span style="font-family: Calibri;">/etc/init.d/clamd restart<br />
/etc/init.d/named restart</span></p></blockquote>
<p><strong><span style="font-family: Verdana; font-size: x-small;">PERM_FAILURE: SMTP Error (state 13): 550  Administrative prohibition</span></strong></p>
<p><span><span style="font-family: Verdana; font-size: x-small;"><strong>Dışarıdan mail gönderildiğinde;</strong></span></span></p>
<p><span><span style="font-family: Verdana; font-size: x-small;">Hatası ile mail geri dönüyor ise;</span></span></p>
<p><span><span style="font-family: Verdana; font-size: x-small;">Domaine ait kullanıcı panelinde;</span></span></p>
<ul><span></p>
<li><a href="http://88.255.127.2:2222/CMD_DNS_MX?domain=abukafeterya.com"><span style="font-family: Verdana; font-size: x-small;">MX Records</span></a><span style="font-family: Verdana;"><span style="font-size: x-small;"> kısmına gir</span></span></li>
<li><span style="font-family: Verdana;"><span style="font-size: x-small;"><span>Use  this server to handle my emails</span> alanındaki kutu işaretlenmemiş ise  işaretleyip eximi yeniden başlat</span></span></li>
<p></span></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/exim-hata-mesajlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 8/9 migration manager</title>
		<link>http://www.hostingdestek.com/plesk-89-migration-manager/</link>
		<comments>http://www.hostingdestek.com/plesk-89-migration-manager/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:44:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Sunucuları]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=133</guid>
		<description><![CDATA[Plesk yüklü bir sunucunuzu, farklı bir konumdaki yine plesk yüklü bir sunucuya aktarmak istiyor iseniz migration manager özelliğini kullanmanızı tavsiye ediyorum.
Sonra derece zahmetsiz bir işlemdir, %99 başarı ile aktarım sağlarsınız;
* Yeni sunucunuzda plesk migration managerın kurulu olması gerekmektedir.
* Eski sunucunuzda kaç adet ip adresi var ise yeni sunucunuzda da en az o kadar ip adresi [...]]]></description>
			<content:encoded><![CDATA[<p>Plesk yüklü bir sunucunuzu, farklı bir konumdaki yine plesk yüklü bir sunucuya aktarmak istiyor iseniz migration manager özelliğini kullanmanızı tavsiye ediyorum.</p>
<p>Sonra derece zahmetsiz bir işlemdir, %99 başarı ile aktarım sağlarsınız;</p>
<p>* Yeni sunucunuzda plesk migration managerın kurulu olması gerekmektedir.<br />
* Eski sunucunuzda kaç adet ip adresi var ise yeni sunucunuzda da en az o kadar ip adresi olması gerekmektedir<br />
* Yeni sunucunuzda, eski sunucunuzdaki site sayısını barındırmaya yedek bir <strong>PLESK LISANSI</strong> nın yüklü olması gerekmektedir. Eğer migrasyondan önce plesk lisansı yüklemezseniz tüm zamanınız boşa gidecektir.</p>
<p>Kurulu değil ise;</p>
<ol>
<li>Pleskin autoinstaller dosyasını çalıştırın ve &#8221; [=] Plesk migration manager&#8221; kutusunu işaretleyerek kurulumu tamalayın.</li>
<li>autoinstaller ile kuramaz iseniz, centos için atomic rpmleri ile, debian için ilgili source listesini ekleyerek kurabilirsiniz.</li>
</ol>
<p>1) Yeni sunucunuzda plesk migration manager&#8217;a girin</p>
<p><a href="http://www.hostingdestek.com/wp-content/uploads/migration1.png"><img class="alignnone size-full wp-image-134" title="migration1" src="http://www.hostingdestek.com/wp-content/uploads/migration1.png" alt="" width="571" height="131" /></a></p>
<p>2) Start new migration adımından sonra, eski sunucunuzun ip adresi ve şifresini yazın. Kolay aktarım için aktarım sırasında dosya sıkıştırmasını talep edin</p>
<p><a href="http://www.hostingdestek.com/wp-content/uploads/migration3.png"><img class="alignnone size-full wp-image-136" title="migration3" src="http://www.hostingdestek.com/wp-content/uploads/migration3.png" alt="" width="526" height="452" /></a></p>
<p>3) Bu adımdan sonra sadece ip eşleşmesi sorulacaktır. İp eşleşmesinden sonra &#8220;migration manager&#8221; bölümünden aktarım sürecini % olarak görebilrisiniz.</p>
<blockquote><p>Debianda; /opt/psa/PMM/var<br />
Centosta; /usr/local/psa/PMM/var/</p></blockquote>
<p>altında aktarılan dosyaları görebilirsiniz. İlgili klasörlere girerek du -shb komutu ile, aktarılan dosyaının boyutunuın sürekli arttığını gözlemleyebilirsiniz.</p>
<blockquote><p>tail -f /opt/psa/PMM/logs/pmmcli.log.2009-tarih*</p></blockquote>
<p>Yukarıdaki komut ilede geri yükleme logunu izleyebilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/plesk-89-migration-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 64bit php derleme</title>
		<link>http://www.hostingdestek.com/centos-64bit-php-derleme/</link>
		<comments>http://www.hostingdestek.com/centos-64bit-php-derleme/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 08:44:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Litespeed]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=113</guid>
		<description><![CDATA[Litespeed web sunucusunu centos 64bit üzerine kurduktan sonra, php derleme aşamasında kerberos kütüphanesini bulamama gibi bir problem yaşayabilirsiniz.
Ufak bir kısayol tanımalayarak bu problemi aşabilirsiniz;
ln -s /usr/lib64 /usr/kerberos/lib
]]></description>
			<content:encoded><![CDATA[<p>Litespeed web sunucusunu centos 64bit üzerine kurduktan sonra, php derleme aşamasında kerberos kütüphanesini bulamama gibi bir problem yaşayabilirsiniz.</p>
<p>Ufak bir kısayol tanımalayarak bu problemi aşabilirsiniz;</p>
<blockquote><p>ln -s /usr/lib64 /usr/kerberos/lib</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/centos-64bit-php-derleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk roundcube dosya ekleme sorunu</title>
		<link>http://www.hostingdestek.com/plesk-roundcube-dosya-ekleme-sorunu/</link>
		<comments>http://www.hostingdestek.com/plesk-roundcube-dosya-ekleme-sorunu/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 08:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk Kontrol Paneli]]></category>
		<category><![CDATA[Web Sunucuları]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=107</guid>
		<description><![CDATA[Linux plesk sunucunuzda müşterilerinizin isteğini kırmadınız, binbir zahmetle roundcube kurdunuz. Fakat mail gönderirken dosya ekleyemiyorsunuz.
Problem büyük ihtimal ile roundcube için tanımladığınız open_basedir kısıtlamasından kaynaklanmaktadır.
roundcube için yaptığınız vhost dosyasındaki open_basedir alanını aşağıdaki gibi düzenlerseniz problem düzelecektir;
php_admin_value open_basedir &#8220;/var/www/roundcube/:/var/www/roundcube/temp:/etc/psa:/tmp&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Linux plesk sunucunuzda müşterilerinizin isteğini kırmadınız, binbir zahmetle roundcube kurdunuz. Fakat mail gönderirken dosya ekleyemiyorsunuz.</p>
<p>Problem büyük ihtimal ile roundcube için tanımladığınız open_basedir kısıtlamasından kaynaklanmaktadır.</p>
<p>roundcube için yaptığınız vhost dosyasındaki open_basedir alanını aşağıdaki gibi düzenlerseniz problem düzelecektir;</p>
<blockquote><p>php_admin_value open_basedir &#8220;/var/www/roundcube/:/var/www/roundcube/temp:/etc/psa:/tmp&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/plesk-roundcube-dosya-ekleme-sorunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
