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
Am 10.07.20 um 12:47 schrieb Mahmood Naderan:
Hi
The output of "apache2 -V" and "apache2 -l" commands show that MPM
prefork is not available in my apache web server.
which os? i see ubuntu. but which one?
# apache2 -V
[Fri Jul 10 15:13:36.293467 2020] [core:warn] [pid 25107] AH00111:
Confi
Dear all,
I am struggling with a SetEnvIf Directive and ipv6:
SetEnvIf showindex=1
Error message:
Cannot parse condition clause: syntax error, unexpected ':', expecting
$end: -ipmatch requires subnet/netmask as constant argument
It seems that ipmatch cannot handle ipv6 adresses? Is this tr