Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

How to find and edit PHP configuration files in Plesk for a domain or for global PHP handler

 
apachecentosdomainsfastcgigo

Question

Where are php.ini files (PHP configuration files) for a domain or global PHP handler located on the Plesk server? And how to edit them?

Answer

Note: If one of the menus or options is not available on your Plesk installation, please contact your server's administrator or hosting provider support, account access is limited.

Edit PHP configuration for one domain

  1. Login to Plesk

  2. By clicking Domains > example.com > PHP Settings > View the phpinfo() page it is possible to see all the PHP configuration for this domain.

    Screenshot_2.png

  3. To edit it, just configure the required options in Domains > example.com > PHP Settings and add all the required PHP settings:

    mceclip0.png

Edit php.ini for all domains

  1. Login to Plesk

  2. Global PHP handler configuration file is stored in Tools and Settings > PHP Settings > click on a PHP handler > php.ini tab:

    Screenshot_3.png

  3. Edit the required options and click OK

Note: Some of the options may be hidden by Plesk administrator. Upgrade to the latest Plesk version to be able to edit these options in Plesk interface.

Editing PHP configuration via Service Plan for multiple domains

If it is required to make changes for few subscriptions, it is easy to do via Service Plan.

  1. Assign all the required subscriptions in Service Plans

  2. Go to PHP Settings and after changing them click Update & Sync.

    mceclip0.png

Using SSH/RDP for old Plesk versions.

It is required to connect to the server using SSH or RDP connection

PHP uses different configuration files depending on a handler type. When the changes are made in the web interface, the following configuration files on a server are updated on Linux:

Domain's php.ini

It depends on that PHP Handler is set in Plesk > Domains > example.com > Hosting Settings:

  • Nginx + PHP-FPM by OS vendor:

    Domain's php.ini: /etc/php*/fpm/fpm.d/example.com.conf (for Ubuntu) or /etc/php-fpm.d/example.com.conf (for Centos)

    Global PHP handler (system PHP): /etc/php.ini

  • Nginx + PHP-FPM supplied with Plesk:

    Domain's php.ini: /opt/plesk/php/<php_verion>/etc/php-fpm.d/example.com.conf

    Global PHP handler: /opt/plesk/php/<php_verion>/etc/php.ini

  • Apache + FastCGI:

    Domain's php.ini: /var/www/vhosts/system/example.com/etc/php.ini

  • Apache + PHP_mod:

    Domain's php.ini: /var/www/vhosts/system/example.com/conf/httpd.conf

 

Global php.ini

  • Any PHP by OS vendor

    Global PHP handler (system PHP): /etc/php.ini

  • Any PHP version by Plesk:

    Global PHP handler: /opt/plesk/php/<php_verion>/etc/php.ini

 

Windows

All the PHP configuration files are stored in "%plesk_dir%"/Additional/PHP*

Domain's php.ini file is being generated after any changes in PHP settings and can be found by the following path C:Inetpubvhostsexample.comhttpdocs.user.ini

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Host a Go App on Plesk

Read More »

Your Complete .htaccess Guide: Including .htaccess Basics and More

Read More »

NGINX vs Apache – Which Is the Best Web Server in 2024?

Read More »
Knowledge Base

How to install the php-mcrypt module on a Plesk server

Read More »

 An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’

Read More »

Websites on PHP-FPM are unavailable or loading slowly: server reached max_children setting (*), consider raising it

Read More »

Websites on PHP-FPM are not available and there is a php-fpm process that consumes 100% CPU on Plesk server

Read More »

Hosting Wiki

  • Django
  • Cross Site Request Forgery (CSRF)
  • Cross-Origin Resource Sharing (CORS)
  • DBMS Interface
  • Server Redundancy
  • Postfix
  • Linux Containers
  • Google Cloud CDN
  • PostgreSQL
  • DDoS
  • CGI
  • Bare Metal Server
  • PhpMyAdmin
  • phpPgAdmin
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • PHP
  • MongoDB
  • Domain
  • Hosting Control Panel
  • Plesk
  • NoSQL Database
  • Apache Tomcat
  • NGINX
  • Apache
  • Web Server
  • DNS Server
  • SSH
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family