For increase maximum size of uploads file you should set only one setting in php.ini.
Set upload_max_filesize to 200M
php.ini location can be differ in differ distros. So you can find it using find command:
find / -name "*php.ini*"
Web server
In this guide we will create our own web server on Centos 6.
We will use Apache...
Squid+Privoxy+Tor
How to install squid with tor
[NOTE: According to vpsget.com AUP/TOS you can use private proxy...
Centos 6 Webserver
In this article we will install some software that is useful on a webserver based on...