mod_ifexists 0.10 review
Downloadmod_ifexists module provides Apache conditional configuration process by the existence of the file. Requirements: · Apache Ins
|
|
mod_ifexists module provides Apache conditional configuration process by the existence of the file.
Requirements:
Apache
Installation:
1) Make mod_ifexists as a DSO module.
modify your Makefile.
INC, LIB and apxs path.
% make APXS=/path/to/apxs
# make install
CONFIG EXAMPLE
< IfExists conf/foo.conf >
Include conf/foo.conf
< /IfExists >
# if "NOT" exists the file
< IfExists !/path/to/foo >
SomeDirective..
< /IfExists >
mod_ifexists 0.10 search tags