Re: [users@httpd] httpd.conf "Define" directive?

2019-08-06 Thread Jerry Malcolm
Never mind... AWS installed 2.2 by default instead of 2.4 On 8/6/2019 12:28 PM, Jerry Malcolm wrote: I have been using a WAMP installation for several years.  I'm migrating to Amazon Web Services and moving to an AWS-Linux platform.  I have done quite a bit of customization of my

[users@httpd] httpd.conf "Define" directive?

2019-08-06 Thread Jerry Malcolm
I have been using a WAMP installation for several years.  I'm migrating to Amazon Web Services and moving to an AWS-Linux platform.  I have done quite a bit of customization of my httpd.conf over the years.  So I've been in the process of merging everything into the AWS httpd.conf file.  The

Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
On 1/29/2019 2:19 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019, 14:16 Jerry Malcolm <mailto:techst...@malcolms.com> wrote: On 1/29/2019 12:31 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm mailto:techst...@malcolms.com>> wrote:

Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
On 1/29/2019 12:31 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm <mailto:techst...@malcolms.com>> wrote: I'm running a very recent version of WAMP x64.  I inherited an 'ancient' php app that requires php 5.2 and no higher.   I wen

[users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
I'm running a very recent version of WAMP x64.  I inherited an 'ancient' php app that requires php 5.2 and no higher.   I went through the process of adding php 5.2 to WAMP, and I copied php5apache2_4.dll from php 5.6 folder and did the other things in the instructions to add a php version to

Re: [users@httpd] Re: acme-challenge folder exists but 404 contents

2018-12-25 Thread Jerry Malcolm
On 12/25/2018 9:14 AM, Jonesy wrote: On Tue, 25 Dec 2018 00:49:41 -0600, Jerry Malcolm wrote: --5C1A8A0DD708D3B6F6BE8489 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Update... I finally went back to my Sept conf and vhosts files

Re: [users@httpd] acme-challenge folder exists but 404 contents

2018-12-24 Thread Jerry Malcolm
to figure it out), it'll save me a lot of time and effort. Thanks. Jerry On 12/24/2018 11:18 PM, Jerry Malcolm wrote: I have an apache install that has been up and running for months.  I use LetEncrypt for certificates.  I went to renew all of my certificates using an automated script

[users@httpd] acme-challenge folder exists but 404 contents

2018-12-24 Thread Jerry Malcolm
I have an apache install that has been up and running for months.  I use LetEncrypt for certificates.  I went to renew all of my certificates using an automated script that worked fine 3 months ago on the last refresh.  It failed on every domain saying the challenge file was not found.  I put

Re: [users@httpd] {Resolved] SSL Handshake Exception in call from Android

2018-11-03 Thread Jerry Malcolm
th android and httpd are happy. On to the next problem Thanks as always for the help. Jerry On 11/2/2018 7:10 PM, Jerry Malcolm wrote: Hi Jeffrey,  Thanks for the quick response. I set the LogLevel to debug.  I'm getting a ton of debug info everywhere.  However, the https requests from my app ar

Re: [users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread Jerry Malcolm
ful to see what the server is objecting to. Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employment, Training and Rehabilitation (775) 684-3804 (office) jpcauh...@detr.nv.gov -Original Message----- From: Jerry Malcolm [mailto:techst...@ma

[users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread Jerry Malcolm
I am writing an Android app that needs to make calls to my httpd server (Apache 2.4.33).  I am getting the following exception in my Android app: Exception: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x809adc78: Failure in SSL library,

Re: [users@httpd] VirtualHost Problems

2018-03-24 Thread Jerry Malcolm
On 3/24/2018 2:04 PM, Eric Covener wrote: On Sat, Mar 24, 2018 at 2:52 PM, Jerry Malcolm <techst...@malcolms.com> wrote: I am having a problem with my virtual host config. Here's the basic config: ServerName domainA Redirect permanent / https://d

[users@httpd] VirtualHost Problems

2018-03-24 Thread Jerry Malcolm
I am having a problem with my virtual host config.  Here's the basic config:          ServerName   domainA        Redirect permanent / https://domainA/            ServerName   domainA        [normal host config stuff]            ServerName   domainB

[users@httpd] Redirect Applies to All Virtual Hosts

2017-01-22 Thread Jerry Malcolm
I'm trying to do a simple redirect of http://www.mydomain.com to https://mydomain.com. I am using the WAMP package wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b. In the httpd.conf for the domain in question, I added: ServerName www.mydomain.com Redirect

[users@httpd] mod_rewrite / mod_jk not working together

2011-12-27 Thread Jerry Malcolm
I have an established environment of Apache 2.2 and Tomcat 7. I've had mod_jk working without problem for years. I have a need to add some user-friendly URLs. So I added mod_rewrite to the picture. Here's the problem... I have a very simple rewrite rule that maps /test to /abc.jsp. I have a