{"id":2451,"date":"2024-09-02T22:30:58","date_gmt":"2024-09-02T21:30:58","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=2451"},"modified":"2024-09-02T22:30:58","modified_gmt":"2024-09-02T21:30:58","slug":"how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/","title":{"rendered":"How to Increase max_input_vars on a CloudLinux Server Using SSH"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\" wp-image-2452 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\" alt=\"\" width=\"423\" height=\"423\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg 2560w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-300x300.jpg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-1024x1024.jpg 1024w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-150x150.jpg 150w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-768x768.jpg 768w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-1536x1536.jpg 1536w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-2048x2048.jpg 2048w\" sizes=\"(max-width: 423px) 100vw, 423px\" \/><\/p>\n<p>&nbsp;<\/p>\n<div class=\"flex-1 overflow-hidden\">\n<div class=\"h-full\">\n<div class=\"react-scroll-to-bottom--css-nnehs-79elbk h-full\">\n<div class=\"react-scroll-to-bottom--css-nnehs-1n7m0yu\">\n<div class=\"flex flex-col text-sm md:pb-9\">\n<article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-27\" data-scroll-anchor=\"true\">\n<div class=\"text-base py-[18px] px-3 md:px-4 m-auto w-full md:px-5 lg:px-1 xl:px-5\">\n<div class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\">\n<div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\">\n<div class=\"flex-col gap-1 md:gap-3\">\n<div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+&amp;]:mt-5 overflow-x-auto whitespace-normal\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"17271343-50f2-4da2-9e3b-65f60aed4e13\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<h2>How to Increase <code>max_input_vars<\/code> on a CloudLinux Server Using SSH<\/h2>\n<p>If you&#8217;re running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may need to increase the <code>max_input_vars<\/code> setting in PHP. This guide will show you how to adjust the <code>max_input_vars<\/code> value on a CloudLinux server using SSH.<\/p>\n<h3>What is <code>max_input_vars<\/code>?<\/h3>\n<p><code>max_input_vars<\/code> is a PHP configuration setting that controls the maximum number of input variables (such as form fields) that PHP will accept. If you have large forms or settings pages that submit a lot of data, you may encounter errors if this limit is too low. By default, <code>max_input_vars<\/code> is set to 1000, but you may need to increase it for certain applications.<\/p>\n<h3>Prerequisites<\/h3>\n<ul>\n<li>SSH access to your CloudLinux server.<\/li>\n<li>A basic understanding of how to use the command line and edit files with <code>nano<\/code> or another text editor.<\/li>\n<\/ul>\n<h3>Steps to Increase <code>max_input_vars<\/code> Using SSH<\/h3>\n<ol>\n<li><strong>Log in to Your Server via SSH<\/strong>:Open your SSH client (such as PuTTY or Terminal) and connect to your CloudLinux server using your SSH credentials.<br \/>\n<span style=\"font-size: 16px;\"><br \/>\n<strong><code>ssh username@your-server-ip<\/code><\/strong><\/span><\/p>\n<p>Replace <code>username<\/code> with your actual SSH username and <code>your-server-ip<\/code> with your server&#8217;s IP address.<\/li>\n<li><strong>Edit the PHP Configuration File<\/strong>:Once logged in, you need to edit the PHP Selector configuration file to increase <code>max_input_vars<\/code>.\n<p>Use the <code>nano<\/code> command to open the configuration file located at <code>\/etc\/cl.selector\/php.conf<\/code>:<\/p>\n<p><strong><code>sudo nano \/etc\/cl.selector\/php.conf<\/code><\/strong><\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-2457 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123.jpeg\" alt=\"\" width=\"2390\" height=\"678\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123.jpeg 2390w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123-300x85.jpeg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123-1024x290.jpeg 1024w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123-768x218.jpeg 768w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123-1536x436.jpeg 1536w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/6486D581-64D8-49FE-88A1-9E3EF4CE0123-2048x581.jpeg 2048w\" sizes=\"(max-width: 2390px) 100vw, 2390px\" \/><\/li>\n<li><strong>Add the <code>max_input_vars<\/code> Directive<\/strong>:In the <code>php.conf<\/code> file, you need to add the directive for <code>max_input_vars<\/code>. Scroll down or use the arrow keys to navigate to the appropriate section where you can add new PHP directives.\n<p>Add the following lines:<\/p>\n<p><code><strong>Directive = max_input_vars<\/strong><br \/>\n<strong>Type = list<\/strong><br \/>\n<strong>Range = 1G,9G<\/strong><\/code><\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-2458 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E.jpeg\" alt=\"\" width=\"2405\" height=\"673\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E.jpeg 2405w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E-300x84.jpeg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E-1024x287.jpeg 1024w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E-768x215.jpeg 768w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E-1536x430.jpeg 1536w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/C1EB7F93-D571-4018-B3F9-0EF8DBE0518E-2048x573.jpeg 2048w\" sizes=\"(max-width: 2405px) 100vw, 2405px\" \/><\/p>\n<p>This configuration sets the directive for <code>max_input_vars<\/code>, specifying it as a list type with a range from <code>1G<\/code> to <code>9G<\/code>.<\/li>\n<li><strong>Save and Exit the Editor<\/strong>:After adding the above lines, save the changes by pressing <code>Ctrl + O<\/code> (then press Enter to confirm), and then press <code>Ctrl + X<\/code> to exit the <code>nano<\/code> editor.<\/li>\n<li><strong>Verify Your Changes in cPanel<\/strong>:After editing the configuration file, the changes should take effect immediately. To verify this, log in to your cPanel account:\n<ul>\n<li>Navigate to <strong>Select PHP Version<\/strong> under the <strong>Software<\/strong> section.<\/li>\n<li>Click on the <strong>Options<\/strong> tab.<\/li>\n<li>You should now see <code>max_input_vars<\/code> listed as an option on the page.<\/li>\n<li>Adjust the value as needed, up to the maximum limit specified (9000 in this case).<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h3>Final Thoughts<\/h3>\n<p>By following these steps, you have successfully increased the <code>max_input_vars<\/code> setting on your CloudLinux server. This change will allow your applications to handle more input variables, helping to prevent errors when dealing with large forms or settings.<\/p>\n<p>If you encounter any issues or need further assistance, please consult your hosting provider or server administrator for support.<\/p>\n<h3>Additional Tips<\/h3>\n<ul>\n<li><strong>Backup Configuration Files<\/strong>: Always make a backup of any configuration files before editing them. This way, you can quickly restore the previous settings if anything goes wrong.<\/li>\n<li><strong>Test Your Changes<\/strong>: After making changes to server configurations, always test your website or application to ensure that everything is functioning as expected.<\/li>\n<li><strong>Consult Documentation<\/strong>: For more detailed information about PHP configuration settings, consult the PHP documentation or your hosting provider&#8217;s support resources.<\/li>\n<\/ul>\n<p>By following this guide, you can efficiently manage your server\u2019s PHP settings and ensure your web applications run smoothly.<\/p>\n<p>Check out our cheap and reliable<a href=\"https:\/\/hoganhost.com.ng\"> web hosting\u00a0<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"md:pt-0 dark:border-white\/20 md:border-transparent md:dark:border-transparent w-full\">\n<div class=\"\">\n<div class=\"text-base px-3 md:px-4 m-auto w-full md:px-5 lg:px-1 xl:px-5\">\n<div class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\">\n<form class=\"w-full\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-:r2:\" data-state=\"closed\">\n<div class=\"relative flex h-full max-w-full flex-1 flex-col\">\n<div class=\"group relative flex w-full items-center\">\n<div class=\"flex w-full flex-col gap-1.5 rounded-[26px] p-1.5 transition-colors bg-[#f4f4f4] dark:bg-token-main-surface-secondary\"><\/div>\n<\/div>\n<\/div>\n<\/form>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; How to Increase max_input_vars on a CloudLinux Server Using SSH If you&#8217;re running a website or application that requires [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2452,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[32,2],"tags":[],"class_list":["post-2451","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssh","category-whmcs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Increase max_input_vars on a CloudLinux Server Using SSH<\/title>\n<meta name=\"description\" content=\"If you&#039;re running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Increase max_input_vars on a CloudLinux Server Using SSH\" \/>\n<meta property=\"og:description\" content=\"If you&#039;re running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-02T21:30:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to Increase max_input_vars on a CloudLinux Server Using SSH\",\"datePublished\":\"2024-09-02T21:30:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\"},\"wordCount\":529,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\",\"articleSection\":[\"SSH\",\"whmcs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\",\"name\":\"How to Increase max_input_vars on a CloudLinux Server Using SSH\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\",\"datePublished\":\"2024-09-02T21:30:58+00:00\",\"description\":\"If you're running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg\",\"width\":2560,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Increase max_input_vars on a CloudLinux Server Using SSH\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Increase max_input_vars on a CloudLinux Server Using SSH","description":"If you're running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may","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:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/","og_locale":"en_US","og_type":"article","og_title":"How to Increase max_input_vars on a CloudLinux Server Using SSH","og_description":"If you're running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may","og_url":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2024-09-02T21:30:58+00:00","og_image":[{"width":2560,"height":2560,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg","type":"image\/jpeg"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to Increase max_input_vars on a CloudLinux Server Using SSH","datePublished":"2024-09-02T21:30:58+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/"},"wordCount":529,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg","articleSection":["SSH","whmcs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/","url":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/","name":"How to Increase max_input_vars on a CloudLinux Server Using SSH","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg","datePublished":"2024-09-02T21:30:58+00:00","description":"If you're running a website or application that requires processing a large number of input fields, such as WHMCS or WordPress, you may","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Increase-max_input_vars-on-a-CloudLinux-Server-Using-SSH-scaled.jpg","width":2560,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-increase-max_input_vars-on-a-cloudlinux-server-using-ssh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Increase max_input_vars on a CloudLinux Server Using SSH"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=2451"}],"version-history":[{"count":6,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2451\/revisions"}],"predecessor-version":[{"id":2460,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2451\/revisions\/2460"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/2452"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=2451"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=2451"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=2451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}