Re: [users@httpd] Error page server in Apache ?

2016-11-04 Thread Daniel
Yes, definetly. there is a variable called %{HTTP_HOST} which will be the hostname in the request. And you can use that variable for example in mod_rewrite, and mod_rewrite can perfectly point to local filesystem paths too. 2016-11-04 9:01 GMT+01:00 Joe Muller : > Hi All,

Re: [users@httpd] mod_rewrite bug fix question

2016-11-04 Thread Riemer Palstra
Hi John, On Mon, Oct 31, 2016 at 4:38 PM, Rose, John B wrote: > It looks like this bug was fixed in Apache 2.4.9 > > > > https://bz.apache.org/bugzilla/show_bug.cgi?id=53929 > > > > Red Hat 7 latest yum repository version is Apache 2.4.6 > > > > What are the options, if any, to

Re: [users@httpd] Question

2016-11-04 Thread Rich Bowen
On 11/01/2016 06:46 PM, Abdullah AbuHijleh wrote: > We need to configure Apache HTTP Server Version 2.4 to work with > Kerberos SSO ? > > Please help Looks like there's something called mod_auth_kerb http://modauthkerb.sourceforge.net/ but it doesn't appear to be actively maintained. -- Rich

Re: [users@httpd] mod_rewrite bug fix question

2016-11-04 Thread Rich Bowen
On 10/31/2016 11:38 AM, Rose, John B wrote: > It looks like this bug was fixed in Apache 2.4.9 > > > > https://bz.apache.org/bugzilla/show_bug.cgi?id=53929 > > > > Red Hat 7 latest yum repository version is Apache 2.4.6 > > > > What are the options, if any, to address this bug in Red

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-04 Thread Marat Khalili
I have been able to generate CSR file and key using OpenSSL as you mentioned. Now pass the CSR file (without the key) to your CA to get it signed. In return you should obtain a certificate file, and possibly also a certificate chain file. Again, your CA should help you with Apache

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-04 Thread Robert Ramoutar
Hello , Thank you for that explanation. I have been able to generate CSR file and key using OpenSSL as you mentioned. Can anyone indicate what is the next step and also if possible how does one test this configuration to ensure it is working. I am trying to accomplish the following: 1.

[users@httpd] Error page server in Apache ?

2016-11-04 Thread Joe Muller
Hi All, We currently have an old legacy Java application running under Sun Webservers that does the following. It's purpose is to display an error message if a particular webserver is down. The request is forwarded to the application from the load balancer when the load balancer detects