[users@httpd] Re: How to manage mod_jk status manager using command line

2019-02-01 Thread Mahendiran Vel
Hi Team, Please guide me to check Apache Jkstatus manager using command line. On Wed, Jan 2, 2019 at 11:23 AM Mahendiran Vel wrote: > Hi All, > > I have a requirement to enable/disable the worker nodes in Apache jkstatus > manger using command line. Please someone help me to achieve the same.

[users@httpd] Stupid question time - VirtualHost

2019-02-01 Thread Jeff Cauhape
My usage of Apache has been pretty plain vanilla, and now I am required to add a virtual host to a system, and I'm wondering what doing wrong. My hunch is that it's obvious to others. I am using Apache 2.4.6 as reported by httpd -v In my httpd.conf file I have: ... Listen web1e.detr.nv:80 Listen

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-01 Thread Dan Ehrlich
You’ll want to look into HSTS https://https.cio.gov/hsts/ Basically it will let the user’s browser know “in advance” to always connect via HTTPS, eliminating the vulnerability of first connecting to a site over HTTP before being redirected. > On Feb 1, 2019, at 8:09 AM, R. Diez wrote: > > H

[users@httpd] Redirection to https only for the top-level page

2019-02-01 Thread R. Diez
Hi all: I have very little Apache experience. I just occasionally help with a couple of websites on 2 different hosting companies of the "inexpensive" variety. I want to automatically redirect from somesite.com to www.somesite.com, and from http to https. With difficulty, I have managed to put

Re: [users@httpd] Crash in mod_ssl after 2.4.29

2019-02-01 Thread Yann Ylavic
Hello Marty, On Thu, Jan 31, 2019 at 7:13 PM Schettler, Marty L. wrote: > > I have a simple ssl reverse proxy set up that has been working for years up > through 2.4.29. When upgrading to 2.4.38, it now crashes periodically. It is > repeatable, but inconsistent. Can you please share the releva