{"id":2734,"date":"2015-10-06T21:33:08","date_gmt":"2015-10-06T21:33:08","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2734"},"modified":"2015-10-06T21:33:08","modified_gmt":"2015-10-06T21:33:08","slug":"apc-on-cpanel","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/10\/06\/apc-on-cpanel\/","title":{"rendered":"APC on Cpanel"},"content":{"rendered":"<p>Install APCu. APC is not supported after php 5.4<\/p>\n<p>Edit php.ini<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nextension=&quot;apcu.so&quot;\n; APC Configuration\napc.enabled = 1\napc.shm_segments = 1\napc.shm_size = 128M\napc.max_file_size = 2M\napc.ttl = 7200\napc.user_ttl = 7200\napc.num_files_hint = 1024\napc.enable_cli = 1\n\n<\/pre>\n<p>Restart apache<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install APCu. APC is not supported after php 5.4 Edit php.ini extension=&quot;apcu.so&quot; ; APC Configuration apc.enabled = 1 apc.shm_segments = 1 apc.shm_size = 128M apc.max_file_size = 2M apc.ttl = 7200 apc.user_ttl = 7200 apc.num_files_hint = 1024 apc.enable_cli = 1 Restart apache<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[84],"tags":[],"class_list":["post-2734","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2734"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2734\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}