where do I find the administrator settings?

micmic

New member
Joined
Mar 1, 2016
Messages
1
Hi, I need to change the "upload max file size" and I have read that I should change the settings in the administrator settings section ,but I dont find this section .
is there another way?
thank you very much
ke6mat.jpg

<a href="http://tinypic.com?ref=ke6mat" target="_blank"><img src="http://i64.tinypic.com/ke6mat.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
 
I'm not quite sure is possible to do from the DA Panel, honestly did never looked into it, but you can change those options from php.ini
The file is /usr/local/lib/php.ini
The variable to change is: upload_max_filesize
Than just restart the webserver

Regards
 
If you go to Custom HTTPD settings as Admin there you can find php settings per user as well. For example;

Code:
php_admin_value[memory_limit] = 512M
 
Hi, I need to change the "upload max file size" and I have read that I should change the settings in the administrator settings section ,but I dont find this section .
is there another way?
thank you very much
Here's the link to administrator settings
Code:
http://MY_IP_ADDRESS:2222/CMD_ADMIN_SETTINGS

Change MY_IP_ADDRESS with your IP address

If you can not access this url, check to see you are logging into the account as an admin or an user
 
Back
Top