Re: many No Referrers in logs

2006-06-26 Thread Pid
Jon Wingfield wrote: > Additionally, many client-side Security/Anti-Virus software packages > automatically remove the referer header from requests. Because it improves security. Apparently. > Markus Schönhaber wrote: >> Robert Kudyba wrote: >>> We have our server.xml file set w/ the following

Re: many No Referrers in logs

2006-06-26 Thread Jon Wingfield
Additionally, many client-side Security/Anti-Virus software packages automatically remove the referer header from requests. Markus Schönhaber wrote: Robert Kudyba wrote: We have our server.xml file set w/ the following entry: Valve className="org.apache.catalina.valves.AccessLogValve" director

Re: many No Referrers in logs

2006-06-26 Thread Markus Schönhaber
Robert Kudyba wrote: > We have our server.xml file set w/ the following entry: > Valve className="org.apache.catalina.valves.AccessLogValve" > directory="../logs" prefix="ws_access_log." suffix=".txt" > pattern="combined" > > However, there are still many log entries showing no referrers. Some are

Re: many No Referrers in logs

2006-06-26 Thread David Smith
That usually indicates a direct access either by typing in the URL or using a bookmark. --David Robert Kudyba wrote: We have our server.xml file set w/ the following entry: Valve className="org.apache.catalina.valves.AccessLogValve" directory="../logs" prefix="ws_access_log." suffix=".txt" pa