[users@httpd] Running windows service with -D defines?

2012-06-20 Thread Albert Lunde
I'm running Apache 2.2.2 as a service on Windows 7 Ultimate 64-bit, as installed with the MSI installer: httpd-2.2.22-win32-x86-openssl-0.9.8t.msi I'd like to run it with some -D name parameters to define conditional behavior, and occasionally change those parameters. (Most of my experience

[users@httpd] problem with rotatelogs time of day formatting

2011-09-30 Thread Albert Lunde
\n); exit(0); } time ( rawtime ); timeinfo = localtime ( rawtime ); strftime (buffer,80,argv[1],timeinfo); puts (buffer); return 0; } [lunde@chnuinfow3 ~]$ ./strftime_test %Y-%m-%d-%H_%M_%S 2011-09-30-22_02_12 [lunde@chnuinfow3 ~]$ -- Albert Lunde albert-lu...@northwestern.edu