Stop stat() of script

1999-11-25 Thread Geoff Crawshaw
Any pointers on how to stop apache from stat()'ing and reloading a script (running under mod_perl) that has changed on disk? -- Geoff Crawshaw TimeBills.com Inc. [EMAIL PROTECTED] http://www.timebills.com

Re: Stop stat() of script

1999-11-25 Thread Stas Bekman
Any pointers on how to stop apache from stat()'ing and reloading a script (running under mod_perl) that has changed on disk? You are talking about Apache::Registry, right? Take a look at Apache::RegistryNG. Search the archive for more info about it since there is no docs inside the module.