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

2015-05-06 Thread ਜਤਿੰਦਰ ਸਿੰਘ
in the long run to just make a separate specific third location and redirect to it, at least i dont like to use too greedy ones. El 6/5/2015 6:02, ਜਤਿੰਦਰ ਸਿੰਘ jatindersing...@gmail.com escribió: Hello Team, I am trying to match below conditions. 1) host:port/one -- matches 1st location

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

2015-05-06 Thread ਜਤਿੰਦਰ ਸਿੰਘ
-05-06 16:41 GMT+02:00 ਜਤਿੰਦਰ ਸਿੰਘ jatindersing...@gmail.com: I am still figuring out the workaround option as suggested with redirectmatch, but i tried the greedy one like below without success. #LocationMatch ^/(?!one) #LocationMatch ^/(?!one)[^.]* LocationMatch ^/(?!one).* Tried

[users@httpd] Negate Regex with LocationMatch help Needed

2015-05-05 Thread ਜਤਿੰਦਰ ਸਿੰਘ
Hello Team, I am trying to match below conditions. 1) host:port/one -- matches 1st location directive only. 2) host:port/two -- matches 2nd location directive only. 3) All Other than host:port/one OR host:port/two -- matches 3rd location directive (including root host:port/). Location /one

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
-DAES_ASM -DGHASH_ASM -c md5_one.c ar r ../../libcrypto.a md5_dgst.o md5_one.o it shows it is using gcc and -m64 for all the components, but still those libs are 32 bits. On Fri, Apr 3, 2015 at 10:00 AM, Eric Covener cove...@gmail.com wrote: On Fri, Apr 3, 2015 at 10:53 AM, ਜਤਿੰਦਰ ਸਿੰਘ

[users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
uname -a SunOS 5.10 Generic_150400-14 sun4u sparc SUNW,Netra-T12 src distribution used - apache-httpd-2_4_12-src-openssl-m.tar /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with:

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
I am able to install successfully. changed archive ar in my path from /usr/ccs/bin/ar to /usr/ccs/bin/sparcv9/ar.. I tried with shared -fpic - without success. I didnt try other options. Thanks a lot team. I appreciate everyone's help. On Fri, Apr 3, 2015 at 1:06 PM, ਜਤਿੰਦਰ ਸਿੰਘ jatindersing

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
i will post back - i may have a working configuration. On Fri, Apr 3, 2015 at 12:14 PM, Andy Wang aw...@ptc.com wrote: On 04/03/2015 12:09 PM, Andy Wang wrote: The trick is to use Configure directly. This is what I do for sparc: OPENSSL_TARGET=solaris64-sparcv9-gcc

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
by openssl/lib - i meant the lib generated after the openssl install. On Fri, Apr 3, 2015 at 10:35 AM, Rainer Jung rainer.j...@kippdata.de wrote: Am 03.04.2015 um 16:53 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: uname -a SunOS 5.10 Generic_150400-14 sun4u sparc SUNW,Netra-T12 src distribution used - apache-httpd