On Wed, 03 Sep 2014 20:55:19 -0400
Harry Putnam <rea...@newsguy.com> 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 debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140904030750.4aee33d7@msi.defcon1

Reply via email to