Sunday, November 7, 2010

How to access the webalizer from the outside of the cpanel?

■ Requirement : How to access the webalizer from the outside of the cpanel
■ OS Environment : Linux[RHEL, Centos]
■ Application:cpanel
■ Assumption : domain is domain.com
■ Implementation Steps : 

$ /scripts/whoowns domain.com
domain
$  cd ~domain
$ cd public_html/
$ pwd
/home/domian/public_html
$ ln -s /home/domian/tmp/webalizer stats
$ chown domain. stats
$ chmod 755 ~domain/tmp -R

Now access http://domain.com/stats

No comments:

Post a Comment