AW: [analog-help] getting rid of [no directory] in directory report

2001-05-23 Thread Stefan Schiller

Chuck Pierce wrote:

> -Ursprungliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck Pierce
> Gesendet: Mittwoch, 23. Mai 2001 15:49
> An: [EMAIL PROTECTED]
> Betreff: [analog-help] getting rid of [no directory] in directory report
> 
> 
> anyone know if it's possible to exclude items in the directory report
> and not remove them from the other reports?  I'm getting ~75% of my hits
> (mostly images and such) that show up as [no directory] in the directory
> report.  It would be nice to remove it from just the directory report.
> 
> - Chuck

Try -->

grep -v "\.gif .* 304 - " access_log > access_log.new

cat access_log.new > access_log
rm -rf access_log.new

as a shell script before start analog.
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: AW: [analog-help] getting rid of [no directory] in directory report

2001-05-23 Thread Chuck Pierce

I can accomplish the same thing with the EXCLUDE command, but this takes
out those hits from the rest of the reports.  What I am trying to do is
take them out of just the directory report.

- Chuck


Stefan Schiller wrote:
> Chuck Pierce wrote:
> > -Ursprungliche Nachricht-
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck Pierce
> > Gesendet: Mittwoch, 23. Mai 2001 15:49
> > An: [EMAIL PROTECTED]
> > Betreff: [analog-help] getting rid of [no directory] in directory report
> >
> > anyone know if it's possible to exclude items in the directory report
> > and not remove them from the other reports?  I'm getting ~75% of my hits
> > (mostly images and such) that show up as [no directory] in the directory
> > report.  It would be nice to remove it from just the directory report.
> >
> > - Chuck
> Try -->
> 
> grep -v "\.gif .* 304 - " access_log > access_log.new
> 
> cat access_log.new > access_log
> rm -rf access_log.new
> 
> as a shell script before start analog.
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: AW: [analog-help] getting rid of [no directory] in directory report

2001-05-23 Thread Jeremy Wadsack


Why not just use DIREXCLUDE?


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group


Chuck Pierce wrote:

> I can accomplish the same thing with the EXCLUDE command, but this takes
> out those hits from the rest of the reports.  What I am trying to do is
> take them out of just the directory report.
> 
> - Chuck
> 
> 
> Stefan Schiller wrote:
> 
>> Chuck Pierce wrote:
>> 
>>> -Ursprungliche Nachricht-
>>> Von: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck Pierce
>>> Gesendet: Mittwoch, 23. Mai 2001 15:49
>>> An: [EMAIL PROTECTED]
>>> Betreff: [analog-help] getting rid of [no directory] in directory report
>>> 
>>> anyone know if it's possible to exclude items in the directory report
>>> and not remove them from the other reports?  I'm getting ~75% of my hits
>>> (mostly images and such) that show up as [no directory] in the directory
>>> report.  It would be nice to remove it from just the directory report.
>>> 
>>> - Chuck
>> 
>> Try -->
>> 
>> grep -v "\.gif .* 304 - " access_log > access_log.new
>> 
>> cat access_log.new > access_log
>> rm -rf access_log.new
>> 
>> as a shell script before start analog.
> 
> +
> |  This is the analog-help mailing list. To unsubscribe from this
> |  mailing list, go to
> |http://lists.isite.net/listgate/analog-help/unsubscribe.html
> |
> |  List archives are available at
> |http://www.mail-archive.com/analog-help@lists.isite.net/
> |http://lists.isite.net/listgate/analog-help/archives/
> |http://www.tallylist.com/archives/index.cfm/mlist.7
> +


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



AW: AW: [analog-help] getting rid of [no directory] in directory report

2001-05-23 Thread Stefan Schiller

DIREXLUDE dosn't work!!

This worked !!

FILEEXCLUDE /images/*.gif,/flash/*

> -Ursprungliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Jeremy Wadsack
> Gesendet: Mittwoch, 23. Mai 2001 17:34
> An: [EMAIL PROTECTED]
> Betreff: Re: AW: [analog-help] getting rid of [no directory] in
> directory report
>
>
>
> Why not just use DIREXCLUDE?
>
>
> --
>
> Jeremy Wadsack
> Wadsack-Allen Digital Group
>
>
> Chuck Pierce wrote:
>
> > I can accomplish the same thing with the EXCLUDE command, but this takes
> > out those hits from the rest of the reports.  What I am trying to do is
> > take them out of just the directory report.
> >
> > - Chuck
> >
> >
> > Stefan Schiller wrote:
> >
> >> Chuck Pierce wrote:
> >>
> >>> -Ursprungliche Nachricht-
> >>> Von: [EMAIL PROTECTED]
> >>> [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck Pierce
> >>> Gesendet: Mittwoch, 23. Mai 2001 15:49
> >>> An: [EMAIL PROTECTED]
> >>> Betreff: [analog-help] getting rid of [no directory] in
> directory report
> >>>
> >>> anyone know if it's possible to exclude items in the directory report
> >>> and not remove them from the other reports?  I'm getting ~75%
> of my hits
> >>> (mostly images and such) that show up as [no directory] in
> the directory
> >>> report.  It would be nice to remove it from just the directory report.
> >>>
> >>> - Chuck
> >>
> >> Try -->
> >>
> >> grep -v "\.gif .* 304 - " access_log > access_log.new
> >>
> >> cat access_log.new > access_log
> >> rm -rf access_log.new
> >>
> >> as a shell script before start analog.
> >
> >
> +
> > |  This is the analog-help mailing list. To unsubscribe from this
> > |  mailing list, go to
> > |http://lists.isite.net/listgate/analog-help/unsubscribe.html
> > |
> > |  List archives are available at
> > |http://www.mail-archive.com/analog-help@lists.isite.net/
> > |http://lists.isite.net/listgate/analog-help/archives/
> > |http://www.tallylist.com/archives/index.cfm/mlist.7
> >
> +
>
>
> +
> |  This is the analog-help mailing list. To unsubscribe from this
> |  mailing list, go to
> |http://lists.isite.net/listgate/analog-help/unsubscribe.html
> |
> |  List archives are available at
> |http://www.mail-archive.com/analog-help@lists.isite.net/
> |http://lists.isite.net/listgate/analog-help/archives/
> |http://www.tallylist.com/archives/index.cfm/mlist.7
> +
>

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+