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 lines to .htaccess file
AuthName "Login to the Private Area" AuthType Basic AuthUserFile /var/www/html/{protected_dir}/.htpasswd Require user {username}
[…] nos-tun -t /dev/tun0 -s van TUN1 -d Apache TUN2 -p 4 24-5-2015 IP2 bsd# ifconfig tun0 mtu 1500 bsd# ifconfig tun0 […]