You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@hyperreal.com on 1997/03/23 00:29:48 UTC

Changed information for PR config/178

Synopsis: Module with server_config but no per-dir config will seggy in set_flag_slot.

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Sat Mar 22 15:29:47 PST 1997
State-Changed-Why:
The fix provided assumes that per_server configs and per_dir configs
are the same structure.  However that is not required, and there
are existing modules which have different per_server and per_dir
configuration structures.  I can't see a clean solution to
this problem except to not use set_flag_slot when a per_server
change is desired...