On Thu, Jun 26, 2014 at 7:24 AM, Brent Clark <brentgclarkl...@gmail.com>
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: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/

Reply via email to