Good morning @ all
How can I change the PHP settings as a client?
As a reseller I have found it and also Activated for the client but under:
domains> Edit, I can not find anything with the client?
Good morning @ all
How can I change the PHP settings as a client?
As a reseller I have found it and also Activated for the client but under:
domains> Edit, I can not find anything with the client?
When enabled on reseller level and enabled on client level, you edit domain settings in 2 places.
Domain specific settings: /client/phpini.php
Here you can choose to show/hide errors and choose what errors to report.
(Switch to reseller of the specific client)
Client specific settings: /reseller/domain_edit.php?edit_id={CLIENT_ID}
Here you can enable/disable PHP as a whole, enable/disable PHP editor.
Here you can change some PHP settings, for example: can user change settings for: allow_url_fopen , display_errors, disable_functions, can user use php mail.
But also execution, input time, memory limit, post max size and upload filesize.
Hope this answers your question!
OK thanks for the help. I found it.
Deactivated functions: The blue marked are disabled. Correct ?
The PHP policy values can only be edited by the reseller, not by the client itself via the admin area? Options yes, no?
How does it look with safe_mode or Register_globals over the surface?
Everything from the point of view of a client only possible by .htacess?
Correct, when marked they are disabled.
Quote from PeterThe PHP policy values can only be edited by the reseller, not by the client itself via the admin area? Options yes, no
The reseller can allow the client to edit them. The client can edit them him/herself.
?How does it look with z.b safe_mode or Register_globals over the surface?
I don't understand this question.
I can as an admin a reseller
PHP policy max_execution_time sec.
PHP policy max_input_time sec.
PHP directive memory_limit MiB
PHP policy post_max_size MiB
PHP policy upload_max_filesize MiB
establish.
I can be a reseller on a domain
PHP policy max_execution_time sec.
PHP policy max_input_time sec.
PHP directive memory_limit MiB
PHP policy post_max_size MiB
PHP policy upload_max_filesize MiB
establish.
But i can not but as client the data:
PHP policy max_execution_time sec.
PHP policy max_input_time sec.
PHP directive memory_limit MiB
PHP policy post_max_size MiB
PHP policy upload_max_filesize MiB
edit ?
Its that right so ?
And I mean..: How can I set as a client Safe_mode or Register_Globals ON / OFF over the interface? Not at all ?Only about .htacess?
safe mode? Obsolete... http://php.net/manual/en/features.safe-mode.php
We provide a little set of PHP configuration parameters in the control panel. If you need set any other value, you can use a listener: https://github.com/i-MSCP/imsc…3.x/contrib/Listeners/PHP
BTW: Pay attention when you post. We understand nothing.
Thread closed.