Free Hosting Tutorials

How To Increase The Max Upload Size In Cpanel

Free Hosting Tutorials

How To Increase The Max Upload Size In Cpanel </h2 > 1) Create a .htaccess file in the root folder of web server. 2) Put the following code in side the .htaccess file and save it. php_value upload_max_filesize 10M php_value post_max_size 10M php_value max_execution_time 200 php_value max_input_time 200 ——————— Now you can upload the file-size […]

Web Server -Important Port number and Description

Web Server Related Port Number Description PORT DESCRIPTION FTP-data 20 Only if you use FTP on your server FTP 21 SMTP 25 Sendmail DNS 53 Domain Name Service WWW 80 Standard web server port POP3 110 For receiving email IMAP 143 IMAP3 220 LDAP 389 Lightweight Directory Access Protocol HTTPS 443 HTTP using SSL SMTPS […]

Acl in linux Access control List

ACL-Access control List In Linux using ACL we can set different permission for single file for different user. Using setfacl command we can set acl permission usging getfacl command we get fecth information about that acl permisssion