Making a cpanel account's webstats publicly viewable

freakysid

Well-Known Member
Mar 5, 2002
46
0
306
Hi

I get a few requests for this. Generally my response so far has been to tell the customer to install their own stats package under their doc root (analog, report magick, etc).

However, if it were possible to make the ones in cpanel publicly accessable that would be a lot easier - if I could symlink to the relevant scripts? Has any one done this and can give me a leg-up?
 

johnmounsey

Member
PartnerNOC
Mar 30, 2002
5
0
301
cd /home/username/www
ln -s ../tmp/webalizer stats
chown username.username stats
cd ../tmp
chmod 755 ./
chmod 755 ./webalizer
----------------
will allow domain.com/stats/ for viewing stats without logging in to cpanel
 

ellijay

Active Member
Dec 3, 2002
38
0
156
THANK YOU!
:D


Originally posted by johnmounsey
cd /home/username/www
ln -s ../tmp/webalizer stats
chown username.username stats
cd ../tmp
chmod 755 ./
chmod 755 ./webalizer
----------------
will allow domain.com/stats/ for viewing stats without logging in to cpanel
cPanel.net Support Ticket Number: