mod_ifexists 0.10 review

Download
by rbytes.net on

mod_ifexists module provides Apache conditional configuration process by the existence of the file. Requirements: · Apache Ins

License: The Apache License
File size: 2K
Developer: Tomohiro IKEBE
0 stars award from rbytes.net

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 keywords