cvs commit: apache-2.0/src/os/win32 main_win32.c

2000-02-14 Thread stoddard
stoddard00/02/14 14:01:11 Modified:src/main http_main.c src/modules/mpm/winnt winnt.c src/os/win32 main_win32.c Log: Rework the code to handle apache -k shutdown|restart. The fundamental problem being solved here is determining the best way to discover

Re: cvs commit: apache-2.0/src/os/win32 main_win32.c os.h

2000-01-23 Thread rbb
>#define APR_HAS_THREADS 1 >#define APR_HAS_SENDFILE 0 >#define APR_HAS_MMAP 0 > +#define APR_HAVE_IN_ADDR Please follow the format that the other defines use. It makes it the code much more readable if all of the defines have a specified value. Ryan Come to the first offici

cvs commit: apache-2.0/src/os/win32 main_win32.c os.h

2000-01-23 Thread stoddard
stoddard00/01/23 08:37:48 Modified:src/lib/apr/include apr_win.h src/main buff.c util_script.c src/modules/standard mod_alias.c mod_setenvif.c src/os/win32 main_win32.c os.h Log: Fix compile breaks on Windows. Revision ChangesPat

Re: cvs commit: apache-2.0/src/os/win32 main_win32.c

1999-12-17 Thread Ryan Bloom
> Windows: > Some more work to properly handle -k restart,shutdown. I have made a > simplifying > assumption that the relative name of the server pidfile is always > logs/httpd.pid. > This saves the error prone effort of reading the config file in apache.exe > (as > opposed to ApacheC

cvs commit: apache-2.0/src/os/win32 main_win32.c

1999-12-17 Thread stoddard
stoddard99/12/17 13:04:58 Modified:src/os/win32 main_win32.c Log: Windows: Some more work to properly handle -k restart,shutdown. I have made a simplifying assumption that the relative name of the server pidfile is always logs/httpd.pid. This saves the error prone effort of r