Archive for the ‘Servidores Web’ Category:

Allow from IP without passwd in htaccess

{ Posted on Jun 15 2011 by lucas }
If you want to protect a website from all ips with user/passwd except from one ip, this solves your problem: Order deny,allow Deny from all AuthName "Restricted area" AuthUserFile /home/website/path/.htpasswd AuthType Basic Require valid-user Allow from 172.17.10.1 Satisfy Any Apache power! Read More »

phpmyadmin and memcache

{ Posted on May 13 2011 by lucas }
Comments Off
Tags :
Categories : phpmyadmin
They don't get along :( As far as I know and read, phpmyadmin has to work with sessions in files and it is not developed to work with memcache. So to avoid problems like: Session errors Connection to memcache database user can't autheticate you have to ...Read More »

memcache: Cacheando el contenido dinámico

{ Posted on Aug 07 2008 by Mario }
En toda infraestructura más o menos grande, hay un punto de inflexión importante y es el momento en el que los frontales no son capaces de dar más resultados por segundo. Las causas por las que esto ocurren pueden ser ...Read More »