Aw: [users@httpd] Newer Apache does not offer TLS cipher with TLSv1 anymore

2021-06-03 Thread Hildegard Meier
Solution to have TLSv1.2 and TLSv1.0 support together again with Apache 2.4.29 on Ubuntu 18: Changing SSLProtocol -all +TLSv1.2 +TLSv1 to SSLProtocol -all +TLSv1.2 +TLSv1.1 +TLSv1 This gives the following sslscan output: Supported Server Cipher(s):

Re: [users@httpd] Novice configuration question

2021-06-03 Thread Nick Folino
Your first virtual is configured for /var/www/html not /var/www/html/webtest. On Thu, Jun 3, 2021 at 6:24 PM Newman, Dennis wrote: > Can't figure out what I'm doing wrong > > This is in preperation of installing drupal on a RHEL 7 server > > Apache MySql Php > > I have set my dns and the hosts

[users@httpd] Novice configuration question

2021-06-03 Thread Newman, Dennis
Can't figure out what I'm doing wrong This is in preperation of installing drupal on a RHEL 7 server Apache MySql Php I have set my dns and the hosts file on the server for three different sites webtest - webdemo - and webphp I have the three directories in var/www/html/ each dir and my httpd.conf

[users@httpd] Re: Apache httpd 2.4.48 was installed successfully on CentOS 7.8 using rpm

2021-06-03 Thread Christophe JAILLET
Le 03/06/2021 à 07:39, kohmoto a écrit : Hi, Platform:     CentOS Linux release 7.9.2009 (Core)     kernel version: kernel-3.10.0-1160.25.1.el7.x86_64 I have installed the newly released Apache httpd 2.4.48 on the above platform through rpmbuilding successfully without problems. Thank

Re: [users@httpd] httpd 2.4 CPU spike after graceful restart

2021-06-03 Thread Jay Ce
The gdb from some of the processes are: [root@prd-web2887652808b bin]# gdb httpd 23668 GNU gdb (GDB) Red Hat Enterprise Linux 8.0.1-30.amzn2.0.3 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free

Re: [users@httpd] httpd 2.4 CPU spike after graceful restart

2021-06-03 Thread Eric Covener
On Thu, Jun 3, 2021 at 6:23 AM Jay Ce wrote: > > Hi, > > I noticed that sometimes when performing a graceful restart of httpd, the CPU > of the httpd process spikes and does not come down. This happens more > frequently if the web server is under load but can happen even when not > serving

[users@httpd] httpd 2.4 CPU spike after graceful restart

2021-06-03 Thread Jay Ce
Hi, I noticed that sometimes when performing a graceful restart of httpd, the CPU of the httpd process spikes and does not come down. This happens more frequently if the web server is under load but can happen even when not serving traffic. Has anyone else encountered this problem? And what can I

[users@httpd] mod_proxy_wstunnel question

2021-06-03 Thread Hans
Hi, I'm new to websockets and also pretty much to Apache. I am supposed to implement a websockets backend, in C++ (which I do know) that a client application will connect to in order to obtain live data. One option I'm investigating is using mod_proxy_wstunnel, but I cannot find any

Aw: [users@httpd] Newer Apache does not offer TLS cipher with TLSv1 anymore

2021-06-03 Thread Hildegard Meier
When changing SSLProtocol -all +TLSv1.2 +TLSv1 to SSLProtocol -all +TLSv1 then TLSv1.0 support is there: sslscan gives: Supported Server Cipher(s): Preferred TLSv1.0 256 bits ECDHE-RSA-AES256-SHA Curve P-256 DHE 256 Accepted TLSv1.0 256 bits