There may be classes inside the libraries that you’d rather not make available. You can prevent the use of these classes with the disable_classes directive.
3.
What is the default value of max_execution_time directive? This directive specifies how many seconds a script can execute before being terminated.
This directive specifies, in megabytes, how much memory a script can use. Default value: 128M.
5.
Suppose all web material is located within the directory /home/www. To prevent users from viewing and manipulating files such as /etc/password, which one of the following statements should you use?