<?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>PHP &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Mon, 31 Dec 2012 07:15:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Nginx配置php时不要忘记open_basedir</title>
		<link>https://wordpress.youran.me/php-open-basedir/</link>
					<comments>https://wordpress.youran.me/php-open-basedir/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 15:48:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=304</guid>

					<description><![CDATA[今天在一个vps上安装wordpress时遇到了奇怪的问题，phpinfo()可以运行，但是wp-admin/install.php却提示500错误。换成emlog也是同样。在网上找了很久，最后还是在archlinux wiki里找到答案： 原来是/etc/php/php.ini里，open_basedir的参数没有包含nginx的http目录，按照如下格式加入即可解决问题： open_basedir = /usr/share/nginx/http:/srv/http/:/home/:/tmp/:/usr/share/pear 一开始还以为是文件权限问题，害得我绕了一个大圈！ 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/php-open-basedir/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:06:57 by W3 Total Cache
-->