Re: [us...@httpd] Code coverage while running web server

2009-12-21 Thread Guruprasad Jakka
This was exactly what I was looking for. Thanks ! On Mon, Dec 21, 2009 at 1:44 PM, William A. Rowe Jr. wrote: > Krist van Besien wrote: > > On Sat, Dec 19, 2009 at 1:30 AM, Guruprasad JG > wrote: > >> I am referring to the Apache code written in C. I would like to see if

Re: [us...@httpd] Code coverage while running web server

2009-12-20 Thread Guruprasad Jakka
I will trying posting it in the dev list. Thanks ! On Sun, Dec 20, 2009 at 4:45 AM, Jonathan Zuckerman wrote: > On Sun, Dec 20, 2009 at 1:42 AM, Jonathan Zuckerman > wrote: > > On Sun, Dec 20, 2009 at 12:37 AM, Krist van Besien > > wrote: > >> On Sat, Dec 19, 200

Re: [us...@httpd] Code coverage while running web server

2009-12-20 Thread Guruprasad JG
the apache, I would see close to 90-100% of code being covered during that run of apache. I assumed that since apache is open source, these would also be. On Sun, Dec 20, 2009 at 3:37 AM, Krist van Besien wrote: > On Sat, Dec 19, 2009 at 1:30 AM, Guruprasad JG > wrote: > > I am

Re: [us...@httpd] Code coverage while running web server

2009-12-18 Thread Guruprasad JG
AM, Jonathan Zuckerman wrote: > On Thu, Dec 17, 2009 at 9:49 PM, Guruprasad JG > wrote: > > > > I am working on a project which requires running httpd web server. I need > to > > ensure that all the important code paths are covered while the web server > is > >

[us...@httpd] Code coverage while running web server

2009-12-17 Thread Guruprasad JG
ional test scripts which the developers might use to test the web server before official releases ? Thanks a ton ! Guruprasad

Re: [us...@httpd] Debugging 404 error

2009-05-26 Thread Guruprasad
Hi, > --- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: --- > what user/group is httpd running as? have you verified that httpd has > read access to the site directory and its contents? > Apache is running as www-data user and all the folders in question are having 777 permissi

[us...@httpd] Debugging 404 error

2009-05-26 Thread Guruprasad
'requested URL not found error'. My apache configuration is "Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch mod_python/3.3.1 Python/2.6.2 Server at localhost Port 80". Also how can I debug such errors? Thank you. Regards, Guruprasad