Server Level
Statistic Problem در Directadmin
Statistic not work Directadmin
در صورتی هنگام مشاهده آمار Statistic در Directadmin خطای زیر را مشاهده می نمایید:
File does not exist
You must wait for the stats to be computed. This will only happen *after* logs exist
دستورات زیر را اجرا نمایید:
wget -O /usr/bin/webalizer http://files.directadmin.com/services/es_6.0_64/webalizer chmod 755 /usr/bin/webalizer echo "action=tally&value=all&type=user" >> /usr/local/directadmin/data/task.queue yum install gd gd-devel yum install libgd.so.2
وارد مسیر زیر شوید:
/usr/local/directadmin/custombuild
دستورات زیر را اجرا نمایید:
./build update ./build clean ./build set webalizer yes ./build webalizer d ./build libjpeg ./build libpng
در صورتی که با خطای زیر مواجه شدید:
webalizer: error while loading shared libraries: libdb-4.7.so: cannot open shared object file: No such file or directory
دستور زیر را اجرا نمایید:
ln -s /lib/libdb-4.3.so /lib/libdb-4.7.so