Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
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