[users@httpd] Strange SSL Issue

2015-05-07 Thread mialinglist
Hi everyone, I write to the community because I'm loosing my hairs on SSL conf and multi VHost. Here is the context. I'm working on CentOS 6.6 an apache 2.2. I have multiples httpS VHosts : * domain.tld * sub0.domain.tld * sub1.domain.tld * sub2.domain.tld Each of those vhost were working

Re: [users@httpd] Strange SSL Issue

2015-05-07 Thread mialinglist
Additionnally, I found an option in my ssl.conf : /Header always set Strict-Transport-Security max-age=63072000; includeSubDomains/ It could probably be the origin of the problem because HTTP STS is the message the browser is sending to me when trying to reach them with themain domain.tld

Re: [users@httpd] Strange SSL Issue

2015-05-07 Thread mialinglist
Any advice for this : https://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI ? regards Le 07/05/2015 09:11, mialinglist a écrit : Additionnally, I found an option in my ssl.conf : /Header always set Strict-Transport-Security max-age=63072000; includeSubDomains/ It could probably be the

Re: [users@httpd] Weirdo intepretation of SSLprotocol order

2015-05-07 Thread Yann Ylavic
Hello, you may hit an issue fixed in [1] (for upcoming 2.4.13). Can you manage to build a patched httpd-2.2.29 from sources? Regards, Yann. [1] http://svn.us.apache.org/r1663258 On Wed, May 6, 2015 at 2:54 PM, apa...@thva.dk wrote: hello, So i have an apache 2.2.29 running Prefork on

Re: [users@httpd] cookie and RewriteCond

2015-05-07 Thread Rich Bowen
On 05/06/2015 08:16 AM, MOKRANI Rachid wrote: Hi, I use apache 2.4 on centos. I want toprotect the access to a page (/my_folder/secure) with acookie (in my exemple the cookie name is : my_cookie_name) I would like that somemachine with IP 192.1.1.10 and 192.1.1.11 can access the server

[users@httpd] Service temporarily unavailable

2015-05-07 Thread Sandeep HS
Hi , We have query related to Apache(httpd)-Tomcat communication and following are the details. *Our configuration:* We have a web based tool where request to Tomcat service is send through apache using proxy. i.e., when some one selects a service on web page, apache acts as an interface where

Re: [users@httpd] Service temporarily unavailable

2015-05-07 Thread Bremser, Kurt (AMOS Austria GmbH)
Have you considered using a connector like mod_jk to connect to the servlet container? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Sandeep HS [hssandee...@gmail.com] Gesendet: Donnerstag, 7. Mai 2015 13:38 An:

Re: [users@httpd] slasharguments

2015-05-07 Thread Rich Bowen
On 05/06/2015 02:28 PM, Damien Hull wrote: Can someone tell me how to configure slasharguments? I'm trying to install Moodle version 2.8.5+ on Ubuntu 14.04. It wants slasharguments. The moodle documentation says to add AcceptPathInfo On to apache2.conf. That doesn't seem to work. I'm hoping