apache的locale变化
httpd默认使用C作为locale,而不是象以前一样是用root的locale作为locale,可以通过修改/etc/sysconfig/httpd里的环境变量HTTPD_LANG来自定义。
apache的locale变化
httpd默认使用C作为locale,而不是象以前一样是用root的locale作为locale,可以通过修改/etc/sysconfig/httpd里的环境变量HTTPD_LANG来自定义。
httpd默认使用C作为locale,而不是象以前一样是用root的locale作为locale,可以通过修改/etc/sysconfig/httpd里的环境变量HTTPD_LANG来自定义。
引用:
|
httpd By default, the httpd daemon is now started using the C locale, rather than using the configured system locale setting. This behavior can be changed by setting the HTTPD_LANG variable in the /etc/sysconfig/httpd file. |
httpd默认使用C作为locale,而不是象以前一样是用root的locale作为locale,可以通过修改/etc/sysconfig/httpd里的环境变量HTTPD_LANG来自定义。
引用:
|
httpd By default, the httpd daemon is now started using the C locale, rather than using the configured system locale setting. This behavior can be changed by setting the HTTPD_LANG variable in the /etc/sysconfig/httpd file. |
FC4默认UTF8,为什么还要2312?
我记得如果要改locale似乎还需要
export LC_ALL=zh_CN.gb2312
我记得如果要改locale似乎还需要
export LC_ALL=zh_CN.gb2312
在/etc/profile中加入export LC_ALL=zh_CN.gb2312也可以!
本文介绍了Apache HTTP Server如何设置locale,默认使用C locale而非系统的locale设置。用户可通过修改/etc/sysconfig/httpd文件中的HTTPD_LANG环境变量来定制locale。此外,还提到了在某些情况下可能需要设置特定的locale如zh_CN.gb2312。
366

被折叠的 条评论
为什么被折叠?



