John Zhang wrote:
--- Joe Lewis wrote:Comment out the IfModule pieces surrounding your directive just to eliminate one more thing.Commenting out the IfModule does make it work! Now, how do I figure out the EXACT module name?
When you compile your module using apxs, there could (or should) be a -n option. This is specifying the module name and is required in -g, but "guessed" in a -i mode. Just type "man apxs" for more information. Use that name when testing an IfModule.
Joe
