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

Re: mod_*.info and modules-config documentation



Hi Ryszard,
	since the modifications I did change all the .info files we ship
with apache to work. I forgot to add this in modules-config documentation
(doing it right after i will complete this mail).

In order to work a .info file should contain at least one line Ex:
LoadModule: urlcount_module /usr/lib/apache/1.3/mod_urlcount.so
and it must be the first line of the info file.

--

info files are stored (together with the module) in:
/usr/lib/apache/1.3/

The name of the .info file contains 3 numbers at the beginning that
indicates the priority of your module compared to others.

So if for example your module must be loaded before another one than your
NNN must be lower than the other module.

(these 3 things have not been changed since ages)

Fabio

On Wed, 8 Oct 2003, Ryszard Lach wrote:

>
> Hi.
>
> Can anybody tell me where can I find any info about best practices in
> writing mod_*.info file? Is there any standard for it?
>
> And second question: where should I place obligatory directives needed
> for proper module loading so, that they will be added to httpd.conf
> after enabling a module using modules-config?
>
> TIA
>
> Richard.
>
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html



Reply to: