Ejecutar
htpasswd -c /etc/httpd/.htpasswd lmayta
<Proxy *>
Order deny,allow
Allow from all
Authtype Basic
Authname 'Password Required'
AuthUserFile /etc/apache2/.htpasswd
Require valid-user
</Proxy>
Ejecutar
htpasswd -c /etc/httpd/.htpasswd lmayta
<Proxy *>
Order deny,allow
Allow from all
Authtype Basic
Authname 'Password Required'
AuthUserFile /etc/apache2/.htpasswd
Require valid-user
</Proxy>