Security and Safe ModeThe PHP INI file enables

NOTEThe disable_functions setting is independent of the safe_mode directive, which meansthat it does not matter whether safe_mode is on or off. disable_classesDefault: Empty not definedAllowed: Comma-delimited list of class namesThis setting enables you to disable specified classes. NOTEThe disable_classes setting is independent of the safe_mode directive, which meansthat it does not matter whether safe_mode is on or off. expose_phpDefault: OnAllowed: On, OffThis setting enables you to hide PHP from the header output and web server signature. If you do not want anyone to know that you are running PHP (other than by seeing the .php in your filenames), you can do so by disabling this directive. This feature will at least allow you to hide which version of PHP you are running in case you are on vacation when a major security exploit is found. max_execution_timeDefault: 30Allowed: Number of secondsThis is the number of seconds you will allow a PHP script to run before it dies. WARNINGIf you set max_execution_time to zero (0), your scripts might run forever and potentiallytake all of your server resources, and your server might become inaccessible. Be careful. max_input_timeDefault: 60Allowed: Number of secondsThis is the number of seconds a script can take to parse requested data. WARNINGIf you set max_input_time to zero (0), your scripts might run forever and potentially takeall of your server resources, and your server might become inaccessible. Be careful.

Hint: If you are looking for very good and affordable webspace to host and run your j2ee hosting application check Virtualwebstudio j2ee web hosting services

Comments are closed.