Skip to the content
  • Posts
    • Company stuff
    • Databases
    • Decisions
    • Learning
    • Leisure and Pleasure
    • Products and Services
    • Programming
    • System Administration
    • Technologies
    • Thoughts
  • About
  • CV
  • Contact
Solving tech problems

We can not solve our problems with the same level of thinking that created them.

  • Posts
    • Company stuff
    • Databases
    • Decisions
    • Learning
    • Leisure and Pleasure
    • Products and Services
    • Programming
    • System Administration
    • Technologies
    • Thoughts
  • About
  • CV
  • Contact
Menu

System Administration

Custom php.ini in specific CPanel account

July 9, 2015 No Comments
  1. Copy original (default) CPanel php.ini file from location: /usr/local/lib/php.ini to your account folder: /home/account_username/path_to_php_ini/
  2. Add the following code to the .htaccess file within your account’s public_html folder: suPHP_ConfigPath /home/account_username/path_to_php_ini/
  3. Change this php.ini file to suits your needs and That’s all folks!

Note:
replace everywhere ‘/home/account_username/path_to_php_ini/‘ with the appropriate path to your custom php.ini file)

Continue Reading

Categories

  • Banking (2)
  • Branding (1)
  • Company stuff (5)
  • Databases (12)
  • Decisions (6)
  • Design (1)
  • Learning (11)
  • Leisure and Pleasure (13)
  • Marketing (2)
  • Products and Services (6)
  • Programming (11)
  • System Administration (20)
  • Systems (2)
  • Technologies (12)
  • Thoughts (18)
  • Uncategorized (6)
  • CV
  • Posts
  • About
  • Contact

Solving tech problems

Close Menu