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
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
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.
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
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
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
>
This is what I said:
RedirectMatch ^/(?!one|two).* /three
WLSRequest On
WebLogicHost
WebLogicPort
WLSRequest On
WebLogicHost
WebLogicPort
WLSRequest On
WebLogicHost
WebLogicPort
2015-05-0
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
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
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
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
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
12 matches
Mail list logo