On Wed, 03 Sep 2014 20:55:19 -0400
Harry Putnam <[email protected]> wrote:

> what is the name of cgi module?  That would be very useful for the
> `a2enmod' cmd.  And for something real simple like making sure it is
> installed. 
> 
> I see several files in [...]/mods-available with the string `cgi' in
> them.  None of those show up in [...]/mods-enabled.

a2enmod is just for that: creating a symlink from mods-available
to mods-enabled (usually needs a restart).

You could:
cd mods-available
grep <filename> /var/lib/dpkg/info/*ist

which will return <the name of the pkg containing this module>.list;
if it doesn't talk by itself, check what your pkg manager description
says about it.


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to