https://issues.apache.org/bugzilla/show_bug.cgi?id=54719
--- Comment #2 from Petr Sumbera <[email protected]> --- Created attachment 30458 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30458&action=edit new patch There seems to be problem with originally proposed action of creating Pid file directory if it doesn't exist. Original idea was that this directory (which is by default runtime directory) is used by other components after it's created. But some modules may need to access this directory before Pid file is created. One example is mod_fcgid shared memory which is created in module init function. Therefore it seems better to create run time directory at early stage of httpd start. And since Apache allows to overwrite all run time directory usage (via directives like PidFile, FcgidProcessTableFile, ..) we can do that only when default configuration file is used. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
