On Thu, Jun 26, 2014 at 7:24 AM, Brent Clark <[email protected]> wrote:
> Good day Guys > > I one of my apache config files, I left out the .c > > <IfModule expires_module> > that's fine > > Does that mean apache will no see or use the module? > not a problem > Do I have to use <IfModule expires_module.c> > no, not the right form You can use either of these forms: <IfModule mod_expires.c> (traditional form; goes back to Apache httpd 1.3) or <IfModule expires_module> (2.2 and above IIRC) > > Regards > Brent > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Born in Roswell... married an alien... http://emptyhammock.com/ http://edjective.org/
