I'm trying to bring up Apache on a new server running Rocky Linux 9.1 and also
upgrade the version
of Apache from 2.4.25 to current.
I have installed a .pem format certificate and when I try to start Apache I get
this error:
Starting The Apache HTTP Server...
httpd[12399]: AH00526: Syntax e
make sure you have installed mod_ssl.
Thanks
Rakesh
On Sat, Nov 18, 2023 at 12:43 PM John wrote:
>
> I'm trying to bring up Apache on a new server running Rocky Linux 9.1 and
> also upgrade the version
> of Apache from 2.4.25 to current.
>
> I have installed a .pem format certificate and when I
Right on - thank you. That lead to a whole bunch more errors but at least they
are new!
John
==
On Sat, 2023-11-18 at 12:46 -0800, rakesh r wrote:
> make sure you have installed mod_ssl.
>
> Thanks
> Rakesh
>
> On Sat, Nov 18, 2023 at 12:43 PM John wrote:
> >
> > I'm trying to bring up A
Have you enabled the Apache SSL module?
To install mod_ssl, run:
dnf install mod_ssl
To enable the mod_ssl module, run:
apachectl restart httpd apachectl -M | grep ssl
You will see:
ssl_module (shared)
https://docs.rockylinux.org/guides/web/mod_SSL_apache/
On Sat, 18 Nov 2023 at 15:43, John
May not fix your problem, but I'm curious if mod_ssl was imported?
On Sat, Nov 18, 2023 at 12:43 PM wrote:
>
>
> users Digest 18 Nov 2023 20:42:58 - Issue 6519
>
> Topics (messages 122954 through 122954)
>
> SSLEngine error
> 122954 by: John
>
> Administrivia:
>
>
No, that was the immediate problem and someone else suggested it So I imported
mod_ssl but at the
moment that just moved the error elsewhere. The default Rocky Apache
installation breaks everything
up into little pieces in separate files and they aren't always compatible,
certainly not with th