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 <cove...@gmail.com> wrote:

> On Mon, May 3, 2021 at 7:17 AM Hulio andres hulioand...@usa.com 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-unsubscr...@httpd.apache.org
>
> For additional commands, e-mail: users-h...@httpd.apache.org

Attachment: publickey - masstransitkrow@protonmail.com - 0xC17FD0A2.asc
Description: application/pgp-keys

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to