Synopsis: Module with server_config but no per-dir config will seggy in set_flag_slot.
State-Changed-From-To: analyzed-closed State-Changed-By: [EMAIL PROTECTED] State-Changed-When: Sun Mar 30 17:43:01 PST 1997 State-Changed-Why: It it not safe to safe to assume that all modules use identical structures for both per-directory and per- server configuration information; this is already false for some existing modules. A directive handler can be called under either condition, and must be prepared to differentiate if the environments aren't identical. To work around the stated problem, the supported solutions are to either a) change the directive definition so it can only be used in environments the module is prepared to support, or b) provide a jacket routine within the module to set_*_slot() that only calls it with valid arguments. Thank you for using Apache.
