custom php.ini for dso
Hello,
Anyone please let me know how to set a custom php.ini while dso is enabled.
Thanks
-
Hello :) PHP customizations are made through .htaccess files with php_value or php_flag settings when using DSO. Thank you. 0 -
Hello, I am beginner. Can you please explain the steps. Thanks 0 -
[quote="sreeninair, post: 1540021">Hello, I am beginner. Can you please explain the steps. Thanks
We will need more information in order to provide specific steps. For instance, what specific PHP configuration value are you attempting to modify? How do you normally access your website files (e.g. FTP or File Manager)? Thank you.0 -
Hello, I need to modify most of the functions like disable functions, registerglobals, php memory, execution time. I have root access. Thanks 0 -
You can simply create the .htaccess file within the account's public_html directory. Then, add entries based on the values you want to modify. EX: php_value memory_limit 100M
If you are not comfortable with this, you could switch to suPHP and simply use custom php.ini files within the accounts. Thank you.0
Please sign in to leave a comment.
Comments
5 comments