|
LayoutHandlerGlob
Description
Removed in version 2.9.2
LayoutHandlerGlob allows you to use
regular expressions in you LayoutHandler
directives if you turn it on. Performance
wise, this may not be such a good idea (further
benchmarking needs to be done at this point).
Example
<VirtualHost www.foo.com:80>
LayoutHandlerGlob On
</VirtualHost>
Known Problems
None (other then the fact that the regular expression
syntax seems to trip people up).
|