Re: apache module question
"Tamas" == Tamas SZERB <toma@rulez.org> writes:
> in the /usr/lib/apache/1.3/ library there are these files like
> that: 110mod_dir.info 500mod_roaming.info
> and so on. I'd like to know, what is that number in the
> begenning of these info files, and how can I generate to a new
> module?
The number is the order apacheconfig should insert LoadModule lines
into httpd.conf, if that file is rebuilt.
The first 34 (000-330) are the standard modules in the order required
by Apache docs. Then nonstandard modules in the apache deb are given
key 400, and modules in separate packages include an .info with key
500 -- they end up being loaded last in alphabetical order, which has
worked so far.
netgod
--
If you answered yes to zero or more of the above, you're a perfect
candidate to join the Debian Testing Group! We're looking for a few
good guinea pigs in preparation of the Debian 2.0 release."
-- Branden Mitchell
Reply to: