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