squid on debian (dst and dstdomain)

2014-08-06 Thread Fred Maranhão
Hi,

I just updated my squid in an debian stable box and after the update
everything works fine. but I restart my squid and it not started.

I detected a (very old) line in /etc/squid3/squid.conf with an error,
but propably an warning till the last version and now an error.

that was the old line:

acl site_exemplo dst exemplo.com

and even wrong, the squid worked normally.

now I changed this to

acl site_exemplo dstdomain exemplo.com

and everything is ok. is this a bug?


Re: squid on debian (dst and dstdomain)

2014-08-06 Thread Fred Maranhão
2014-08-06 10:36 GMT-03:00 Kinkie gkin...@gmail.com:
 On Wed, Aug 6, 2014 at 2:10 PM, Fred Maranhão fred.maran...@gmail.com wrote:
 Hi,

 I just updated my squid in an debian stable box and after the update
 everything works fine. but I restart my squid and it not started.

 I detected a (very old) line in /etc/squid3/squid.conf with an error,
 but propably an warning till the last version and now an error.

 that was the old line:

 acl site_exemplo dst exemplo.com

 and even wrong, the squid worked normally.

 now I changed this to

 acl site_exemplo dstdomain exemplo.com

 and everything is ok. is this a bug?

 You slightly changed the semantics of your configuration.

 acl site_exemplo dst exemplo.com

 This is is a per-destination-ip-address ACL: it would resolve
 exemplo.com to its ip address, and then anything matching that
 destination ip address would be a positive for that ACL, even if it
 was www.exemplo.com or www.microsoft.com.

 acl site_exemplo dstdomain exemplo.com

 This is a per-destination-host-name ACL: it maches URLS which contain
 _exactly_ exemplo.com as hostname part, for instance
 http://exemplo.com/, http://exemplo.com/index.html and so on.
 It will _not_ match www.exemplo.com, exemplo.com's IP address or
 www.microsoft.com even if it is on the same IP address.

 Only you can know what you want to achieve; please refer to the
 documentation of the acl directive for further details and
 variations.

but this is not the importante issue. the important issue is that, in
my instalation, squid doesn't start with the dst syntax. is there
anyone using (updated) debian stable in here? the problem is just with
me?


typo

2012-04-05 Thread Fred Maranhão
there is a little typo in manuals.po in the following text:

#. type: Plain text
#: helpers/external_acl/file_userip/ext_file_userip_acl.8:7
msgid Restrict users to cetain IP addresses, using a text file backend.
msgstr Restrict users to cetain IP addresses, using a text file backend.

cetain should be certain


typo

2012-04-05 Thread Fred Maranhão
Hi there is a typo in manuals.po

in the text:

#. type: SH
#: helpers/basic_auth/SSPI/basic_sspi_auth.8:43
#, no-wrap
msgid CONFGURATION

the correct spell should be CONFIGURATION, with an I


typo

2012-04-04 Thread Fred Maranhão
there is a little typo in manuals.po in the following text:

#. type: Plain text
#: tools/cachemgr.cgi.8.in:56 tools/squidclient.1:168
msgid 
Derived from Harvest. Further developed by by numerous individuals from the 
internet community. Development is led by Duane Wessels of the National 
Laboratory for Applied Network Research and funded by the National Science 
Foundation.
msgstr 

there is a duplicate by

Fred


Introducing Myself

2012-03-03 Thread Fred Maranhão
Hi,

My name is Fred Maranhão. I'm starting to work with squid and I'm
interested in translate the software to brazilian portuguese (pt_BR).

Fred