hello 2!

hello 2!

am 14.03.2002 03:13:16 von naptime

Once again, I emailed prematurely, instead of finding what I did
incorrectly, in the apache configuration command line I had not put
--suexec-docroot I had put userdir. Thanks anyway people.

j


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Apache logs

am 14.03.2002 06:37:51 von Joseph

Is it possible to configure an apache server to put logs on a different
server?



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache logs

am 14.03.2002 09:45:35 von Artiom Morozov

it's matter of OS, not apache. mount remote machine disk and write logs
there. of transfer logs via pipe to program which will send them over
network.

be aware: this will be slow. it's better to pack logs after rotating
and send them then.

îÁ 2002.03.14 07:37 Joseph ÎÁÐÉÓÁÌ:
> Is it possible to configure an apache server to put logs on a
> different
> server?
>

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache logs

am 14.03.2002 12:35:41 von Stephen Reppucci

On Thu, 14 Mar 2002, Artiom Morozov wrote:

> it's matter of OS, not apache. mount remote machine disk and write logs
> there. of transfer logs via pipe to program which will send them over
> network.

It's also possible to log via syslog, though I've never tried this
myself.

> be aware: this will be slow. it's better to pack logs after rotating
> and send them then.

This *used* to be a truism, but I suspect in this day and age of
dedicated NFS appliances and SANS/NAS solutions, it's not always the
case anymore. (Speaking to the speed of network logging, not
arguing the compression point...) If you have leading edge network
solutions, the access speed of some network devices approaches or
even surpasses that of a local disk.

I'd be curious to hear if others have empirical data to support this
thought...

>
> îÁ 2002.03.14 07:37 Joseph ÎÁÐÉÓÁ=CC:
> > Is it possible to configure an apache server to put logs on a
> > different
> > server?

--=20
Steve Reppucci sgr@logsoft.com |
Logical Choice Software http://logsoft.com/ |
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- My God! What have I done? -=3D-=
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache logs

am 14.03.2002 14:56:59 von Pete Nelson

Another possibility is to write the log to a database. I've done this
by having the log 'filename' actually be a pipe to a perl script. The
script reads , breaks up the pieces of the log, and then inserts
them into the database. It works great on unix systems, although on
Windows, the perl process doesn't terminate when the server is stopped
(but who'd use windows as a production server?)

--
Pete Nelson, Web Developer

http://www.ci.stpaul.mn.us/

>>> joseph@femalenetwork.com 03/13/02 11:37PM >>>
Is it possible to configure an apache server to put logs on a
different
server?



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache logs

am 15.03.2002 09:54:00 von Martin Haase-Thomas

CustomLog /path/to/your/logfile/access_log combined
for example

cu
Martin


Stephen Reppucci wrote:

>On Thu, 14 Mar 2002, Artiom Morozov wrote:
>
>>it's matter of OS, not apache. mount remote machine disk and write logs
>>there. of transfer logs via pipe to program which will send them over
>>network.
>>
>
>It's also possible to log via syslog, though I've never tried this
>myself.
>
>>be aware: this will be slow. it's better to pack logs after rotating
>>and send them then.
>>
>
>This *used* to be a truism, but I suspect in this day and age of
>dedicated NFS appliances and SANS/NAS solutions, it's not always the
>case anymore. (Speaking to the speed of network logging, not
>arguing the compression point...) If you have leading edge network
>solutions, the access speed of some network devices approaches or
>even surpasses that of a local disk.
>
>I'd be curious to hear if others have empirical data to support this
>thought...
>
>> 2002.03.14 07:37 Joseph
>>
>>>Is it possible to configure an apache server to put logs on a
>>>different
>>>server?
>>>
>

--
http://www.meome.de
-------------------------------------------------------
Martin Haase-Thomas | Tel.: 030 43730-558
meOme AG | Fax.: 030 43730-555
Software Development | mht@meome-ag.de
-------------------------------------------------------




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Apache Logs

am 20.06.2002 08:53:41 von Andrew Kenna

check out, www.linuxapps.com, or www.apachetoolbox.com

Andrew

-----Original Message-----
From: Kerry Peterson [mailto:wizard@xmech.net]
Sent: Thursday, 20 June 2002 4:45 PM
To: users@httpd.apache.org
Subject: Apache Logs


Hello, I've been toying with this idea for awhile now, and I want to put =
it
into action, what I want to do is have something that at the end of =
every
day will take my apache logs, and email them to me, then if possible =
split
the logs into separate day files (instead of the one log file) and start =
a
new file for that day and so on.
I've searched around for something that would do this, but to no avail. =
If
anyone knows of anything that does this (or anything that will at least
email me the logs every day) plz feed me the url.
Many thanks.

--
wizard
Network Admin
www.xmech.net | irc.xmech.net
rm -rf bin/laden
chown unix:users /world


------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Apache Logs

am 20.06.2002 16:50:35 von Jonathan Thomas

Sounds like a nice daily cron job using sendmail should do the trick... ?



Thanks,
JT


-----Original Message-----
From: Enrico Weigelt [mailto:weigelt@metux.de]
Sent: Thursday, June 20, 2002 10:32 AM
To: users@httpd.apache.org
Subject: Re: Apache Logs


On Thu, Jun 20, 2002 at 12:44:33AM -0600, Kerry Peterson wrote:
> Hello, I've been toying with this idea for awhile now, and I want to
> put it into action, what I want to do is have something that at the
> end of every day will take my apache logs, and email them to me, then
> if possible split the logs into separate day files (instead of the one
> log file) and start a new file for that day and so on. I've searched
> around for something that would do this, but to no avail. If anyone
> knows of anything that does this (or anything that will at least email
> me the logs every day) plz feed me the url. Many thanks.

logrotate

~-n

--
Enrico Weigelt == metux ITS
Webhosting ab 5 EUR/Monat. Server-Housing ab 50 EUR/Monat.
www: http://www.metux.de/ phone: +49 36207 519931
email: contact@metux.de cellphone: +49 174 7066481

------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Apache Logs

am 20.06.2002 16:54:45 von George Gallen

------_=_NextPart_001_01C2186A.6AA83F8A
Content-Type: text/plain;
charset="iso-8859-1"

one caveat, don't delete and touch the file on the cron job,
or your logs will not update until httpd is restarted, as the
INODE still points to the old file.

Instead to clear the file do a 'cp /dev/null logfile' this will
reset it to a null file, and the logs will continue as normal.

George

>-----Original Message-----
>From: Jonathan Thomas [mailto:jonathan.thomas@veritas.com]
>Sent: Thursday, June 20, 2002 10:51 AM
>To: users@httpd.apache.org
>Subject: RE: Apache Logs
>
>
>Sounds like a nice daily cron job using sendmail should do the
>trick... ?
>
>
>
>Thanks,
>JT
>
>
>-----Original Message-----
>From: Enrico Weigelt [mailto:weigelt@metux.de]
>Sent: Thursday, June 20, 2002 10:32 AM
>To: users@httpd.apache.org
>Subject: Re: Apache Logs
>
>
>On Thu, Jun 20, 2002 at 12:44:33AM -0600, Kerry Peterson wrote:
>> Hello, I've been toying with this idea for awhile now, and I want to
>> put it into action, what I want to do is have something that at the
>> end of every day will take my apache logs, and email them to
>me, then
>> if possible split the logs into separate day files (instead
>of the one
>> log file) and start a new file for that day and so on. I've searched
>> around for something that would do this, but to no avail. If anyone
>> knows of anything that does this (or anything that will at
>least email
>> me the logs every day) plz feed me the url. Many thanks.
>
>logrotate
>
>~-n
>
>--
> Enrico Weigelt == metux ITS
> Webhosting ab 5 EUR/Monat. Server-Housing ab 50 EUR/Monat.
> www: http://www.metux.de/ phone: +49 36207 519931
> email: contact@metux.de cellphone: +49 174 7066481
>
>----------------------------------------------------------- ----------
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>----------------------------------------------------------- ----------
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>

------_=_NextPart_001_01C2186A.6AA83F8A
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable




charset=3Diso-8859-1">
5.5.2650.12">
RE: Apache Logs



one caveat, don't delete and touch the file on the =
cron job,


or your logs will not update until httpd is =
restarted, as the


INODE still points to the old file.



Instead to clear the file do a 'cp /dev/null logfile' =
this will


reset it to a null file, and the logs will continue =
as normal.



George



>-----Original Message-----

>From: Jonathan Thomas [ HREF=3D"mailto:jonathan.thomas@veritas.com">mailto:jonathan. thomas@verit=
as.com
]


>Sent: Thursday, June 20, 2002 10:51 AM

>To: users@httpd.apache.org

>Subject: RE: Apache Logs

>

>

>Sounds like a nice daily cron job using sendmail =
should do the


>trick... ?

>

>

>

>Thanks,

>JT

>

>

>-----Original Message-----

>From: Enrico Weigelt [ HREF=3D"mailto:weigelt@metux.de">mailto:weigelt@metux.de]

>Sent: Thursday, June 20, 2002 10:32 AM

>To: users@httpd.apache.org

>Subject: Re: Apache Logs

>

>

>On Thu, Jun 20, 2002 at 12:44:33AM -0600, Kerry =
Peterson wrote:


>> Hello, I've been toying with this idea for =
awhile now, and I want to


>> put it into action, what I want to do is =
have something that at the


>> end of every day will take my apache logs, =
and email them to


>me, then

>> if possible split the logs into separate =
day files (instead


>of the one

>> log file) and start a new file for that day =
and so on. I've searched


>> around for something that would do this, =
but to no avail. If anyone


>> knows of anything that does this (or =
anything that will at


>least email

>> me the logs every day) plz feed me the url. =
Many thanks.


>

>logrotate

>

>~-n

>

>--

> Enrico Weigelt    =
==   metux ITS


> Webhosting ab 5 EUR/Monat. Server-Housing ab 50 =
EUR/Monat.


> www:     HREF=3D"http://www.metux.de/" =
TARGET=3D"_blank">http://www.metux.de/
     =
   phone:     +49 36207 519931


> email:   =
contact@metux.de         &n=
bsp;  cellphone: +49 174 7066481


>

SIZE=3D2>> -----------------------------------------------------------=
----------


>To unsubscribe, e-mail: =
users-unsubscribe@httpd.apache.org


>For additional commands, e-mail: =
users-help@httpd.apache.org


>

SIZE=3D2>> -----------------------------------------------------------=
----------


>To unsubscribe, e-mail: =
users-unsubscribe@httpd.apache.org


>For additional commands, e-mail: =
users-help@httpd.apache.org


>





------_=_NextPart_001_01C2186A.6AA83F8A--

RE: apache logs

am 03.12.2002 09:27:15 von Boyle Owen

RTFM "Conditional Logging" in the Log Files Tutorial in the apache docs.

>-----Original Message-----
>From: Carlos White [mailto:cwhite@theatomicmoose.ca]
>Sent: Montag, 2. Dezember 2002 19:34
>To: users@httpd.apache.org
>Subject: [users@httpd] apache logs
>
>
>how do i tell apache not to log requests for pages/sites from
>my internal network?
>
>
>thanks
>--
>http://theatomicmoose.ca
>
>
>
>
>
>-------------------------------------------------
>This mail sent through Moose Mail http://webmail.theatomicmoose.ca
>
>
>----------------------------------------------------------- ----------
>The official User-To-User support forum of the Apache HTTP
>Server Project.
>See 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
>
>

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: apache logs

am 03.12.2002 14:44:17 von C White

thanks but i managed to stumble across RefererIgnore late last night,
and it seems to do what i want but it doesn't fully explain the string i
would need, for example is it RefererIgnore 192.168.10 or 192.168.10.0
or 192.168.10.0/255.255.255.0 i can't find anything that explains how to
us it to use it to ignore entire netblocks, any ideas?

Boyle Owen wrote:

>RTFM "Conditional Logging" in the Log Files Tutorial in the apache docs.
>
>
>
>>-----Original Message-----
>>From: Carlos White [mailto:cwhite@theatomicmoose.ca]
>>Sent: Montag, 2. Dezember 2002 19:34
>>To: users@httpd.apache.org
>>Subject: [users@httpd] apache logs
>>
>>
>>how do i tell apache not to log requests for pages/sites from
>>my internal network?
>>
>>
>>thanks
>>--
>>http://theatomicmoose.ca
>>
>>
>>
>>
>>
>>-------------------------------------------------
>>This mail sent through Moose Mail http://webmail.theatomicmoose.ca
>>
>>
>>---------------------------------------------------------- -----------
>>The official User-To-User support forum of the Apache HTTP
>>Server Project.
>>See 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
>>
>>
>>
>>
>
>This message is for the named person's use only. It may contain
>confidential, proprietary or legally privileged information. No
>confidentiality or privilege is waived or lost by any mistransmission.
>If you receive this message in error, please notify the sender urgently
>and then immediately delete the message and any copies of it from your
>system. Please also immediately destroy any hardcopies of the message.
>You must not, directly or indirectly, use, disclose, distribute, print,
>or copy any part of this message if you are not the intended recipient.
>The sender's company reserves the right to monitor all e-mail
>communications through their networks. Any views expressed in this
>message are those of the individual sender, except where the message
>states otherwise and the sender is authorised to state them to be the
>views of the sender's company.
>
>----------------------------------------------------------- ----------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See 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
>
>




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: apache logs

am 03.12.2002 14:59:21 von Boyle Owen

RefererIgnore works on strings, it doesn't know or care about TCP/IP. =
With each request, the client has the option of adding a "referer" =
header. This is a string which contains the address of the page that the =
user was looking at when he clicked the link to go to your page.

E.g. the page http://www.acme.com/index.html contains a link to your =
page. When someone clicks on the link, your server will get a request =
containing the header line:

Referer: http://www.acme.com/index.html=20

You can see this string in your logfile by adding it to the LogFormat =
directive as %{Referer}i (see docs for details).

RefererIgnore might be useful for some cases where you know in advance =
the URL of referring pages but it doesn't resolve IP addresses or =
anything - it is just a straight string-matcher. E.g. if www.acme.com =
resolves to 192.168.1.1, then RefererIgnore www.acme.com will ignore =
requests only from that domain. It will not match requests from =
192.168.1.1 or from www2.acme.com (even if it has the same IP) or =
whatever..
Rgds,

Owen Boyle

>-----Original Message-----
>From: C White [mailto:cwhite@theatomicmoose.ca]
>Sent: Dienstag, 3. Dezember 2002 14:44
>To: users@httpd.apache.org
>Subject: Re: [users@httpd] apache logs
>
>
>thanks but i managed to stumble across RefererIgnore late last night,=20
>and it seems to do what i want but it doesn't fully explain=20
>the string i=20
>would need, for example is it RefererIgnore 192.168.10 or 192.168.10.0=20
>or 192.168.10.0/255.255.255.0 i can't find anything that=20
>explains how to=20
>us it to use it to ignore entire netblocks, any ideas?
>
>Boyle Owen wrote:
>
>>RTFM "Conditional Logging" in the Log Files Tutorial in the=20
>apache docs.
>>
>> =20
>>
>>>-----Original Message-----
>>>From: Carlos White [mailto:cwhite@theatomicmoose.ca]
>>>Sent: Montag, 2. Dezember 2002 19:34
>>>To: users@httpd.apache.org
>>>Subject: [users@httpd] apache logs
>>>
>>>
>>>how do i tell apache not to log requests for pages/sites from=20
>>>my internal network?
>>>
>>>
>>>thanks
>>>--=20
>>>http://theatomicmoose.ca
>>>
>>>
>>>
>>>
>>>
>>>-------------------------------------------------
>>>This mail sent through Moose Mail http://webmail.theatomicmoose.ca
>>>
>>>
>>>--------------------------------------------------------- ------------
>>>The official User-To-User support forum of the Apache HTTP=20
>>>Server Project.
>>>See 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
>>>
>>>
>>> =20
>>>
>>
>>This message is for the named person's use only. It may contain
>>confidential, proprietary or legally privileged information. No
>>confidentiality or privilege is waived or lost by any mistransmission.
>>If you receive this message in error, please notify the=20
>sender urgently
>>and then immediately delete the message and any copies of it from your
>>system. Please also immediately destroy any hardcopies of the message.
>>You must not, directly or indirectly, use, disclose,=20
>distribute, print,
>>or copy any part of this message if you are not the intended=20
>recipient.
>>The sender's company reserves the right to monitor all e-mail
>>communications through their networks. Any views expressed in this
>>message are those of the individual sender, except where the message
>>states otherwise and the sender is authorised to state them to be the
>>views of the sender's company.=20
>>
>>---------------------------------------------------------- -----------
>>The official User-To-User support forum of the Apache HTTP=20
>Server Project.
>>See 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
>> =20
>>
>
>
>
>
>----------------------------------------------------------- ----------
>The official User-To-User support forum of the Apache HTTP=20
>Server Project.
>See 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
>
>

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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

Apache 2.0.43 + eperl?

am 03.12.2002 15:23:16 von Fabian Kreitner

Hello all,

I am in need for an "eperl" replacement for the ...

Apache 2.0.43
Perl 5.8.0
mod_perl 2

.... combination. I am unable to find a working eperl module for this :(
The module would need to be able to interpret scripts like ...



preferrably run through mod_perl (security is not much of an issue).
Where can I get such a module please? What do I need to add to the httpd.conf?

thank you for your help
Fabian


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: apache logs

am 04.12.2002 02:57:07 von C White

thanks for clearing that up for me, i did little bit more reading to
day and i think this is what i need to do, correct me if i'm wrong:

add the following to httpd conf:

SetEnvIfNoCase Remote_Addr 192\.168\.10\.0 4get

CustomLog /var/log/httpd/access_log "combined" env=!4get

i based this on some lines i had to add to get it to stop logging a lot
of scans for ms stuff

if this doesn't work then could someone please explain why

Boyle Owen wrote:

>RefererIgnore works on strings, it doesn't know or care about TCP/IP. With each request, the client has the option of adding a "referer" header. This is a string which contains the address of the page that the user was looking at when he clicked the link to go to your page.
>
>E.g. the page http://www.acme.com/index.html contains a link to your page. When someone clicks on the link, your server will get a request containing the header line:
>
>Referer: http://www.acme.com/index.html
>
>You can see this string in your logfile by adding it to the LogFormat directive as %{Referer}i (see docs for details).
>
>RefererIgnore might be useful for some cases where you know in advance the URL of referring pages but it doesn't resolve IP addresses or anything - it is just a straight string-matcher. E.g. if www.acme.com resolves to 192.168.1.1, then RefererIgnore www.acme.com will ignore requests only from that domain. It will not match requests from 192.168.1.1 or from www2.acme.com (even if it has the same IP) or whatever..
>Rgds,
>
>Owen Boyle
>
>
>
>>-----Original Message-----
>>From: C White [mailto:cwhite@theatomicmoose.ca]
>>Sent: Dienstag, 3. Dezember 2002 14:44
>>To: users@httpd.apache.org
>>Subject: Re: [users@httpd] apache logs
>>
>>
>>thanks but i managed to stumble across RefererIgnore late last night,
>>and it seems to do what i want but it doesn't fully explain
>>the string i
>>would need, for example is it RefererIgnore 192.168.10 or 192.168.10.0
>>or 192.168.10.0/255.255.255.0 i can't find anything that
>>explains how to
>>us it to use it to ignore entire netblocks, any ideas?
>>
>>Boyle Owen wrote:
>>
>>
>>
>>>RTFM "Conditional Logging" in the Log Files Tutorial in the
>>>
>>>
>>apache docs.
>>
>>
>>>
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: Carlos White [mailto:cwhite@theatomicmoose.ca]
>>>>Sent: Montag, 2. Dezember 2002 19:34
>>>>To: users@httpd.apache.org
>>>>Subject: [users@httpd] apache logs
>>>>
>>>>
>>>>how do i tell apache not to log requests for pages/sites from
>>>>my internal network?
>>>>
>>>>
>>>>thanks
>>>>--
>>>>http://theatomicmoose.ca
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>-------------------------------------------------
>>>>This mail sent through Moose Mail http://webmail.theatomicmoose.ca
>>>>
>>>>
>>>>-------------------------------------------------------- -------------
>>>>The official User-To-User support forum of the Apache HTTP
>>>>Server Project.
>>>>See 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>This message is for the named person's use only. It may contain
>>>confidential, proprietary or legally privileged information. No
>>>confidentiality or privilege is waived or lost by any mistransmission.
>>>If you receive this message in error, please notify the
>>>
>>>
>>sender urgently
>>
>>
>>>and then immediately delete the message and any copies of it from your
>>>system. Please also immediately destroy any hardcopies of the message.
>>>You must not, directly or indirectly, use, disclose,
>>>
>>>
>>distribute, print,
>>
>>
>>>or copy any part of this message if you are not the intended
>>>
>>>
>>recipient.
>>
>>
>>>The sender's company reserves the right to monitor all e-mail
>>>communications through their networks. Any views expressed in this
>>>message are those of the individual sender, except where the message
>>>states otherwise and the sender is authorised to state them to be the
>>>views of the sender's company.
>>>
>>>--------------------------------------------------------- ------------
>>>The official User-To-User support forum of the Apache HTTP
>>>
>>>
>>Server Project.
>>
>>
>>>See 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
>>>
>>>
>>>
>>>
>>
>>
>>---------------------------------------------------------- -----------
>>The official User-To-User support forum of the Apache HTTP
>>Server Project.
>>See 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
>>
>>
>>
>>
>
>----------------------------------------------------------- ----------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See 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
>
>




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Apache logs

am 14.12.2002 01:13:15 von Thilanka Samarasekera

But the one that gives the correct visitor information
is a different website while the one that's not giving
the correct information is another different webpage.
One is a linux box while the other one is a Winblows
sorry windows box.

Hope this helps. Any help would be appreciated.

regards,

Thilanka

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Apache logs

am 21.08.2009 18:00:47 von Richard Peacock

------_=_NextPart_001_01CA2278.8C1DB071
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi A Hole,



Thanks for letting us know?



(do you mean to ask "Are the Apache logs written when the request is
completed?")



I have you read the pages at http://httpd.apache.org/ regarding the log
files?



Ps. Please nobody moan about me "reverse posting", I blame my outlook
client!



________________________________

From: Andrew Hole [mailto:andremailinglist@gmail.com]
Sent: 21 August 2009 16:49
To: users@httpd.apache.org
Subject: [users@httpd] Apache logs



Hi guys?

Apache logs are written when the request is completed (when browser
received the response)?

Thanks




************************************************************ **********
Privileged/Confidential Information may be contained in this
message. If you are not the addressee indicated in this
message (or responsible for delivery of the message to such
person), you must not copy, distribute or take any action in
reliance to it.
In such case, you should destroy this message and kindly
notify the sender by reply email. Please advise immediately
if you or your employer do not consent to Internet email for
messages of this kind. Opinions, conclusions and other
information in this message that do not relate to the official
business of Minorplanet Systems plc shall be understood as
neither given nor endorsed by it. Minorplanet Systems plc, Registration n=
o: 3372097
Minorplanet Limited, Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7 2AA
VAT #: 698 1438 86
************************************************************ **********

------_=_NextPart_001_01CA2278.8C1DB071
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" xmlns=3D"http://ww=
w.w3.org/TR/REC-html40">


i">

namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"Pers=
onName"/>









=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Hi A Hole,
<=
/p>

=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Thanks for letting us know? p>



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



style=3D'font-size:10.0pt;font-family:Arial;color:navy;font- weight:bold'>=
(do you
mean to ask “Are the Apache logs written when the request is comple=
ted?”)



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>I have you read the pages at href=3D"http://httpd.apache.org/">http://httpd.apache.org/ regarding =
the log
files?



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



style=3D'font-size:10.0pt;font-family:Arial;color:navy;font- style:italic'=
>Ps.
Please nobody moan about me “reverse posting”, I blame my out=
look
client!



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 





ize=3D3
face=3D"Times New Roman">






style=3D'font-size:10.0pt;font-family:Tahoma;font-weight:bol d'>From: n> size=3D2 face=3DTahoma> family:Tahoma'>
Andrew Hole [mailto:andremailinglist@gmail.com]

Sent: 21 August 2009 16:49=


To: =3D"on">users@httpd.apache.org

Subject: [users@httpd] Apa=
che logs
lang=3DEN-US>





=3D'font-size:
12.0pt'> 



=3D'font-size:
12.0pt'>Hi guys?



Apache logs are written when the request is completed (when browser recei=
ved
the response)?



Thanks







************************************************************ ****=
******
Privileged/Confidential
Information may be contained in this
message. If you are not the addr=
essee
indicated in this
message (or responsible for delivery of the message=
to
such
person), you must not copy, distribute or take any action in

reliance to it.
In such case, you should destroy this message and =
kindly

notify the sender by reply email. Please advise immediately
if yo=
u or
your employer do not consent to Internet email for
messages of this k=
ind.
Opinions, conclusions and other
information in this message that do n=
ot
relate to the official
business of Minorplanet Systems plc shall be
understood as
neither given nor endorsed by it.

Minorplanet Systems plc, Registration no: 3372097
Minorplanet Lim=
ited,
Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7=

2AA
VAT #: 698 1438
86
************************************************************ *******=
***


 





------_=_NextPart_001_01CA2278.8C1DB071--

RE: Apache logs

am 21.08.2009 18:04:09 von Richard Peacock

------_=_NextPart_001_01CA2279.043A888B
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Oops, there's me questioning someone's post and making a mistake in my
reply which makes my post nonsense!

Correction: "I have you read the pages at http://httpd.apache.org/
regarding the log files?" should be "Have you ..."







________________________________

From: Richard Peacock [mailto:richard.peacock@minorplanet.com]
Sent: 21 August 2009 17:01
To: users@httpd.apache.org
Subject: RE: [users@httpd] Apache logs



Hi A Hole,



Thanks for letting us know?



(do you mean to ask "Are the Apache logs written when the request is
completed?")



I have you read the pages at http://httpd.apache.org/ regarding the log
files?





Ps. Please nobody moan about me "reverse posting", I blame my outlook
client!



________________________________

From: Andrew Hole [mailto:andremailinglist@gmail.com]
Sent: 21 August 2009 16:49
To: users@httpd.apache.org
Subject: [users@httpd] Apache logs



Hi guys?

Apache logs are written when the request is completed (when browser
received the response)?

Thanks


************************************************************ **********
Privileged/Confidential Information may be contained in this
message. If you are not the addressee indicated in this
message (or responsible for delivery of the message to such
person), you must not copy, distribute or take any action in
reliance to it.
In such case, you should destroy this message and kindly
notify the sender by reply email. Please advise immediately
if you or your employer do not consent to Internet email for
messages of this kind. Opinions, conclusions and other
information in this message that do not relate to the official
business of Minorplanet Systems plc shall be understood as
neither given nor endorsed by it.

Minorplanet Systems plc, Registration no: 3372097
Minorplanet Limited, Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7 2AA
VAT #: 698 1438 86
************************************************************ **********







************************************************************ **********
Privileged/Confidential Information may be contained in this
message. If you are not the addressee indicated in this
message (or responsible for delivery of the message to such
person), you must not copy, distribute or take any action in
reliance to it.
In such case, you should destroy this message and kindly
notify the sender by reply email. Please advise immediately
if you or your employer do not consent to Internet email for
messages of this kind. Opinions, conclusions and other
information in this message that do not relate to the official
business of Minorplanet Systems plc shall be understood as
neither given nor endorsed by it. Minorplanet Systems plc, Registration n=
o: 3372097
Minorplanet Limited, Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7 2AA
VAT #: 698 1438 86
************************************************************ **********

------_=_NextPart_001_01CA2279.043A888B
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" xmlns=3D"http://ww=
w.w3.org/TR/REC-html40">


i">

namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"Post=
alCode"/>
s"
name=3D"Street"/>
s"
name=3D"place"/>
s"
name=3D"City"/>
s"
name=3D"address"/>
s"
name=3D"PersonName"/>









=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Oops, there’s me questioning s=
omeone’s
post and making a mistake in my reply which makes my post nonsense!<=
/o:p>



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Correction: “I have you read t=
he
pages at http://httpd.apache.org/ >
regarding the log files?” should be “Have you …”<=
o:p>



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 





ize=3D3
face=3D"Times New Roman">






style=3D'font-size:10.0pt;font-family:Tahoma;font-weight:bol d'>From: n> size=3D2 face=3DTahoma> family:Tahoma'>
Richard Peacock
[mailto:richard.peacock@minorplanet.com]

Sent: 21 August 2009 17:01=


To: =3D"on">users@httpd.apache.org

Subject: RE: [users@httpd]=
Apache
logs





=3D'font-size:
12.0pt'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Hi A Hole,
<=
/p>

=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Thanks for letting us know? p>



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



style=3D'font-size:10.0pt;font-family:Arial;color:navy;font- weight:bold'>=
(do you
mean to ask “Are the Apache logs written when the request is
completed?”)



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'>I have you read the pages at href=3D"http://httpd.apache.org/">http://httpd.apache.org/
regarding =
the log
files?



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 



style=3D'font-size:10.0pt;font-family:Arial;color:navy;font- style:italic'=
>Ps. Please
nobody moan about me “reverse posting”, I blame my outlook cl=
ient!



=3D'font-size:
10.0pt;font-family:Arial;color:navy'> 





ize=3D3
face=3D"Times New Roman">






style=3D'font-size:10.0pt;font-family:Tahoma;font-weight:bol d'>From: n> size=3D2 face=3DTahoma> family:Tahoma'>
Andrew Hole [mailto:andremailinglist@gmail.com]

Sent: 21 August 2009 16:49=


To: =3D"on">users@httpd.apache.org

Subject: [users@httpd] Apa=
che logs
lang=3DEN-US>





=3D'font-size:
12.0pt'> 



=3D'font-size:
12.0pt'>Hi guys?



Apache logs are written when the request is completed (when browser recei=
ved
the response)?



Thanks





=3D'font-size:
12.0pt'>

************************************************************ ********** >
Privileged/Confidential Information may be contained in this

message. If you are not the addressee indicated in this

message (or responsible for delivery of the message to such

person), you must not copy, distribute or take any action in

reliance to it.

In such case, you should destroy this message and kindly

notify the sender by reply email. Please advise immediately

if you or your employer do not consent to Internet email for

messages of this kind. Opinions, conclusions and other

information in this message that do not relate to the official

business of Minorplanet Systems plc shall be understood as

neither given nor endorsed by it.







=3D'font-size:
12.0pt'>Minorplanet Systems plc, Registration no: 3372097

Minorplanet Limited, Registration no: 4072786

Greenwich ity>
House, 223 North Street<=
/st1:Street>,
Leeds, LS7 =
2AA


VAT #: 698 1438 86

************************************************************ ********** p>







=3D'font-size:
12.0pt'>

 









************************************************************ ****=
******
Privileged/Confidential
Information may be contained in this
message. If you are not the addr=
essee
indicated in this
message (or responsible for delivery of the message=
to
such
person), you must not copy, distribute or take any action in

reliance to it.
In such case, you should destroy this message and =
kindly

notify the sender by reply email. Please advise immediately
if yo=
u or
your employer do not consent to Internet email for
messages of this k=
ind.
Opinions, conclusions and other
information in this message that do n=
ot
relate to the official
business of Minorplanet Systems plc shall be
understood as
neither given nor endorsed by it.

Minorplanet Systems plc, Registration no: 3372097
Minorplanet Lim=
ited,
Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7=

2AA
VAT #: 698 1438
86
************************************************************ *******=
***


 





------_=_NextPart_001_01CA2279.043A888B--

How do purge or invalidate object(s) from mod_cache

am 21.08.2009 18:38:33 von Jerome Yanga

--_000_76722F5B0F7AEE469FD7E4AFAB8940121AD39CCE68redmx2esric om_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

How do I purge or invalidate object(s) from mod_cache?

jerome

--_000_76722F5B0F7AEE469FD7E4AFAB8940121AD39CCE68redmx2esric om_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:p=3D"urn:schemas-m=
icrosoft-com:office:powerpoint" xmlns:a=3D"urn:schemas-microsoft-com:office=
:access" xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s=3D"=
uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs=3D"urn:schemas-microsof=
t-com:rowset" xmlns:z=3D"#RowsetSchema" xmlns:b=3D"urn:schemas-microsoft-co=
m:office:publisher" xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadshee=
t" xmlns:c=3D"urn:schemas-microsoft-com:office:component:spread sheet" xmlns=
:odc=3D"urn:schemas-microsoft-com:office:odc" xmlns:oa=3D"urn:schemas-micro=
soft-com:office:activation" xmlns:html=3D"http://www.w3.org/TR/REC-html40" =
xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc=3D"http://m=
icrosoft.com/officenet/conferencing" xmlns:D=3D"DAV:" xmlns:Repl=3D"http://=
schemas.microsoft.com/repl/" xmlns:mt=3D"http://schemas.microsoft.com/share=
point/soap/meetings/" xmlns:x2=3D"http://schemas.microsoft.com/office/excel=
/2003/xml" xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd" xmlns:ois=
=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir=3D"http://=
schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds=3D"http://www.w3=
..org/2000/09/xmldsig#" xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint=
/dsp" xmlns:udc=3D"http://schemas.microsoft.com/data/udc" xmlns:xsd=3D"http=
://www.w3.org/2001/XMLSchema" xmlns:sub=3D"http://schemas.microsoft.com/sha=
repoint/soap/2002/1/alerts/" xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#"=
xmlns:sp=3D"http://schemas.microsoft.com/sharepoint/" xmlns:sps=3D"http://=
schemas.microsoft.com/sharepoint/soap/" xmlns:xsi=3D"http://www.w3.org/2001=
/XMLSchema-instance" xmlns:udcs=3D"http://schemas.microsoft.com/data/udc/so=
ap" xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile " xmlns:udc=
p2p=3D"http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf=3D"http:/=
/schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss=3D"http://sche=
mas.microsoft.com/office/2006/digsig-setup" xmlns:dssi=3D"http://schemas.mi=
crosoft.com/office/2006/digsig" xmlns:mdssi=3D"http://schemas.openxmlformat=
s.org/package/2006/digital-signature" xmlns:mver=3D"http://schemas.openxmlf=
ormats.org/markup-compatibility/2006" xmlns:m=3D"http://schemas.microsoft.c=
om/office/2004/12/omml" xmlns:mrels=3D"http://schemas.openxmlformats.org/pa=
ckage/2006/relationships" xmlns:spwp=3D"http://microsoft.com/sharepoint/web=
partpages" xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/service s/20=
06/types" xmlns:ex12m=3D"http://schemas.microsoft.com/exchange/service s/200=
6/messages" xmlns:pptsl=3D"http://schemas.microsoft.com/sharepoint/soap/ Sli=
deLibrary/" xmlns:spsl=3D"http://microsoft.com/webservices/SharePointPor tal=
Server/PublishedLinksService" xmlns:Z=3D"urn:schemas-microsoft-com:" xmlns:=
st=3D"" xmlns=3D"http://www.w3.org/TR/REC-html40">














"sans-serif";
color:#1F497D'>How do I purge or invalidate object(s) from mod_cache?<=
/o:p>



"sans-serif";
color:#1F497D'> 



"sans-serif";
color:#1F497D'>jerome











--_000_76722F5B0F7AEE469FD7E4AFAB8940121AD39CCE68redmx2esric om_--

Re: Apache logs

am 21.08.2009 18:58:44 von Andrew Hole

--0015174c0f02f28aca0471a9c701
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Fortunately we are not all the same and I am sure that someone will answer
me in a correct way.

Best Regards



On Fri, Aug 21, 2009 at 5:04 PM, Richard Peacock <
richard.peacock@minorplanet.com> wrote:

> Oops, there=92s me questioning someone=92s post and making a mistake in =
my
> reply which makes my post nonsense!
>
> Correction: =93I have you read the pages at http://httpd.apache.org/regar=
ding the log files?=94 should be =93Have you …”
>
>
>
>
>
>
> ------------------------------
>
> *From:* Richard Peacock [mailto:richard.peacock@minorplanet.com]
> *Sent:* 21 August 2009 17:01
> *To:* users@httpd.apache.org
> *Subject:* RE: [users@httpd] Apache logs
>
>
>
> Hi A Hole,
>
>
>
> Thanks for letting us know?
>
>
>
> *(do you mean to ask =93Are the Apache logs written when the request is
> completed?=94)*
>
>
>
> I have you read the pages at http://httpd.apache.org/ regarding the log
> files?
>
>
>
>
>
> *Ps. Please nobody moan about me =93reverse posting=94, I blame my outloo=
k
> client!*
>
>
> ------------------------------
>
> *From:* Andrew Hole [mailto:andremailinglist@gmail.com]
> *Sent:* 21 August 2009 16:49
> *To:* users@httpd.apache.org
> *Subject:* [users@httpd] Apache logs
>
>
>
> Hi guys?
>
> Apache logs are written when the request is completed (when browser
> received the response)?
>
> Thanks
>
>
> ************************************************************ **********
> Privileged/Confidential Information may be contained in this
> message. If you are not the addressee indicated in this
> message (or responsible for delivery of the message to such
> person), you must not copy, distribute or take any action in
> reliance to it.
> In such case, you should destroy this message and kindly
> notify the sender by reply email. Please advise immediately
> if you or your employer do not consent to Internet email for
> messages of this kind. Opinions, conclusions and other
> information in this message that do not relate to the official
> business of Minorplanet Systems plc shall be understood as
> neither given nor endorsed by it.
>
> Minorplanet Systems plc, Registration no: 3372097
> Minorplanet Limited, Registration no: 4072786
> Greenwich House, 223 North Street, Leeds, LS7 2AA
> VAT #: 698 1438 86
> ************************************************************ **********
>
>
>
>
> ************************************************************ **********
> Privileged/Confidential Information may be contained in this
> message. If you are not the addressee indicated in this
> message (or responsible for delivery of the message to such
> person), you must not copy, distribute or take any action in
> reliance to it.
> In such case, you should destroy this message and kindly
> notify the sender by reply email. Please advise immediately
> if you or your employer do not consent to Internet email for
> messages of this kind. Opinions, conclusions and other
> information in this message that do not relate to the official
> business of Minorplanet Systems plc shall be understood as
> neither given nor endorsed by it.
> Minorplanet Systems plc, Registration no: 3372097
> Minorplanet Limited, Registration no: 4072786
> Greenwich House, 223 North Street, Leeds, LS7 2AA
> VAT #: 698 1438 86
> ************************************************************ **********
>
>
>

--0015174c0f02f28aca0471a9c701
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Fortunately we are not all the same and I am sure that someone will answer =
me=A0 in a correct way.

Best Regards



ail_quote">On Fri, Aug 21, 2009 at 5:04 PM, Richard Peacock r"><richard.peacock@m=
inorplanet.com
>
wrote:

204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



















10pt; font-family: Arial; color: navy;">Oops, there=92s me questioning som=
eone=92s
post and making a mistake in my reply which makes my post nonsense!
<=
/font>



10pt; font-family: Arial; color: navy;">Correction: =93I have you read the
pages at http://http=
d.apache.org/

regarding the log files?=94 should be =93Have you …”



10pt; font-family: Arial; color: navy;">=A0



10pt; font-family: Arial; color: navy;">=A0



10pt; font-family: Arial; color: navy;">=A0





=3D"Times New Roman">






-family: Tahoma; font-weight: bold;" lang=3D"EN-US">From:=
y: Tahoma;" lang=3D"EN-US">
Richard Peacock
[mailto: ">richard.peacock@minorplanet.com]

Sent: 21 August 2009 17:01=

Subject: RE: [users@=
httpd] Apache
logs





;">=A0



10pt; font-family: Arial; color: navy;">Hi A Hole,



10pt; font-family: Arial; color: navy;">=A0



10pt; font-family: Arial; color: navy;">Thanks for letting us know?=



10pt; font-family: Arial; color: navy;">=A0



ze: 10pt; font-family: Arial; color: navy; font-weight: bold;">(do you
mean to ask =93Are the Apache logs written when the request is
completed?=94)



10pt; font-family: Arial; color: navy;">=A0



10pt; font-family: Arial; color: navy;">I have you read the pages at ef=3D"http://httpd.apache.org/" target=3D"_blank">http://httpd.apache.org/<=
/a> regarding the log
files?



10pt; font-family: Arial; color: navy;">=A0



10pt; font-family: Arial; color: navy;">=A0



ze: 10pt; font-family: Arial; color: navy; font-style: italic;">Ps. Please
nobody moan about me =93reverse posting=94, I blame my outlook client! n>



10pt; font-family: Arial; color: navy;">=A0





;">=A0



;">Hi guys?



Apache logs are written when the request is completed (when browser receive=
d
the response)?



Thanks





;">

************************************************************ **********

Privileged/Confidential Information may be contained in this

message. If you are not the addressee indicated in this

message (or responsible for delivery of the message to such

person), you must not copy, distribute or take any action in

reliance to it.

In such case, you should destroy this message and kindly

notify the sender by reply email. Please advise immediately

if you or your employer do not consent to Internet email for

messages of this kind. Opinions, conclusions and other

information in this message that do not relate to the official

business of Minorplanet Systems plc shall be understood as

neither given nor endorsed by it.







;">Minorplanet Systems plc, Registration no: 3372097

Minorplanet Limited, Registration no: 4072786

Greenwich
House, 223 North Street,
Leeds, LS7 2AA

VAT #: 698 1438 86

************************************************************ ********** n>







;">

=A0









************************************************************ ******=
****
Privileged/Confidential=20
Information may be contained in this
message. If you are not the addres=
see=20
indicated in this
message (or responsible for delivery of the message t=
o=20
such
person), you must not copy, distribute or take any action in=20

reliance to it.
In such case, you should destroy this message and ki=
ndly=20

notify the sender by reply email. Please advise immediately
if you =
or=20
your employer do not consent to Internet email for
messages of this kin=
d.=20
Opinions, conclusions and other
information in this message that do not=
=20
relate to the official
business of Minorplanet Systems plc shall be=20
understood as
neither given nor endorsed by it.

Minorplanet Systems plc, Registration no: 3372097
Minorplanet Limit=
ed,=20
Registration no: 4072786
Greenwich House, 223 North Street, Leeds, LS7=
=20
2AA
VAT #: 698 1438=20
86
************************************************************ *********=
*


=A0







--0015174c0f02f28aca0471a9c701--