Re: missing mod_ssl

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

 



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




[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