After more searching I find that loadmodule.conf calls for loading the
mod_socache_shmcb.so module during pre-fork. However, the ssl-global.conf file
calls for mod_socache_shmcb.c. Is the source file call rather than the
executable that's causing the misconfiguration message? Should I just comme
I set the error level to debug in vhosts.conf, tried a restart and got this
from yesterday; nothing from today.
[Fri Jul 10 09:47:37.657510 2020] [mpm_prefork:notice] [pid 7681] AH00173:
SIGHUP received. Attempting to restart
[Fri Jul 10 09:47:37.899186 2020] [ssl:warn] [pid 7681] AH01873: Init
The /var/log/apache2/error_log simply lists a set of Configuration Failed
lines.
apachectl configtest produces Syntax OK
What file should I change to set the debug level?
> On 11 Jul 2020, at 7:08, Jack M. Nilles wrote:
>
> If I use: openssl x509 -noout -text -in WWW.SITENAME.COM.crt
>
If I use: openssl x509 -noout -text -in WWW.SITENAME.COM.crt
I get a complete readout of the cert file with no obvious errors. The problem
seems to be that apache even fails to start so i'll try the debug level next.
> On 11 Jul 2020, at 5:30, Jim Albert wrote:
>
> On 7/11/2020 6:10 AM, Ho
On 7/11/2020 6:10 AM, Holger Schramm wrote:
Am 11.07.20 um 00:32 schrieb Jack M. Nilles:
The apache error logs all quit at the point just before I restarted
it. User and group permissions for the SSL files are all root, as
before.
Jack
have you checked the files? sometime there are missing
1st change log level to debug; 2nd run " apachectl -t " . This will check
whether you have bad syntax (often overlooked but just as serious).
Angel
Scotland
> On 11 Jul 2020, at 11:10, Holger Schramm wrote:
>
> Am 11.07.20 um 00:32 schrieb Jack M. Nilles:
>> The apache error logs all quit at
Am 10.07.20 um 08:47 schrieb Mahmood Naderan:
Hello
With the following MPM settings
ServerLimit 500
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 500
MaxConnectionsP
Am 11.07.20 um 00:32 schrieb Jack M. Nilles:
The apache error logs all quit at the point just before I restarted it. User
and group permissions for the SSL files are all root, as before.
Jack
have you checked the files? sometime there are missing newlines in cert
chains or other malformed th
Am 10.07.20 um 18:41 schrieb Mahmood Naderan:
The server is Ubuntu 18.04 and I installed that via apt. The apachectl
command says it is using MPM.
[...]
Server MPM: prefork
you use prefork.
Did you see this syntax error?
Regarding that error, the following line in not commented
Defau