AW: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-08 Thread Andre.Wendel
Hello, mod_wl has some advantages, mod_proxy does not support i.e. mod_proxy does normally only a ping to check if a backend server is available, which normally works in 99% even if the web-application behind is not available, so it is possible that mod_proxy routes the request to /backend even

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread Daniel
2015-02-08 21:15 GMT+01:00 Yann Ylavic : > On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic wrote: > > On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T > wrote: > >> > >> root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf > >> > >> ServerName www.mydomain.com > >> Redirect / http

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-08 Thread Daniel
2015-02-09 2:22 GMT+01:00 Todd Simons : > Hello All > We've been using the generic mod_proxy for years. We utilize Apache to > layer in HTTPS from the world into our DMZ, then utilize > proxypass/proxypassreverse to our internal servers. Our internal servers > vary between iis, weblogic, tomcat

[users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-08 Thread Todd Simons
Hello All We've been using the generic mod_proxy for years. We utilize Apache to layer in HTTPS from the world into our DMZ, then utilize proxypass/proxypassreverse to our internal servers. Our internal servers vary between iis, weblogic, tomcat, and a few others. mod_proxy has been working gre

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread Yann Ylavic
On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic wrote: > On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T wrote: >> >> root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf >> >> ServerName www.mydomain.com >> Redirect / https://www.mydomain.com/ >> > > You probably want to redirec

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread Yann Ylavic
On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T wrote: > > root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf > > ServerName www.mydomain.com > Redirect / https://www.mydomain.com/ > You probably want to redirect to https when the request is plain http, hence : above. -

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread Chris Arnold
> Server should be SSL-aware but has no certificate configured [Hint: > SSLCertificateFile] ((null):0) > [Sun Feb 08 13:31:27.595849 2015] [ssl:emerg] [pid 7124] AH02312: > Fatal error initialising mod_ssl, exiting. Are you sure you have a cert configured? Double check ssl config ---

Re: [users@httpd] why Apache strip html data attribute ???

2015-02-08 Thread Yehuda Katz
HTML 4.01 and XHTML 1.0 don't support the data- attributes since they were added in HTML5, so striping them out is the correct behavior. If that is not what you want it to do, don't set that directive. - Y On Sun, Feb 8, 2015 at 12:15 PM, A. Lotfi wrote: > Hi, > > I am not an Apache expert, I a

[users@httpd] why Apache strip html data attribute ???

2015-02-08 Thread A. Lotfi
Hi, I am not an Apache expert, I am just a java and html developer,  I wrote lot of code using html data attributes, but I was surprised that Apache swallow are strip them, I went to this page : mod_proxy_html - Apache HTTP Server Version 2.4 |   | |   | |   |   |   |   |   | | mod_proxy_html

[users@httpd] Update on password-protected directory problem

2015-02-08 Thread Steve Matzura
I found the problem, but can't explain it. In my original site-specific .conf file I had a directory block giving access to a directory that does not exist. It was a holdover from the old system that was not duplicated/replicated on the new one. The odd thing is that Apache didn't complain about t

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread YUSUI T
2015-02-08 20:30 GMT+09:00 Chris Arnold : > You probably could have left that entry in and just added the Redirect > statement (not sure what flavor of OS you are using). OS I am using is Ubuntu 14.04.1 LTS (GNU/Linux 2.6.32-042stab093.5 x86_64). > root@hostname:~# tail -n 6 /etc/apache2/mods-a

[users@httpd] Integrating Apache customlog with mod_security errorlog

2015-02-08 Thread Kianoosh Kashefi
I've set up apache 2.2 and mod_security 2 on a centos 6 machine. As you know mod_security produces it's own kind of error log file which it's output is something like : [Sun Feb 08 13:53:25 2015] [error] [client 192.168.22.90] ModSecurity: [file "/etc/httpd/conf.d/mod_security2/base_rules/modsec

Re: [users@httpd] Redirection via HTTPS

2015-02-08 Thread Chris Arnold
On Feb 8, 2015, at 1:38 AM, YUSUI T mailto:yusui.tomik...@gmail.com>> wrote: The error.log says nothing. Next, I exchanged for the "Redirect". But it shows the following errors. You probably could have left that entry in and just added the Redirect statement (not sure what flavor of OS you