Sathish Kannan Subramanian wrote:
> Hi,
> I am trying to set up squid proxy for my network where I also want to monitor the file uploads with their names.
> My first question is that is it possible to monitor uploaded file names using squid and continuing on that question i would like to ask if possible then what is the best way to do so?
> I have posted the problem on the google group also but since nobody is responding i thought of sending you the problem.
Depends on what you mean by monitor.
You can log any of the standard HTTP headers individually or as a block.
This will log the header which contains filename and when it was POSTed:
logformat files %ts.%03tu %{Content-Disposition:;name}>h
acl POST method POST
access_log /posted-files.log files POST
What google group? this email list is the official users help channel.
Amos
-- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.6 Beta testers wanted for 3.2.0.1Received on Fri Aug 06 2010 - 12:29:03 MDT
This archive was generated by hypermail 2.2.0 : Fri Aug 06 2010 - 12:00:02 MDT