php.ini 的 WHM 配置编辑器
我正在尝试在 whm 配置编辑器中编辑 php.ini ,所以我转到高级选项卡并编辑并保存,但我不知道保存后显示您的 php.ini 文件已保存,但显示的页面是空白的,因此不影响我的 php.ini。 我想改变 post_max_size=512m 并且内存限制=512m 任何人都知道为什么它不保存。
i am trying to edit php.ini in whm configuration editor , so i went to advance tab and edited and saved but i dont know after saving its showing your php.ini file has been saved but the page its showing is blank so its not affecting my php.ini.
i wanted to change post_max_size=512m
and memory_limit=512m
Anybody knows why its not saving .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是主 WHM 还是只是经销商帐户?如果只是经销商帐户,您可能无法更改 php.ini - 通常在这种情况下,您可以通过每个站点的 .htaccess 文件进行更改,或者放置一个php.ini 位于您想要应用更改的站点目录中。
如果它是主服务器帐户,您也可以通过 ssh 编辑位于 /usr/local/lib/php.ini 中的 php.ini,然后重新启动 httpd,这将更新它。
Is this a master WHM or just a reseller account, if it is just a reseller account you may not be able to change the php.ini - generally in this case you would make changes via the .htaccess file for each site, or place a php.ini in the site directory where you wanted the changes to apply.
If it is the master server account you can alternatively edit the php.ini located in /usr/local/lib/php.ini via ssh then restart httpd which will update it.
在 WHM - 调整设置 - Tab = PHP 然后 cPanel PHP 最大上传大小(最大:2,047)
In WHM - Tweak Settings - Tab = PHP then cPanel PHP max upload size (maximum: 2,047)