<?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>HackGou In Lamp&#124;憨狗点灯 &#187; LAMP</title>
	<atom:link href="http://hackgou.itbbq.com/category/lamp/feed" rel="self" type="application/rss+xml" />
	<link>http://hackgou.itbbq.com</link>
	<description>LAMP开放的是代码，是接口，是互操作性</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pdo_oci_handle_factory: OCI_INVALID_HANDLE 错误</title>
		<link>http://hackgou.itbbq.com/pdo_oci_handle_factory-oci_invalid_handle-%e9%94%99%e8%af%af.html</link>
		<comments>http://hackgou.itbbq.com/pdo_oci_handle_factory-oci_invalid_handle-%e9%94%99%e8%af%af.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 10:15:00 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[execstack]]></category>
		<category><![CDATA[OCI_INVALID_HANDLE]]></category>
		<category><![CDATA[SeLinux]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/440.html</guid>
		<description><![CDATA[有应用反应，老是报错
[DEBUG] SQLSTATE[]: pdo_oci_handle_factory: OCI_INVALID_HANDLE (/home/szhou/rpmbuild/BUILD/PDO_OCI-1.0/oci_driver.c:463) 
在google中可以找到一大把类似的错误，都没有好的解决方法。虽然bug的提交者没有说名系统是否打开了Selinux， 但是对于今天的一个server而言 的确是因为SeLinux的缘故，在audit.log里面可以看到如下记录：
type=AVC msg=audit(1259911324.873:28565): avc: denied { execstack } for pid=19315 comm=&#8221;httpd&#8221; scontext=user_u:system_r:httpd_t:s0 tcontext=user_u:system_r:httpd_t:s0 tclass=process 解决方法就是： &#8216;/usr/bin/execstack -c /usr/lib64/oracle/10.2.0.3/client/lib/*.so*&#8217; drepper的个人主页上面有一个关于SeLinux保护内存的说明：  http://people.redhat.com/~drepper/selinux-mem.html my overview of security features 在https://bugzilla.redhat.com/show_bug.cgi?id=540466 解释如何在SeLinux下处理execstack。

    Del.icio.us : OCI_INVALID_HANDLE, SeLinux, execstack 
]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/pdo_oci_handle_factory-oci_invalid_handle-%e9%94%99%e8%af%af.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZZ]UNIX下面信号的解释</title>
		<link>http://hackgou.itbbq.com/zzunix%e4%b8%8b%e9%9d%a2%e4%bf%a1%e5%8f%b7%e7%9a%84%e8%a7%a3%e9%87%8a.html</link>
		<comments>http://hackgou.itbbq.com/zzunix%e4%b8%8b%e9%9d%a2%e4%bf%a1%e5%8f%b7%e7%9a%84%e8%a7%a3%e9%87%8a.html#comments</comments>
		<pubDate>Tue, 23 Oct 2007 10:16:40 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS_Tips]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/zzunix%e4%b8%8b%e9%9d%a2%e4%bf%a1%e5%8f%b7%e7%9a%84%e8%a7%a3%e9%87%8a.html</guid>
		<description><![CDATA[一篇非常好的解释UNIX下面信号的文章，熟悉了这些信号。
对待进程跟玩玩具似的，想怎么把玩，怎么把玩，弄死弄活，悉听尊便
原文位于：
http://blog.csdn.net/baobao8505/archive/2006/08/25/1115820.aspx
我们运行如下命令，可看到Linux支持的信号列表：
~$ kill -l
 1) SIGHUP       2) SIGINT       3) SIGQUIT      4) SIGILL
 5) SIGTRAP      6) SIGABRT      7) SIGBUS       8) SIGFPE
 9) SIGKILL  [...]]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/zzunix%e4%b8%8b%e9%9d%a2%e4%bf%a1%e5%8f%b7%e7%9a%84%e8%a7%a3%e9%87%8a.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C10K Problems</title>
		<link>http://hackgou.itbbq.com/c10k-problems.html</link>
		<comments>http://hackgou.itbbq.com/c10k-problems.html#comments</comments>
		<pubDate>Thu, 27 Sep 2007 18:15:02 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/c10k-problems.html</guid>
		<description><![CDATA[原文位于： http://www.kegel.com/c10k.html
The C10K problem
[Help save the best Linux news source on the web -- subscribe to Linux Weekly News!]
It&#8217;s time for web servers to handle ten thousand clients simultaneously, don&#8217;t you think? After all, the web is a big place now. 
And computers are big, too. You can buy a 1000MHz machine with 2 gigabytes [...]]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/c10k-problems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>字符集支持</title>
		<link>http://hackgou.itbbq.com/%e5%ad%97%e7%ac%a6%e9%9b%86%e6%94%af%e6%8c%81.html</link>
		<comments>http://hackgou.itbbq.com/%e5%ad%97%e7%ac%a6%e9%9b%86%e6%94%af%e6%8c%81.html#comments</comments>
		<pubDate>Sun, 28 May 2006 15:36:27 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[生活小札]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/%e5%ad%97%e7%ac%a6%e9%9b%86%e6%94%af%e6%8c%81/</guid>
		<description><![CDATA[Jeikul  写的一篇非常好的解释Mysql对字符集的处理的文章。美文，特转之！
MySQL 4.1版本改进了对字符集处理的支持。这里描述的特性是MySQL 4.1.1 里已经
实现的。(MySQL 4.1.0里有一些，不过不包含这里的全部特性，并且有的实现也是不同的)
本章讨论下面的主题：
·什么是字符集和 collations?
·The multiple-level default system
·MySQL 4.1 里新的语法
·Affected functions and operations
·Unicode 支持
·每种特殊字符集和 collation 的含义
现在在 MyISAM, MEMORY (HEAP), 和 (从 MySQL 4.1.2开始) InnoDB 等存储引擎里包含
字符集支持. ISAM 存储引擎不包含字符集支持; 也没有计划加入, 因为 ISAM 已经被
淘汰了
10.1 字符集和Collations的一般介绍
一个character set (字符集)是一组符号和编码，而一个 collation 是在一个字符集里
比较字符的一套规则，让我们通过一个虚构的字符集例子来说明区别。
假设我们有个四个字母的字母表：`A&#8217;, `B&#8217;, `a&#8217;, `b&#8217;.我们给每个字母一个编号：
`A&#8217; = 0, `B&#8217; = 1, `a&#8217; = 2, `b&#8217; = 3. 字母`A&#8217; 是一个符号，而数字0是 `A&#8217; 的
encoding(编码)，而这四个字母和他们的编码合起来就是一个字符集(character [...]]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/%e5%ad%97%e7%ac%a6%e9%9b%86%e6%94%af%e6%8c%81.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
