You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "skrishnamur1@bloomberg.com" <sk...@bloomberg.com> on 2010/05/19 19:45:59 UTC

[users@httpd] zipping up output of rotatelogs in apache 1.3

Hi , Is it possible to have TransferLog directive that also zips up the putput file directly from apache without piping to a wrapper script around rotatelogs? Have been doing some research but no luck yet? If you do, let me know. I don't have mod_gziip or mod_deflate either. Thx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] zipping up output of rotatelogs in apache 1.3

Posted by Eric Covener <co...@gmail.com>.
On Wed, May 19, 2010 at 1:45 PM, skrishnamur1@bloomberg.com
<sk...@bloomberg.com> wrote:
> Hi , Is it possible to have TransferLog directive that also zips up the putput file directly from apache without piping to a wrapper script around rotatelogs? Have been doing some research but no luck yet? If you do, let me know. I don't have mod_gziip or mod_deflate either. Thx

You'd have to use a piped logger, the core of apache doesn't know how
to write log entries into a zipfile or periodically zip its old output

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org