Sometimes after installation of apache 2 on Ubuntu, when restarting apache You will get this erorr message $ service apache restart * Restarting web server apache2 apache2: Could
By default when you want to import sql file size is 2MB in PHPMyAdmin. That is PHP’s file upload limit. To change maximum import file size do following
We assume that already installed apache2 with php and vsftpd Now let’s create xyz.com site 1. Creating user for ftp access adduser xyz 2. Createing home directory for
Creating Password Create htpasswd file for current (pwd) path htpasswd -mc .htpasswd yourusername Insert new password Create .htaccess file for current path touch .htaccess mcedit .htaccess Paste this