{"id":1813,"date":"2018-10-23T19:01:34","date_gmt":"2018-10-23T19:01:34","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1813"},"modified":"2022-02-17T07:14:02","modified_gmt":"2022-02-17T07:14:02","slug":"php-ini-making-changes","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/platforms\/aws\/elastic-beanstalk\/php-applications\/php-ini-making-changes","title":{"rendered":"php.ini making changes"},"content":{"rendered":"<p>\nIn the &quot;.ebextensions&quot; folder create a config file or add to your existing config file. &nbsp;In this example the config file is called &quot;project.config&quot; (the name doesn&#39;t actually matter)\n<\/p>\n<p>\nAdd the following to it:\n<\/p>\n<pre>\r\n<code>\r\nfiles:\r\n  &quot;\/etc\/php.d\/project.ini&quot; :\r\n    mode: &quot;000644&quot;\r\n    owner: root\r\n    group: root\r\n    content: |\r\n      upload_max_filesize = 64M\r\n      post_max_size = 64M\r\n<\/code><\/pre>\n<p>\nNote you must uses spaces not tabs in this file\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the &quot;.ebextensions&quot; folder create a config file or add to your existing config file. &nbsp;In this example the config file is called &quot;project.config&quot; (the name doesn&#39;t actually matter) Add the following to it: files: &quot;\/etc\/php.d\/project.ini&quot; : mode: &quot;000644&quot; owner: root group: root content: | upload_max_filesize = 64M post_max_size = 64M Note you must uses [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[140],"tags":[],"class_list":["post-1813","post","type-post","status-publish","format-standard","hentry","category-php-applications"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1813"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1813\/revisions"}],"predecessor-version":[{"id":1815,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1813\/revisions\/1815"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}