Re: missing mod_ssl

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

 



 
 
I am following the documents for 2.4.46 -> https://httpd.apache.org/docs/2.4/
 
The apache2  latest  version 2.4.46   directory structure is different from the debian using apt.
From a configuration perspective they are different product.
 
This is the first thing which is confusing me and confusing letsencrypt certbot  also .

2.4.46
:/usr/local/apache2 $ ls > ls.out
/usr/local/apache2 $ cat ls.out
bin
build
cgi-bin
conf
docs
error
htdocs
icons
include
lib
logs
ls.out
man
manual
modules
 
Debian apt version 2.4.38-3+deb10u4  directory structure
ls -la /etc/apache2
total 88
drwxr-xr-x   8 root root  4096 May  3 12:37 .
drwxr-xr-x 122 root root  4096 May  2 14:02 ..
-rw-r--r--   1 root root  7249 May  3 01:00 apache2.conf
drwxr-xr-x   2 root root  4096 May  3 12:36 conf-available
drwxr-xr-x   2 root root  4096 Apr 28 21:52 conf-enabled
-rw-r--r--   1 root root  1782 Aug  8  2020 envvars
-rw-r--r--   1 root root 31063 Aug  8  2020 magic
drwxr-xr-x   2 root root 12288 May  3 12:37 mods-available
drwxr-xr-x   2 root root  4096 May  3 00:37 mods-enabled
-rw-r--r--   1 root root   320 Aug  8  2020 ports.conf
drwxr-xr-x   2 root root  4096 May  3 12:37 sites-available
drwxr-xr-x   2 root root  4096 May  3 00:36 sites-enabled
 
 
Sent: Monday, May 03, 2021 at 2:02 PM
From: "Eric Shields | #MassTransitHonchkrow" <masstransitkrow@xxxxxxxxxxxxxx.INVALID>
To: users@xxxxxxxxxxxxxxxx
Subject: Re: missing mod_ssl
Assuming your working directory is /etc/apache2, list the contents of the mods-available folder with "ls" to see if the ssl module is present.
Repeat this process on the mods-enabled folder to see if this module is present. If the latter is untrue, type "sudo a2enmod ssl.conf" and "sudo a2enmod ssl.load".

The Apache2 documentation's labeling of modules is deceptive relative to what the names of the actual modules are after installation. Keep this in mind regardless of whether you are building for yourself or downloading from a repo.

Eric Shields 🚏 MassTransitHonchkrow

Ask me about the Krowverse Suite of Services.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Monday, May 3rd, 2021 at 7:32 AM, Eric Covener <covener@xxxxxxxxx> wrote:

> On Mon, May 3, 2021 at 7:17 AM Hulio andres hulioandres@xxxxxxx wrote:
>
> > I do not have mod_ssl
> >
> > $ ls modules/mod_ssl.so
> >
> > ls: cannot access 'modules/mod_ssl.so': No such file or directory
> >
> > Instructions page https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
> >
> > Your SSL configuration will need to contain, at minimum, the following directives.
> >
> > LoadModule ssl_module modules/mod_ssl.so
> >
> > Listen 443
> >
> > <VirtualHost *:443>
> >
> > ServerName www.example.com
> >
> > SSLEngine on
> >
> > SSLCertificateFile "/path/to/www.example.com.cert"
> >
> > SSLCertificateKeyFile "/path/to/www.example.com.key"
> >
> > </VirtualHost>
>
> Did you compile from source or install a package?
>
> ----------------------------------------------------
>
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
[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