What is cryptographic protocol?

It is a cryptographic security function. It defines the procedure which has all the data information. They are used for securtiy applications. It is mainly used to secure HTTP connections.

Read On »

Updating stats on plesk

 
Update Stats in Plesk
Monday, November 27th, 2006
command
===========================
/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=domain.com
===========================
 
To update webstats on Plesk use this command./usr/bin/webalizer -n domain name -o /home/httpd/vhosts/domain name/webstat/ /home/httpd/vhosts/domain name/logs/access_logalso note that in webalizer.conf which is in /etc/webalizer.conf this entry should be commented dns_cache.dbThe above command will update stats for only one domain but if you want to update stats for the whole server then use
/usr/local/psa/admin/sbin/statistics.
———————————————-
To update webstats for specific domain use following command.
Replace DOMAINNAME.COM with clients domain name.
/usr/local/plesk/webstats DOMAINNAME.COM
To update stats for all the domains …

Read On »