标签:sys default analyzer pwd fun http comm include term
[root@log include]# pwd /zhang/app/loganalyzer-3.6.5/src/include [root@log include]# vim functions_common.php
function GetStringWithHTMLCodes($myStr) { global $content; // Replace all special characters with valid html representations return htmlentities($myStr, ENT_NOQUOTES, $content[‘HeaderDefaultEncoding‘]); "UTF-8"); }
[root@log include]# /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: httpd: apr_sockaddr_info_get() failed for log httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName [ OK ]
Centos6.5部署Rsyslog+LogAnalyzer中文乱码解决
标签:sys default analyzer pwd fun http comm include term
原文地址:https://www.cnblogs.com/daynote/p/9001808.html