[users@httpd] Redirection from www.example.com to login page at www.example.com/index.jsp

2015-08-16 Thread Tech Sadhu
I have setup apache2 and tomcat7 on ubuntu 14.04. my domain name is www.example.com , which I want to redirect to the www.example.com/index.jsp on to the tomcat as this is the login page. How can this be done? The set up works fine for a request made to www.example.com/index.jsp. The apache

[users@httpd] Using Httpd Docker/Kubernetes logging

2015-08-16 Thread David Aronchick
Hi-- I'm trying to use httpd in a Docker container. As a general rule, I'm trying to write the access error logs to stdio and stderr instead of writing them to disk. Is there a best practice here? I've tried posting to stackoverflow, and the best idea given was creating a symlink in the

Re: [users@httpd] Using Httpd Docker/Kubernetes logging

2015-08-16 Thread Kurtis Rader
On Sun, Aug 16, 2015 at 8:37 PM, David Aronchick aronch...@gmail.com wrote: I'm trying to use httpd in a Docker container. As a general rule, I'm trying to write the access error logs to stdio and stderr instead of writing them to disk. Is there a best practice here? I've tried posting to

Re: [users@httpd] Using Httpd Docker/Kubernetes logging

2015-08-16 Thread Kurtis Rader
On Sun, Aug 16, 2015 at 8:37 PM, David Aronchick aronch...@gmail.com wrote: I'm trying to use httpd in a Docker container. As a general rule, I'm trying to write the access error logs to stdio and stderr instead of writing them to disk. Is there a best practice here? I've tried posting to

[users@httpd] Redirecting http to https add a /? after the domain name

2015-08-16 Thread mazert
Hello, I have two virtualhost, one for http and the other the https, both use the same domain. My goal is to redirect all http request to https. As said in the doc https://wiki.apache.org/httpd/RedirectSSL, i use the Redirect function like this : Redirect permanent / https://mywebsite.tld

[users@httpd] [SOLVED] Redirecting http to https add a /? after the domain name

2015-08-16 Thread mazert
Le 16/08/2015 20:57, mazert a écrit : Hello, I have two virtualhost, one for http and the other the https, both use the same domain. My goal is to redirect all http request to https. As said in the doc https://wiki.apache.org/httpd/RedirectSSL, i use the Redirect function like this : Redirect