hello,
why when we config the file /etc/apache2/conf/httpd.conf in cPanel with the options
or directlly with the string:
users can UPLOAD files with more of 1KB ?
we wait the result from OTHERS servers with Apache:

we need config this directlly from Apache,
not from SCRIPT.
thanks
why when we config the file /etc/apache2/conf/httpd.conf in cPanel with the options
Code:
<Directory "/home">
LimitRequestBody 1024 # file MAX 1KB
<Directory>
Code:
LimitRequestBody 1024 # file MAX 1KB
we wait the result from OTHERS servers with Apache:

we need config this directlly from Apache,
not from SCRIPT.
thanks