<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://v1sta.xyz/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>2026年2月1日 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/2026/02/01/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Sat, 31 Jan 2026 20:16:24 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>2026年2月1日 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>h5ai提示500错误</title>
		<link>https://v1sta.xyz/tech/h5ai-error-500/</link>
					<comments>https://v1sta.xyz/tech/h5ai-error-500/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sat, 31 Jan 2026 20:16:24 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[h5ai]]></category>
		<category><![CDATA[Webinoly]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=2692</guid>

					<description><![CDATA[景之域曾基于h5ai搭建的（开了一会就被遗忘的）附属资源存放箱，自从Webinoly恢复备份迁移过后就无法打开 &#8230; <a href="https://v1sta.xyz/tech/h5ai-error-500/" class="more-link">继续阅读<span class="screen-reader-text">h5ai提示500错误</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">景之域曾<a href="https://v1sta.xyz/tech/file-carbinet-h5ai/" data-type="post" data-id="1425">基于h5ai搭建</a>的<s>（开了一会就被遗忘的）</s>附属资源存放箱，自从Webinoly恢复备份迁移过后就无法打开了。浏览器提示ERROR 500错误。</p>



<p class="wp-block-paragraph">起初以为是依赖问题，于是在本地搭建的虚拟机建立测试站点，问题依旧复现。</p>



<p class="wp-block-paragraph">在终端机界面，使用webinoly的 <code>log</code> 指令，<br>可对特定网站查阅访问日志：</p>



<pre class="wp-block-code"><code>log h5ai.lan -error</code></pre>



<p class="has-small-font-size wp-block-paragraph">若提示没有syslog日志，可以先执行系统更新： <code>sudo apt update &amp;&amp; sudo apt -y upgrade</code> </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="657" height="322" sizes="(max-width: 657px) 100vw, 657px" src="https://v1sta.xyz/wp-content/uploads/2026/02/image-1.png" alt="" class="wp-image-2693" srcset="https://v1sta.xyz/wp-content/uploads/2026/02/image-1.png 657w, https://v1sta.xyz/wp-content/uploads/2026/02/image-1-300x147.png 300w" /></figure>
</div>


<p class="wp-block-paragraph">通过查看日志可见，问题出在PHP的函数 putenv 没有开启。<br>同时putenv也是此前安装社交网站<a href="https://v1sta.xyz/tech/%e7%bb%ad%e8%bf%b0-known/" data-type="post" data-id="2471">known</a>所需的。<br>在新版的Webinoly中，一些函数因安全问题被默认禁用。</p>



<span id="more-2692"></span>



<p class="wp-block-paragraph">一般情况的解决办法很简单，修改 /etc/php/版本号/fpm/php.ini 文件，编辑 <code>disable_functions</code> 去除即可。大约在323行：</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="516" height="106" sizes="(max-width: 516px) 100vw, 516px" src="https://v1sta.xyz/wp-content/uploads/2026/02/image-2.png" alt="" class="wp-image-2694" srcset="https://v1sta.xyz/wp-content/uploads/2026/02/image-2.png 516w, https://v1sta.xyz/wp-content/uploads/2026/02/image-2-300x62.png 300w" /></figure>
</div>


<p class="wp-block-paragraph">不过直接编辑php.ini对Webinoly在恢复配置备份的时候并不适用。</p>



<p class="wp-block-paragraph">事实上， /opt/webinoly/webinoly.conf 配置文件也有关于php禁用函数的配置：</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="849" height="184" sizes="(max-width: 849px) 100vw, 849px" src="https://v1sta.xyz/wp-content/uploads/2026/02/image-3.png" alt="" class="wp-image-2695" srcset="https://v1sta.xyz/wp-content/uploads/2026/02/image-3.png 849w, https://v1sta.xyz/wp-content/uploads/2026/02/image-3-300x65.png 300w, https://v1sta.xyz/wp-content/uploads/2026/02/image-3-768x166.png 768w" /></figure>
</div>


<p class="wp-block-paragraph">注释436行，去掉putenv的字样，然后重设php（这个reset的含义类似于BIOS，并不是恢复出厂）</p>



<pre class="wp-block-code"><code>webinoly -server-reset=php</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2026/02/image-4-1024x683.png" alt="" class="wp-image-2696" srcset="https://v1sta.xyz/wp-content/uploads/2026/02/image-4-1024x683.png 1024w, https://v1sta.xyz/wp-content/uploads/2026/02/image-4-300x200.png 300w, https://v1sta.xyz/wp-content/uploads/2026/02/image-4-768x512.png 768w, https://v1sta.xyz/wp-content/uploads/2026/02/image-4.png 1440w" /></figure>



<p class="wp-block-paragraph">搞定。</p>

<p><a href="https://v1sta.xyz/tech/h5ai-error-500/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/h5ai-error-500/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/02/image-1.png" length="50154" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/02/image-1.png" width="657" height="322" medium="image" type="image/png"/>	</item>
		<item>
		<title>新的一月</title>
		<link>https://v1sta.xyz/life/%e6%96%b0%e7%9a%84%e4%b8%80%e6%9c%88/</link>
					<comments>https://v1sta.xyz/life/%e6%96%b0%e7%9a%84%e4%b8%80%e6%9c%88/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sat, 31 Jan 2026 16:58:14 +0000</pubDate>
				<category><![CDATA[日常]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=2682</guid>

					<description><![CDATA[发现博客文章写的最多的还是对服务器大刀阔斧的时期。 2026年的日历，1月份写的最多。上次写这么多文章还是20 &#8230; <a href="https://v1sta.xyz/life/%e6%96%b0%e7%9a%84%e4%b8%80%e6%9c%88/" class="more-link">继续阅读<span class="screen-reader-text">新的一月</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">发现博客文章写的最多的还是对服务器大刀阔斧的时期。</p>



<p class="wp-block-paragraph">2026年的日历，1月份写的最多。上次写这么多文章还是2023年5月份，同样是刚迁移到cloudcone的时候（实际上，那时候用cloudcone也是用webinoly的nginx做了frp的反向代理）</p>



<p class="wp-block-paragraph">现在想用内网穿透的方式还是不推荐了，<br>除非你可以实名认证去买国内或是香港、日本带宽低的可怜的服务器。<br>即便在本地搭建网站传到公网，仍然还是有必要学习服务器的运维知识，既然这样，为何不用国外主机？<br>家用宽带面对互联网的互联一词，万维网的万维，却连基本的HTTP端口封锁了，不过，也没人愿意回到扫Windows2000共享漏洞的年代吧（笑）</p>



<p class="wp-block-paragraph">我还是不好说，未来还会不会有现在敢花这么多时间写博客的日子。</p>



<p class="wp-block-paragraph">只要火种不熄灭，景之域终在。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">顺便在检查SEO的时候发现有一个类似名字的Galgame——景の海のアペイリア（流景之海的艾佩理雅）<br>看了下似乎是人工智能科技的题材背景。</p>



<p class="wp-block-paragraph">虽然本域的原型是Windows Vista与东方老作品，不过意外地与我的OC设想匹配。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="572" sizes="auto, (max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2026/02/image-1024x572.png" alt="" class="wp-image-2688" srcset="https://v1sta.xyz/wp-content/uploads/2026/02/image-1024x572.png 1024w, https://v1sta.xyz/wp-content/uploads/2026/02/image-300x168.png 300w, https://v1sta.xyz/wp-content/uploads/2026/02/image-768x429.png 768w, https://v1sta.xyz/wp-content/uploads/2026/02/image-1536x858.png 1536w, https://v1sta.xyz/wp-content/uploads/2026/02/image.png 1920w" /></figure>



<p class="wp-block-paragraph">番外：去萌百查资料发现了AquaPlus的广告，我超，环姐！<br>建议叶社速速推出ToHeart2河野贵明精选集。<br>其实我是<s>没推完爱佳线的</s>爱佳厨（）<br>叶社发力了，我却没心情玩Galgame了</p>



<p class="wp-block-paragraph">CNY￥350是真的贵啊，我刚交一年的VPS就是这个价格。。。</p>

<p><a href="https://v1sta.xyz/life/%e6%96%b0%e7%9a%84%e4%b8%80%e6%9c%88/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/life/%e6%96%b0%e7%9a%84%e4%b8%80%e6%9c%88/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/02/image-1024x572.png" length="555179" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/02/image-1024x572.png" width="1024" height="572" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
