[EMAIL PROTECTED] Apache 2.0 appending some extra lines

2006-07-20 Thread Chappidi, Sudhakar
Hello All, I have some problem with Apache2.0 while sending the response. When accessing the request from the browser , the response sent is got properly. But when I am using a C++ program for sending and receiving the response I am getting the response with some addional text appended. The

[EMAIL PROTECTED] Single child process

2006-06-06 Thread Chappidi, Sudhakar
Hello, I have one question. I am using Apache 2.0.55 on HP-UX Can any one know the configuration in httpd.conf to restrict the number of child processes to ONE like on Windows .I used -X Switch option but that doesnt help because it spawns a debug-single child-single

[EMAIL PROTECTED] Exception handling - g++

2006-06-06 Thread Chappidi, Sudhakar
Hello All, I am porting my application from Tru64 Unix to HPUX (Itanium). Now porting is complete and we are doing functionality testing. While doing functionality testing we have seen some strange runtime problems as described below. I am using g++(gcc version 4.0.2 ) on HP-UX

[EMAIL PROTECTED] Apache 2.0 Unix restrict to single child process...

2006-05-29 Thread Chappidi, Sudhakar
Hello, Can anyone help me ? In Apache 2.0 How to restrict to single child process in Unix. Is there any configuration in httpd.conf for doing this. I have tried giving the ServerLimit directive to one, but it doesn't work. INFO: My Application is Iniitialized using the HTTP request and this