[us...@httpd] Using Gcov for Apache code coverage

2010-09-07 Thread Paras Fadte
Hi, Trying to run gcov for all the compiled in modules in apache shows "stamp mismatch with graph file" . Has anyone come across this issue? Is this a known issue ? How can one get around this issue ? *Note*: Apache was started as ./httpd -X and then stopped as ./apachectl stop after making few

Re: [us...@httpd] P3P policy for each virtual host

2009-05-17 Thread Paras Fadte
Can anybody shed light on this? On Fri, May 15, 2009 at 11:44 AM, Paras Fadte wrote: > So following would show the privacy report using the file > /w3c/a/p3p.xml file  for a.com and  /w3c/b/p3p.xml  for b.com ? > > >   ServerName a.com >   CustomLog "|/home/apache/bin/ro

Re: [us...@httpd] P3P policy for each virtual host

2009-05-14 Thread Paras Fadte
com Header set P3P "CP=\"NOI DSP COR CURa ADMa DEVa IVAo OUR BUS UNI COM NAV OTC\", policyref=\"/w3c/b/p3p.xml\"" Thank you. -Paras On Thu, May 14, 2009 at 7:05 PM, Tom Evans wrote: > On Thu, 2009-05-14 at 16:58 +0530, Paras Fadte wrote: >&

[us...@httpd] P3P policy for each virtual host

2009-05-14 Thread Paras Fadte
Hi, Is it possible to set different P3P policy for each of the virtual hosts defined in Apache ? Thank you. -Paras - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersli

[us...@httpd] Using gzip and CustomLog

2009-01-20 Thread Paras Fadte
Hi , Does something like following work in Apache/2.0.55 ? CustomLog "|/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz" combined In errorlog it says : piped log program '/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz' failed unexpectedly gzip: >>/home/mydi

[us...@httpd] Using gzip and CustomLog

2009-01-20 Thread Paras Fadte
Hi , Does something like following work in Apache/2.0.55 ? CustomLog "|/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz" combined In errorlog it says : piped log program '/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz' failed unexpectedly gzip: >>/home/mydi

[EMAIL PROTECTED] Re: Profiling apache 2.0.55 using Gprof

2008-07-24 Thread Paras Fadte
Hi, Has anyone tried this "http://sam.zoy.org/writings/programming/gprof.html"; ? -Paras On Wed, Jul 23, 2008 at 11:51 PM, Paras Fadte <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to profile apache 2.0.55 using Gprof by compiling > it with "-g -

[EMAIL PROTECTED] Profiling apache 2.0.55 using Gprof

2008-07-23 Thread Paras Fadte
Hi, I have been trying to profile apache 2.0.55 using Gprof by compiling it with "-g -pg" option.The mpm used is worker. MaxRequestsPerChild is changed to 1 in httpd.conf and I Start apache with "httpd -X" option and make a single and then stop it.The gmon.out file produced does show some details