Re: [users@httpd] How can i minimise the hitts of weblogic server for the static sources.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I suspect that you'll want to read this:

http://e-docs.bea.com/wls/docs70/plugins/apache.html



On Thu, 14 Apr 2005, rajas kumar wrote:

> Hai what i want convey is same exactly in this artcle. I have already send one mail about this. Let plz check this article and let me know is ther any way to do........In this article he has given performence measurements also..........
>  
> http://www-106.ibm.com/developerworks/websphere/techjournal/0211_brown/brown.html
> 
> regs,
> praveen.
> Laura Vance <vancel@xxxxxxxxxxxxxxxxxx> wrote:
> It sounds like you're talking about a cache issue. Does your server 
> have a setting that is telling the browser to not cache anything? Does 
> client browsing your site have their browser cache turned off? Even 
> with it all turned off, you'll still get log entries, but it will be a 
> different result (304 - ) instead of (200 ). The 304 code 
> tells the browser that the file is in their cache. The only thing this 
> does is saves on the file transfer. 
> 
> You will always get the log entries, because apache is set up to log 
> everything. If you could turn your logs off, then when you needed to 
> see something, nobody would be able to help you. Accurate detailed logs 
> are very important... you could even say they are critical.
> 
> rajas kumar wrote:
> 
> > Hai thanx, but I think this is the way to creating custom logs. I dont 
> > want to do as u mentioned because its internally hits the server each 
> > time when we send request. Is there any other why to stop hitting 
> > weblogic server for the satic files(jif,images,jsscripts) plz tell 
> > me.......
> >
> > */Eimantas Vaièiûnas /* wrote:
> >
> > On Wednesday 13 April 2005 04:11, rajas kumar wrote:
> > > This is my acces log of weblogic. Each time i given request for
> > images and
> > > jsscripts access log should not be come in the picture. Below
> > log which
> > > shows for jsp pages as well as images and jsscripts. For images and
> > > jsscripts i dont want to hit the weblogic server how can do the
> > configure
> > > to avoid hitting for the images and jsscripts.
> >
> > It's possible to tell apache NOT to log certain file types. Use
> > SetEnvIf
> > directive and then 'env=' parameter of CustomLog directive for
> > OTHER file
> > types. I.e.:
> > ---
> > SetEnvIf Request_URI "\.gif$" static
> > SetEnvIf Request_URI "\.jpg$" static
> > SetEnvIf Request_URI "\.css$" static
> > SetEnvIf Request_URI "\.js$" static
> >
> > CustomLog /path/to/log/file logFormat env=!static
> > ---
> >
> >
> > -- 
> > Eimantas Vaièiûnas
> > VU Skaièiavimo centras
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project.
> > See for more info.
> > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> 
> 

-- 
Craig Dunigan
IS Technical Services Specialist (I don't know what it means, either)
Middleware - Enterprise Info Systems - Department of Info Technology
University of Wisconsin, Madison

opinions expressed are my own, not the University's


---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux