Re: [us...@httpd] Clean shutdown on Windows

2010-10-25 Thread William A. Rowe Jr.
On 10/25/2010 4:21 AM, Gabriel Petrovay wrote: > Hi, > > I am using: > Server version: Apache/2.2.16 (Win32) > Server built: Jul 30 2010 16:15:37 > and also: > mod_fcgid (2.4.6) > > I start Apache form console: > httpd.exe -f my_httpd_conf_file.conf > > fcgid starts as expectedly my_fcgi.exe (

[us...@httpd] Clean shutdown on Windows

2010-10-25 Thread Gabriel Petrovay
Hi, I am using: Server version: Apache/2.2.16 (Win32) Server built: Jul 30 2010 16:15:37 and also: mod_fcgid (2.4.6) I start Apache form console: httpd.exe -f my_httpd_conf_file.conf fcgid starts as expectedly my_fcgi.exe (written in C++) which performs the logic of my requests. The problem is