Category Archives: apache

.htaccess para Listar archivos y autentificacion básica

Options +IndexesAuthName “Restricted Area” AuthType Basic AuthUserFile /home/carlosap/.htpasswd AuthGroupFile /dev/null require valid-user<Files .htaccess>order allow,denydeny from all</Files> Tags: htaccess, auth, indexes

Posted in apache | Leave a comment

Apache amdbox virtual hosts config

<VirtualHost 201.114.101.7:80>#SuexecUserGroup "#502" "#503"ServerName yucas.infoServerAlias www.yucas.infoDocumentRoot /home/merifest/public_htmlErrorLog /home/merifest/logs/error_logCustomLog /home/merifest/logs/access_log commonScriptAlias /cgi-bin/ /home/merifest/cgi-bin/

Posted in apache | Leave a comment

Subdomain Apache

Subdomain ConfigurationPublished: Monday, August 16, 2004 Subdomain Configuration A subdomain configuration is very similar to a domain name configuration. The only difference is that the subdomain entry is tied to the corresponding domain name lookup. A request for the subdomain … Continue reading

Posted in apache | Leave a comment