Re: Left out .c on config file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jun 26, 2014 at 7:24 AM, Brent Clark <brentgclarklist@xxxxxxxxx> 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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux