Re: [users@httpd] Apache 2.4.12 to 2.4.26 upgrade on AIX 6.1

2017-07-25 Thread Eric Covener
On Tue, Jul 25, 2017 at 4:36 PM, Deepak Kumar wrote: > Hi, > I am new to Apache on AIX. We have a system where Apache 2.4.12 has been > installed on AIX 6.1. I need to upgrade it to latest 2.4.26. Looks like the > previous install was an RPM based install. > I need some help with upgrading Apache.

[users@httpd] Apache 2.4.12 to 2.4.26 upgrade on AIX 6.1

2017-07-25 Thread Deepak Kumar
Hi, I am new to Apache on AIX. We have a system where Apache 2.4.12 has been installed on AIX 6.1. I need to upgrade it to latest 2.4.26. Looks like the previous install was an RPM based install. I need some help with upgrading Apache. 1. What is the best process to upgrade to Apache 2.4.26. Can I

[users@httpd] Getting 'Fatal Handshake Failure' with WebDAV client

2017-07-25 Thread Todd Blum
Hello, I've set up Apache 2.4.27 with mod_dav, running on Windows 2012 on an Apache Haus build. All of my WebDAV clients authenticate OK to it, except for one. When this WebDAV client connects to Apache 2.4.27 built with OpenSSL 1.1.0f, Wireshark captures the following packet right after 'C

Re: [users@httpd] How to benchmark ChaCha20-Poly1305 capable websites using Apache Benchmark (ab) tool?

2017-07-25 Thread Konstantin Kolinko
2017-07-25 14:52 GMT+03:00 Matt Holdsworth : > I'm trying to use 'ab' to do some performance benchmarks of my website after > having made some performance tweaks. > > Specifically, I'd like to test the difference in performance between the > following cipher suites - all supported by my website:

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
I tried it with the host port combination and somehow the web page does not come up at all, could not keep it that way for longer period to troubleshoot it as it was being used. --Chetan On Tue, Jul 25, 2017 at 6:21 AM, chetan jain wrote: > Thanks for the Reploy Luca. > > so i shall be listing

[users@httpd] How to benchmark ChaCha20-Poly1305 capable websites using Apache Benchmark (ab) tool?

2017-07-25 Thread Matt Holdsworth
I'm trying to use 'ab' to do some performance benchmarks of my website after having made some performance tweaks. Specifically, I'd like to test the difference in performance between the following cipher suites - all supported by my website: ECDHE-RSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES128-GCM-SH

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
Thanks for the Reploy Luca. so i shall be listing all the possible IP:port in the virtualhost.conf file instead of just *:443 and that should make this work. Let me try this out. --Chetan On Tue, Jul 25, 2017 at 6:16 AM, Luca Toscano wrote: > As Eric pointed out earlier on: > > > The file nam

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread Luca Toscano
As Eric pointed out earlier on: > The file names don't matter very much. What matters is whether they > are separate IP:PORT based vhosts. If they're not, they can't have > separate SSL configurations. In all files you have and you use a different ServerName to differentiate. I am not a big expe

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
Hi Luca, I have uploaded the content : https://apaste.info/t5ez Please review. --Chetan On Tue, Jul 25, 2017 at 4:17 AM, Luca Toscano wrote: > Hi, > > we'd need to get your vhost configuration before helping further on, as > Eric mentioned you have probably some overlapping but it is very di

[users@httpd] Configuring Apache Web Server for SSL Operation

2017-07-25 Thread Teo En Ming
This article is written by Turritopsis Dohrnii Teo En Ming on 24 Jul 2017 Monday at 9:50 PM SGT Using Apache 2.4.27 for Windows with VC 15 (Visual C++ 2017) Step 1. Edit httpd.conf LoadModule ssl_module modules/mod_ssl.so LoadModule socache_shmcb_module modules/mod_socache_shmcb.so Include con

Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-25 Thread Gillis J. de Nijs
I see you have libapache2-mod-php7.0 installed. Are you sure you disabled it? In Ubuntu you can use a2dismod to disable modules. I suspect mod_php is listed there. It's not required when you want to do fpm. On Tue, Jul 25, 2017 at 10:02 AM, Luca Toscano wrote: > Hi Dino, > > > 2017-07-23 1:3

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread Luca Toscano
Hi, we'd need to get your vhost configuration before helping further on, as Eric mentioned you have probably some overlapping but it is very difficult to debug only from your description. If you can put your configuration in https://apaste.info/ it would be great, otherwise I'd suggest to reach ou

Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-25 Thread Luca Toscano
Hi Dino, 2017-07-23 1:32 GMT+02:00 Dino Vliet : > > Modified this file: > > /etc/apache2/sites-available/000-default.conf to now have this inside: > > > > > Require all granted > > > > > > AddHandler php7-fcgi .php > > Action php7-fcgi /php7-fcgi virtual > > Alias /php7-fcgi /usr/