On Wed, Mar 26, 2014 at 07:19:28PM -0400, "Eduardo R. Barrera Pérez" wrote: > Bueno ya resolví el problema, dentro del virtualhost de apache2 lo > modifique para que me quedara así: > > # VirtualHost para Estadisticas del Squid > <VirtualHost 192.168.0.11:80> > ServerName staticmail.gobpr.co.cu > ServerAlias staticmail.gobpr.co.cu > ServerAdmin [email protected] > DocumentRoot "/var/www/isoqlog" > > <Directory /var/www/isoqlog/> > Options Indexes Includes FollowSymLinks > AddDefaultCharset ISO-8859-1 > AllowOverride None > order allow,deny > allow from all > </Directory>
Hay otra solución, que es poner la línea: AddDefaultCharset ISO-8859-1 en /var/www/isoqlog/.htaccess -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

