Posted by zuzhihui in cPanel on 2013/06/07 with No Comments
安装cPanel控制面板很简单,执行下面的命令即可:
cd /home wget -N http://httpupdate.cpanel.net/latest sh latest
cPanel 控制面板安装后,要进行一些配置优化。瑞豪开源根据多年的经验,总结的配置优化如下。
安装成功后第一次登录:DNS Server 选择 不运行,不运行任何DNS Server
以后登录配置:
Tweak Settings 下面
Allow Remote Domains [?] -> on
Allow unregistered domains [?] -> on
Allow other applications to run the cPanel and admin binaries [?] -> on
easyapache编译,apache选择apache2,php可以选择5.3系列的最新版,php的具体选项需要增加:
安全
Tweak Settings,Security,Require SSL
Tweak Settings,Redirection,Always redirect to SSL
Apache的配置优化
Apache Configuration > Global Configuration > Server Limit 2560, Max Clients 1500
发送Email使用自己的IP地址
如果客户有独立IP,则发送Email的时候使用自己的独立IP,这样的好处是互不影响,独立性好,配置方法是:”WHM >> Service Configuration >> Exim Configuration Manager” under the “Domains and IPs” tab: ”Send mail from account’s dedicated IP address”
Posted by yar999 in cPanel on 2012/03/14 with No Comments
问题描述:
在打开exim的Extended Exim Logging功能之后,
也无法通过exim的日志文件找到明确的是哪个cpanel帐号发的垃圾邮件
具体过程和下面的内容是大致一样
http://www.webhostingtalk.com/showthread.php?t=731677
解决方法:
可以隔段时间执行下执行下面的命令,只要那个用户正在发垃圾邮件,不用多久就可以查到了
ps -C exim -fH eww | grep home
Posted by zuzhihui in cPanel on 2012/02/15 with No Comments
本文介绍怎样查看cPanel虚拟主机上的网站的日志,同样适用于VPS和独立服务器上安装的cPanel控制面板。
首先登录cPanel控制面板,然后找到“日志”或者logs方框,下面分别给出中英文的cPanel界面的截图,此方框中都是关于日志的。
中文:
英文:
近期评论