[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 experienc

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

2011-09-30 Thread Albert Lunde
int argc, char** argv) { time_t rawtime; struct tm * timeinfo; char buffer [80]; if(argc<2){ printf("# Usage: strftime_test \n"); exit(0); } time ( &rawtime ); timeinfo = localtime ( &rawtime ); strftime (buffer,80,argv[1],timeinfo); puts (buffer); re

[users@httpd] effect of server idle timeouts on ldap connection pool?

2005-05-10 Thread Albert Lunde
ly caching. It's possible the answer might differ in the revamped authentication modules of 2.1/2.2; I'd be interested to know if that is the case. -- Albert Lunde [EMAIL PROTECTED] [EMAIL PROTECTED] (new