El Thu, 22 Jul 2010 13:41:18 -0400, islanis escribió: > hola amigos como puedo implementar un chequeo en tiempo real con el > sqstat, es decir me hace falta un ayuda o un lugar donde posteen algo de > eso me hace falta la direccion , porque lo que mas me urge es loq ue se > hace en el squid.conf > gracias de antemano
No sé si te he entendido bien... si lo que quieres es saber qué hay que modificar en el archivo "squid.conf" para poder configurar "sqstat", esto es lo que pone en la página del programa (punto 3): *** http://samm.kiev.ua/sqstat/ Installation 1. Unpack the distribution in your webserver's document root. 2. Copy file config.inc.php.defaults to config.inc.php, edit config.inc.php to specify your squid proxy server IP and port. 3. Edit your squid.conf to allow cachemgr protocol: acl manager proto cache_object # replace 10.0.0.1 with your webserver IP acl webserver src 10.0.0.1/255.255.255.255 http_access allow manager webserver http_access deny manager 4. Point your browser to sqstat.php file and see what happens :) 5. (optionally) enable ip resolving in config.inc.php. Also you can make "hosts" like file with ip->name pairs. *** Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

