要设置 Apache 服务器的时区,您必须编辑服务器的配置文件并添加或更改以下步骤。
Apache 配置文件。 通常位于 /etc/httpd/conf/httpd.conf 或 /etc/apache2/apache2.conf 中。
要设置时区,请在文件中查找或添加以下指令:
SetEnv TZ timezone[h ]
时区是您要设置的时区。 例如:
SetEnv TZ America/New_York
保存文件并重新启动 Apache 服务器。 让更改生效:
]
service apache2 restart
您现在已成功设置 Apache 服务器时区。
评论前必须登录!
注册