{"id":103,"date":"2006-11-27T16:24:00","date_gmt":"2006-11-27T16:24:00","guid":{"rendered":"https:\/\/bodhost.com\/kb\/\/web-hosting\/?p=103"},"modified":"2026-02-26T14:04:59","modified_gmt":"2026-02-26T14:04:59","slug":"update-stats-in-plesk","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/","title":{"rendered":"Update Stats in Plesk"},"content":{"rendered":"\r\n<p>To update web stats 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_log note that in webalizer.conf, which is in \/etc\/webalizer.conf, this entry should be commented dns_cache. The above command will update stats for only one domain, but if you want to update stats for the whole server, then use<\/p>\r\n\r\n\r\n\r\n<p>\/usr\/local\/psa\/admin\/sbin\/statistics.<\/p>\r\n\r\n\r\n\r\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014-<\/p>\r\n\r\n\r\n\r\n<p>To update web stats for specific domains, use the following command.<br \/>Replace DOMAINNAME.COM with the client&#8217;s domain name.<\/p>\r\n\r\n\r\n\r\n<p>\/usr\/local\/plesk\/webstats DOMAINNAME.COM<\/p>\r\n\r\n\r\n\r\n<p>To update stats for all the domains on that server, use<br \/>\/usr\/local\/plesk\/webstats<\/p>\r\n\r\n\r\n\r\n<p>If you face any problem or get an error like the below:<br \/>Error: Unable to restore run data (99)<\/p>\r\n\r\n\r\n\r\n<p>Then take the following steps to resolve this problem:<\/p>\r\n\r\n\r\n\r\n<ul>\r\n<li>cd \/usr\/local\/plesk\/apache\/htdocs\/stats\/domain.com<\/li>\r\n<li>remove files Webalizer. current and Webalizer.hist<\/li>\r\n<li>\/usr\/local\/plesk\/webstats DOMAINNAME.COM<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>But keep in mind that doing this is going to lose ALL previous stats too\u2026 but that is because the stats program became corrupted on this domain. This will fix it<\/p>\r\n\r\n\r\n\r\n<p>Then you update stats as I showed you before, and you should not get any error<\/p>\r\n\r\n\r\n\r\n<p>Even if this does not work, I mean to say, if the website stops itself, then check the following<\/p>\r\n\r\n\r\n\r\n<p>Check the root user\u2019s crontab (crontab -l when logged in as root) and see if statistics is enabled, or even present. The line SHOULD be:<\/p>\r\n\r\n\r\n\r\n<p>07 4 * * * \/usr\/local\/psa\/admin\/sbin\/statistics &gt; \/dev\/null 2&gt;&amp;1<\/p>\r\n\r\n\r\n\r\n<p>That may not be the only way this was disabled, but it\u2019s a likely way.<\/p>\r\n\r\n\r\n\r\n<p>Check that one or more of your log files is larger than 2 GB, in which case the statistics program will not run (which is probably why it was disabled in the first place).<\/p>\r\n\r\n\r\n\r\n<p>Also, check your Webalizer. conf setting to make sure that it is not set to \u2018quiet\u2019 mode, which will allow you to see any error messages that Webalizer may have. BTW, the \u2019statistics\u2019 program does a lot more than just trigger Webalizer.<\/p>\r\n\r\n\r\n\r\n<p>Amongst other things, it also takes care of the web log file rotations and PSA usage calculations. It would suggest to anyone wanting to disable web stats that they do NOT disable the \u2019statistics\u2019 program, but rather that they simply rename the Webalizer program (and perhaps drop an empty \u2018true\u2019 script in its place to avoid any errors).<\/p>\r\n\r\n\r\n\r\n<p>Other than the 2 Gig file limit that causes the \u2019statistics\u2019 program to crash, I don\u2019t know what it could be.<\/p>\r\n\r\n\r\n\r\n<p>BTW, the reason \u2019statistics\u2019 crashes is that it attempts to append the \u2018access_log\u2019 to the \u2018access_log.processed\u2019 file. So, if your situation is such that the sum of these two files for any one domain exceeds 2 GB (which could be the case given the numbers you indicated), then it could still be the root of the problem.<\/p>\r\n\r\n\r\n\r\n<p>If that is the case, then manually rotate the \u2018access_log.processed\u2019 file(s) so that statistics will create a new one from the \u2018access_log\u2019 file. Since the hit data in the \u2018processed\u2019 log file(s) has already been processed by the \u2019statistics\u2019 program, you could, in theory, simply delete them.<\/p>\r\n\r\n\r\n\r\n<p>However, I like to keep these files just in case I need to go back and look for any problems. If you do not currently have log rotation turned on, you can use the following command to manually rotate the processed file(s):<\/p>\r\n\r\n\r\n\r\n<p>mv access_log.processed access_log.processed.1<br \/>gzip -9 access_log.processed.1<\/p>\r\n\r\n\r\n\r\n<p>If you have log rotation turned on, you will need to rename your existing logs first (increment each file by one).<\/p>\r\n\r\n\r\n\r\n<p>I also want to mention that the 2 Gig file problem is with the \u2019statistics\u2019 program and not Webalizer. The statistics program sends the hit data to Webalizer via the \u2018\/dev\/stdin\u2019, so Webalizer never actually accesses any log file directly. So, I don\u2019t think Webalizer has anything to do with the actual problem, but it is merely a symptom.<\/p>\r\n\r\n\r\n\r\n<p>If you still want to disable Webalizer (just to prove that it has nothing to do with your current problem), you could do the following:<\/p>\r\n\r\n\r\n\r\n<p>Change to the directory with Webalizer:<\/p>\r\n\r\n\r\n\r\n<p>cd \/usr\/bin<\/p>\r\n\r\n\r\n\r\n<p>Rename the original <a href=\"https:\/\/www.bodhost.com\/kb\/webalizer-commands\/\" target=\"_blank\" rel=\"noopener\">Webalizer<\/a> program:<\/p>\r\n\r\n\r\n\r\n<p>mv Webalizer Webalizer.bak<\/p>\r\n\r\n\r\n\r\n<p>Then create a dummy file in its place:<\/p>\r\n\r\n\r\n\r\n<p>touch Webalizer<\/p>\r\n\r\n\r\n\r\n<p>And finally, change the privileges so that it is an \u2018executable\u2019 file:<\/p>\r\n\r\n\r\n\r\n<p>chmod 755 Webalizer<\/p>\r\n\r\n\r\n\r\n<p>Now, just to confirm, you should be able to run the new Webalizer program, and it will put you instantly back at the prompt.<\/p>\r\n\r\n\r\n\r\n<p>\/usr\/bin\/webalizer<\/p>\r\n\r\n\r\n\r\n<p>This is what will happen when statistics call it. Now, run the trigger the statistics program and see what you get:<\/p>\r\n\r\n\r\n\r\n<p>\/usr\/local\/psa\/admin\/sbin\/statistics<\/p>\r\n\r\n\r\n\r\n<p>So, this concludes the chapter on how to disable Webalizer on a server without disabling the \u2019statistics\u2019 program.<\/p>\r\n\r\n\r\n\r\n<p>Additionally, you may want to try running Webalizer on a site manually to see what it comes up with. Although the \u2019statistics\u2019 program calls Webalizer 6 times for each domain (once to populate the DNS cache and once to create the actual statistics for each of the services &#8211; HTTP, HTTPS, and FTP), the example below is all you need to do to run it for the HTTP log.<\/p>\r\n\r\n\r\n\r\n<p>You could also run it for the HTTPS and FTP logs if you have these options enabled for the site. Since you will be triggering Webalizer based on a log file (as opposed to passing the data via \/dev\/stdin like \u2019statistics does), you do NOT have to do a separate call to populate the DNS cache.<\/p>\r\n\r\n\r\n\r\n<p>\/usr\/bin\/webalizer -n [d] -D \/usr\/local\/psa\/var\/webalizer.cache -p -N 15 -o [r] -F clf [log]<\/p>\r\n\r\n\r\n\r\n<p>Notes:<br \/>&#8211; The command above is a single line<br \/>&#8211; replace [d] with your domain name (ex, mydomain.com)<br \/>&#8211; replace [r] with the webstat dir for that domain (ex,\/home\/httpd\/vhosts\/mydomain\/webstat)<br \/>&#8211; replace [log] with the log file you want to process (ex:\/home\/httpd\/vhosts\/mydomain\/logs\/access_log.processed)<\/p>\r\n\r\n\r\n\r\n<p>One important thing to keep in mind is that Webalizer uses the \u2018current\u2019 and \u2018hist\u2019 files to do incremental processing. For this to work, it will skip any hit data before the last data it has already processed (to avoid double-processing). This means that you MUST process your hit data in chronological order, or you will have missing chunks of data.<\/p>\r\n\r\n\r\n\r\n<p>Also, this means that you can re-process already processed log files without worrying about screwing up your stats. So, I would start with the \u2018access_log.processed\u2019 file first, and then the \u2018access_log\u2019 file just to be safe. Then you should have current statistics for that domain.<\/p>\r\n\r\n\r\n\r\n<p>ERROR: I rotated all but logs, but now, when running statistics manually, I get several errors :<\/p>\r\n\r\n\r\n\r\n<p>Webalizer V2.01-10 (Linux 2.4.20-18.7) English<br \/>Using logfile STDIN (clf)<br \/>DNS Lookup (15): Error: Unable to open DNS cache file \/usr\/local\/psa\/var\/webalizer.cache<\/p>\r\n\r\n\r\n\r\n<p>DNS Lookup (15): Error: Unable to open DNS cache file \/usr\/local\/psa\/var\/webalizer.cache<br \/>Webalizer V2.01-10 (Linux 2.4.20-18.7) English<br \/>Using logfile STDIN (clf)<\/p>\r\n\r\n\r\n\r\n<p>********************************************<br \/>Try this:<\/p>\r\n\r\n\r\n\r\n<p>stat \/usr\/local\/psa\/var\/webalizer.cache<\/p>\r\n\r\n\r\n\r\n<p>And post the results. Hopefully, there will be something in there that will stand out.<\/p>\r\n\r\n\r\n\r\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<\/p>\r\n\r\n\r\n\r\n<p>The stats are freezing due to the oversized file of access_log for domains.<br \/>\/home\/httpd\/vhosts\/domain.com\/logs\/access_log.processed<\/p>\r\n\r\n\r\n\r\n<p>Please either trim them or empty those access logs so that web stats can update for all the domains smoothly. If it seems that these sites are the most visited sites on the server, then enable the log rotation for those domains. Please check the log rotation settings and make changes as required(size-wise or time-wise).<\/p>\r\n\r\n\r\n\r\n<p>To manually update the logs on the server, please use the following command.<br \/>\/usr\/local\/psa\/admin\/sbin\/statistics<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>To update web stats 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_log note that in webalizer.conf, which is in \/etc\/webalizer.conf, this entry should be commented dns_cache.&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[942],"tags":[301,1215],"class_list":["post-103","post","type-post","status-publish","format-standard","hentry","category-plesk","tag-plesk","tag-update-stats-in-plesk"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Update Web Statistics in Plesk Control Panel Easily<\/title>\n<meta name=\"description\" content=\"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Update Web Statistics in Plesk Control Panel Easily\" \/>\n<meta property=\"og:description\" content=\"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2006-11-27T16:24:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:04:59+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\"},\"headline\":\"Update Stats in Plesk\",\"datePublished\":\"2006-11-27T16:24:00+00:00\",\"dateModified\":\"2026-02-26T14:04:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/\"},\"wordCount\":1322,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"keywords\":[\"Plesk\",\"Update Stats in Plesk\"],\"articleSection\":[\"Plesk\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/\",\"name\":\"How to Update Web Statistics in Plesk Control Panel Easily\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2006-11-27T16:24:00+00:00\",\"dateModified\":\"2026-02-26T14:04:59+00:00\",\"description\":\"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/update-stats-in-plesk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Plesk\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/plesk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Update Stats in Plesk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Update Web Statistics in Plesk Control Panel Easily","description":"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/","og_locale":"en_US","og_type":"article","og_title":"How to Update Web Statistics in Plesk Control Panel Easily","og_description":"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.","og_url":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2006-11-27T16:24:00+00:00","article_modified_time":"2026-02-26T14:04:59+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/"},"author":{"name":"admin","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9"},"headline":"Update Stats in Plesk","datePublished":"2006-11-27T16:24:00+00:00","dateModified":"2026-02-26T14:04:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/"},"wordCount":1322,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"keywords":["Plesk","Update Stats in Plesk"],"articleSection":["Plesk"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/","url":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/","name":"How to Update Web Statistics in Plesk Control Panel Easily","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"datePublished":"2006-11-27T16:24:00+00:00","dateModified":"2026-02-26T14:04:59+00:00","description":"Learn how to manually update website statistics in Plesk using simple steps. Ensure accurate traffic data and reports with this quick guide for Plesk users.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/update-stats-in-plesk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Plesk","item":"https:\/\/www.bodhost.com\/kb\/category\/plesk\/"},{"@type":"ListItem","position":2,"name":"Update Stats in Plesk"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.bodhost.com\/kb\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=103"}],"version-history":[{"count":6,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/103\/revisions"}],"predecessor-version":[{"id":14319,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/103\/revisions\/14319"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=103"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=103"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}