{"id":5426,"date":"2016-09-30T11:13:20","date_gmt":"2016-09-30T11:13:20","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=5426"},"modified":"2021-02-02T11:25:38","modified_gmt":"2021-02-02T11:25:38","slug":"simple-way-install-xcache-source-code","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/","title":{"rendered":"Simple way to install Xcache from source code"},"content":{"rendered":"<p>We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser.<!--more--><\/p>\n<h3>How to\u00a0enable Xcache in a cPanel server?<\/h3>\n<p>You can simply enable it by running easyapache.<\/p>\n<h3>Installation steps from source code.<\/h3>\n<p>1. You can download the source code from:<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>wget http:\/\/xcache.lighttpd.net\/pub\/Releases\/2.0.1\/xcache-2.0.1.tar.gz<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>2. Extract file.<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>tar -zxvf xcache-2.0.1.tar.gz<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>3. Change directory to xcache-2.0.1<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>cd xcache-2.0.1\r\nphpize\r\n.\/configure \u2013enable-xcache\r\nmake\r\nmake install<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>Now edit php.ini file and add following extension.<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>extension=xcache.so<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>Restart apache<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>service httpd restart<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<h3>How to check if XCache is installed or not in a server?<\/h3>\n<p>It is simple to find out if the <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-xcache-php-module-in-cpanel\/\">Xcache <\/a>is installed or not in the server. Here I am explaining some commands to find out:<\/p>\n<p><strong>Option \u2013 I<\/strong><\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>php -m | grep -i xcache<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>Sample output:<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"output-sh\">\n<pre># php -m|grep -i xcache\r\nXCache\r\nXCache Cacher\r\nXCache Cacher<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p><strong>Option \u2013 II<\/strong><\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>php -v|grep -i xcache<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>Sample output:<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"output-sh\">\n<pre># php -v|grep -i xcache\r\nwith XCache v3.0.3, Copyright (c) 2005-2013, by mOo\r\nwith XCache Cacher v3.0.3, Copyright (c) 2005-2013, by mOo<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p><strong>Option \u2013 III<\/strong><\/p>\n<p>Create a <a href=\"https:\/\/cpanelplesk.com\/wp62\/disable-phpinfo-shared-hosting\/\">phpinfo.php<\/a> page and check it from the browser.<\/p>\n<div class=\"space1\"><\/div>\n<div class=\"command-sh\">\n<pre>&lt;? phpinfo(); ?&gt;<\/pre>\n<\/div>\n<div class=\"space1\"><\/div>\n<p>So this is all you have to do,\u00a0Please Give your opinion below if you experience any issues or to discuss your ideas and experiences.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser. [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":3101,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,14],"tags":[],"class_list":["post-5426","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Simple way to install Xcache from source code - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Simple way to install Xcache from source code - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser. [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"Simple way to install Xcache from source code\",\"datePublished\":\"2016-09-30T11:13:20+00:00\",\"dateModified\":\"2021-02-02T11:25:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\"},\"wordCount\":169,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg\",\"articleSection\":[\"Cpanel\",\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\",\"name\":\"Simple way to install Xcache from source code - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg\",\"datePublished\":\"2016-09-30T11:13:20+00:00\",\"dateModified\":\"2021-02-02T11:25:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg\",\"width\":200,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple way to install Xcache from source code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple way to install Xcache from source code - cPanel Plesk","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:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/","twitter_card":"summary_large_image","twitter_title":"Simple way to install Xcache from source code - cPanel Plesk","twitter_description":"We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser. [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"Simple way to install Xcache from source code","datePublished":"2016-09-30T11:13:20+00:00","dateModified":"2021-02-02T11:25:38+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/"},"wordCount":169,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg","articleSection":["Cpanel","Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/","url":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/","name":"Simple way to install Xcache from source code - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg","datePublished":"2016-09-30T11:13:20+00:00","dateModified":"2021-02-02T11:25:38+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/10\/xcache-e1446202027244.jpg","width":200,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/simple-way-install-xcache-source-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"Simple way to install Xcache from source code"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/5426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=5426"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/5426\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/3101"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=5426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=5426"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=5426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}