/*
- * $Id: cache_cf.cc,v 1.69 1996/08/20 15:43:41 wessels Exp $
+ * $Id: cache_cf.cc,v 1.70 1996/08/23 21:15:45 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
getMyHostname(), Config.Port.http);
if (Config.errHtmlText == NULL)
Config.errHtmlText = xstrdup("");
-
-#if !ALLOW_HOT_CACHE
- if (!httpd_accel_mode || Config.Accel.withProxy) {
- /* Not running strict httpd_accel--force hot_vm_factor to be 0 */
- if (Config.hotVmFactor != 0.0) {
- printf("WARNING: Non-zero hot_vm_factor not allowed unless running only\n");
- printf(" in httpd_accel mode. Setting hot_vm_factor to 0.\n");
- Config.hotVmFactor = 0.0;
- }
- }
-#endif /* !ALLOW_HOT_CACHE */
}