On 06/23/2013 10:10 PM, Niko Tyni wrote:
Quoting <http://httpd.apache.org/docs/trunk/developer/new_api_2_4.html>:Create run-time files such as shared memory files, pid files, etc. Use ap_runtime_dir_relative() so that the global configuration for the location of such files, either by the DEFAULT_REL_RUNTIMEDIR compile setting or the DefaultRuntimeDir directive, will be respected. Apache httpd 2.4.2 and above. The attached patch makes Apache-Test set DefaultRunTimeDir to the log directory so that mod_auth_digest (and possibly others) will write there. The setting is guarded with IfVersion directives, so the change shouldn't break anything with older Apache versions. With this, the mod_perl httpd24 branch doesn't need an explicit DefaultRuntimeDir setting in t/conf/extra.conf.in anymore; remove that as well.
mod_perl part committed in http://svn.apache.org/r1496006. Thanks, Jan Kaluza --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
