[users@httpd] ap_http_scheme / ap_run_http_scheme where is it :(

2011-07-25 Thread Shibi Ns
I was trying to look for the source code of api ap_http_scheme / ap_run_http_scheme , but no luck on it any idea where i can get it?. Shibi Ns

[us...@httpd] equivalent of http://httpd.apache.org/docs/1.3/misc/howto.html#logreset

2009-12-17 Thread Shibi NS
Is there any equivalent of http://httpd.apache.org/docs/1.3/misc/howto.html#logreset in apache 2.X --Shibi Ns--

Re: [us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
ErrorLog ' /logs/error_log'; Error log setting with piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common CustomLog '| rotatelogs /logs/access_log.%y%m%d 1M common'; ErrorLog &

[us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
configured -- resuming normal operations Any reason why this behavior ? I am more worried about red highlighted info missing --Shibi Ns--

Re: [us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-16 Thread Shibi NS
Thanks . Is there is any api/function for getting the current ErrorLog. Shibi Ns On Mon, Nov 16, 2009 at 7:37 PM, Tom Evans wrote: > On Sun, Nov 15, 2009 at 6:02 PM, Shibi NS wrote: > >> >> The configuration in httpd.conf look like this >> >> >>

[us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-15 Thread Shibi NS
g . Why so in httpd.conf i configured $ErrorLog to a pipe and never configured STDERR how STDERR automatically picks up /nfs/private/user/sns/log/myapps.myserver-44088.log for STDERR --Shibi Ns--

Re: [us...@httpd] Max number of process that can be run on a box having X GB as RAM

2009-09-14 Thread Shibi NS
Yeah that's rite . I wrote script to monitor the httpd process and RSS . I could see process size lies in specific range that's between 70-75 KB. I know there can e variation . On Mon, Sep 14, 2009 at 6:29 PM, Matus UHLAR - fantomas wrote: > On 08.09.09 13:04, Shibi NS wrote: >

[us...@httpd] Max number of process that can be run on a box having X GB as RAM

2009-09-08 Thread Shibi NS
availability for Max Clients is there is any performance issues i am going to face ? --Shibi Ns--

[us...@httpd] mod_cache and mod_deflate issue

2009-08-17 Thread Shibi NS
ing: gzip Cache-Control: max-age=60, public Content-Length: 7030 Connection: close Content-Type: text/html -- --Shibi Ns--

Re: [us...@httpd] mod_cache not working

2009-08-11 Thread Shibi NS
each time Cached response for /specs/Template.html isn't fresh. Adding/replacing conditional request head Shibi Ns On Tue, Aug 11, 2009 at 4:46 PM, Eric Covener wrote: > On Tue, Aug 11, 2009 at 5:25 AM, Shibi NS wrote: > > > > I have the following configuration in my

[us...@httpd] mod_cache not working

2009-08-11 Thread Shibi NS
ssing http://:/specs/Template.html Any clues? , I am missing some con-fig steps ? --Shibi Ns--

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Shibi NS
Great,Thanks , I that answers my question. On Thu, Aug 6, 2009 at 12:52 AM, "Fábio Jr." wrote: > Shibi NS escreveu: > >> Is the file is cached before compression or after compression ?. If the >> file is cached after compression then its relay helps me in improving t

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Shibi NS
Is the file is cached before compression or after compression ?. If the file is cached after compression then its relay helps me in improving the performance. Shibi Ns On Wed, Aug 5, 2009 at 11:28 PM, "Fábio Jr." wrote: > > I have a Server running with Apache 2.2.9/Mod_Perl

[us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-04 Thread Shibi NS
er is called ? -- --Shibi Ns--