Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,15 @@ WHM Home » Server Contacts » Edit System Mail Preferences

Which of the following methods best indicate the recommended approach for backing up, restoring or resetting the system's Exim configuration?
Use the corresponding functions found within the Exim Configuration Manager interface, in WHM.

Which of the following options best describes one of the most notable behaviors that separates the DSO handler from other PHP handlers available in a cPanel & WHM environment?
DSO does not create new "php" processes to handle requests, but instead works internally with Apache, spawning from the parent httpd process.

In a cPanel & WHM environment, which of the following options accurately describes what the system default PHP version setting defined in WHM's MultiPHP Manager interface represents?
The version that is used if a domain does not already have a specific version selected for it.

Given the following options, select the components or component combinations that would provide standard per-user process ownership for handling PHP content.
suPHP (mod_suphp) OR Ruid2 (mod_ruid2) OR PHP-FPM

When operating in a cPanel & WHM environment, which of the following files are used by Apache to define the PHP configuration?
/etc/apache2/conf.d/php.conf