SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Apache conditional config module. using the existence of file.

INTRO

This module provides Apache conditional configuration process by the existence of the file

INSTALL

  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>

BUGS

  • this module can not define the nested condition.

AUTHOR


IKEBE Tomohiro <ikechin@0xfa.com>


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.