Hi everyone,
I need your help. I've been trying to check a header variable provided by
top-level filter and proxy depending on it:
SetEnvIf SERVERSESSIONID ".+" AUTHENTICATED
RewriteCond %{ENV:AUTHENTICATED} 1
RewriteRule ^/(.*) https://backend:7792/authenticated/$1 [P,L]
ProxyPassRever
Hi everyone,
I'm trying to work around an issue with the Solaris 9 gcc where it ignores the
LD_RUN_PATH. To get my compile to work, I add my run path using -R to my CC
variable before calling configure. This works in most cases.
The problem is that when I subsequently try to add a module (mod_p
Hi Igor and thanks for your response :-)
I did find a solution by chance. I added CFLAGS="-m64 -mcpu=niagara2 -O3
-DSSL_EXPERIMENTAL -DSSL_ENGINE" and now everything is happy.
I am interested in what you said about the --with-included-apr. Is there some
documentation that explains how to use th
Hi everyone,
I'm trying to compile 2.0.64 on Solaris 10. Unfortunately, I get the message:
configure: WARNING: unrecognized options: --enable-nonportable-atomics,
--disable-ipv6, --enable-rule, --enable-lib64
According to the posts I see, these are just warnings, but when I try to start
I ge