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
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
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:
>&
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
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
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
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 -
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