[users@httpd] Strange SSL Issue

2015-05-06 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 with

Re: [users@httpd] Forcing openssl version 1.0.1m

2015-05-06 Thread John Iliffe
Look at the first entry in the error log when you restart Apache. It should show the version of OpenSSL and whether it started properly. John On Wednesday 06 May 2015 12:17:48 Daryl Rose wrote: > Do to security vulnerabilities with OpenSSL, I've had to re

[users@httpd] slasharguments

2015-05-06 Thread Damien Hull
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 someone can point me in the right direction.

[users@httpd] Forcing openssl version 1.0.1m

2015-05-06 Thread Daryl Rose
Do to security vulnerabilities with OpenSSL, I've had to recompile Apache 2.4.12 with OpenSSL version 1.0.1.m. The team that controls the web servers doesn't want me to install into the same installation directory, but rather into a separate directory. They then copy config files and whatever t

Re: [users@httpd] Negate Regex with LocationMatch help Needed

2015-05-06 Thread ਜਤਿੰਦਰ ਸਿੰਘ
I tried it - here are the observations - the root redirect like host:port/ still doesnt gets to location third and is served by apache. and since this is external redirect - host:port/abc becomes host:port/three - Seems need pathtrim etc but this redirect doesnt seems to be fit as it is not trans

Re: [users@httpd] Negate Regex with LocationMatch help Needed

2015-05-06 Thread Daniel
My fault, the last is a instead of LocationMatch 2015-05-06 16:48 GMT+02:00 Daniel : > This is what I said: > > RedirectMatch ^/(?!one|two).* /three > > WLSRequest On > WebLogicHost > WebLogicPort > > > > WLSRequest On > WebLogicHost >

Re: [users@httpd] Negate Regex with LocationMatch help Needed

2015-05-06 Thread Daniel
This is what I said: RedirectMatch ^/(?!one|two).* /three WLSRequest On WebLogicHost WebLogicPort WLSRequest On WebLogicHost WebLogicPort WLSRequest On WebLogicHost WebLogicPort 2015-05-0

Re: [users@httpd] Negate Regex with LocationMatch help Needed

2015-05-06 Thread ਜਤਿੰਦਰ ਸਿੰਘ
I am still figuring out the workaround option as suggested with redirectmatch, but i tried the greedy one like below without success. # # Tried with only "one" for testing. On Wed, May 6, 2015 at 2:35 AM, Daniel wrote: > Just as workaround have you tried to define the third Location as "three

[users@httpd] Weirdo intepretation of SSLprotocol order

2015-05-06 Thread apache
hello, So i have an apache 2.2.29 running Prefork on FreeBSD 64bit. I have a number of vhosts included - one vhost per domain name. In any of these vhost containers the SSLProtocol directive seems to be ignored, but only the default vhost is dictating the SSLProtocol for all other (this is o

[users@httpd] cookie and RewriteCond

2015-05-06 Thread MOKRANI Rachid
Hi, I use apache 2.4 on centos. I want to protect the access to a page (/my_folder/secure) with a cookie (in my exemple the cookie name is : my_cookie_name) I would like that some machine with IP 192.1.1.10 and 192.1.1.11 can access the server without the cookie. This two IP adress d'on't nee

[users@httpd] mod_rewrite vs. mod_jk

2015-05-06 Thread Hajo Locke
Hello, i have a small mod_jk.conf and want to use mod_rewrite also: JkMount /* ajp13 JkUnmount /test/* ajp13 RewriteEngine On RewriteRule ^/$ /java_app/ [L] Rewriting by mod_rewrite only works with urls which are unmounted by JkUnmount. So above Rule is not working because its immediately pass

Re: [users@httpd] Negate Regex with LocationMatch help Needed

2015-05-06 Thread Daniel
Just as workaround have you tried to define the third Location as "three" and make a redirectmatch to it with the negative lookahead instead? If you still want to push for that locationmatch maybe you would need to specify a ".*" at the end. It is probably a better solution in the long run to just