Re: [users@httpd] Secured connection between Apache Httpd and Tomcat over AJP protocol

2016-05-25 Thread Andy Wang
On 05/25/2016 09:16 AM, Mohanavelu Subramanian wrote: Hi All, Good Morning. I have Httpd process and Tomcat instances both running on 2 different machines. The communication between them happens through AJP protocol (mod_jk) which doesnt support encryption. But we are using some features of

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
On 05/02/2016 03:40 PM, Huang, Jinhui (OST) wrote: Hi, Andy: Thank you for the comment about CFLAGS="-m64" and " solaris64-x86_64-gcc". I will use CFLAGS="-m64" when I re compile/build PCRE. For OpenSSL, actually, I saw this option when I select the target for Configure program. I thought

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
On 05/02/2016 03:06 PM, Huang, Jinhui (OST) wrote: Hi, Rainer: Thank you for the comments. Following your suggestion this morning, I recompiled/built the OpenSSL with new "shared" option. Then I checked the .so files to make sure they are 64 bit. # export CC="gcc -m64 -fPIC"

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
On 05/02/2016 12:42 PM, Rainer Jung wrote: Am 02.05.2016 um 19:07 schrieb Huang, Jinhui (OST): Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table /usr/local/apache2/pcre/lib/libpcreposix.a:

Re: [users@httpd] Apache2 does not properly start

2015-12-11 Thread Andy Wang
On 12/10/2015 08:21 PM, William A Rowe Jr wrote: It's been too many years since I and others have looked at 2.4.7, if you can try this on a modern release of httpd and share those error logs, be glad to review. Bill On Dec 10, 2015 10:40 AM, "LVDave"

[users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
Hi all, I'm seeing a weird problem that I'm running out of ideas on. I'm going to send this email to both the apache httpd users list and the tomcat users list (separate messages) but hoping for any ideas at all. The issue is currently reproduced using Apache httpd 2.4.16, mod_jk 1.2.41 and

Re: [users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
On 10/19/2015 06:14 PM, Yann Ylavic wrote: I forwarded the discussion on the dev@ mailing-list, since httpd is delaying the write on the socket to fill in the pipe. I think this should be limited to pipelined request, but would like to ear others on this. I will report here if you're not on

Re: [users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
On 10/19/2015 05:08 PM, Yann Ylavic wrote: On Mon, Oct 19, 2015 at 11:44 PM, Andy Wang <aw...@ptc.com> wrote: Spdficially, note the 5 second delay between the first segment (No. 1854) and the second data segment (1856). Does it correspond to the KeepAliveTimeout configured on the

[users@httpd] network performance tuning of httpd.

2015-09-21 Thread Andy Wang
I'm using apache httpd 2.4.16 and attempting to do some network benchmarking on windows, and noted extremely poor performance with static files and large transfers through ajp to tomcat. I decided on a lark to tune SendBufferSize to 131072 and bingo. massive transfer speed difference.

Re: [users@httpd] How to setup Apache Web Server (httpd)

2015-06-25 Thread Andy Wang
On 06/25/2015 07:01 AM, Narasimha Rao Gajje wrote: Dear All, I am newbie in Apache concepts and only know Apache Tomact. Following is my requirement, would anybody please help me how to setup. I have a clustered JBOSS EAP 6.3 instances running on two different Windows 8 machines. Now I am

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Andy Wang
On 06/03/2015 10:31 AM, Jens-U. Mozdzen wrote: Hi Dirk, Zitat von Dirk Devos dirk.de...@usa.net: Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the /etc/sysconfig/httpd file. [...] This works. HTTPD_ENV_NAME=devl I have tried the following with

Re: [users@httpd] Apache httpd have it's own repo?

2015-05-04 Thread Andy Wang
On 05/04/2015 01:28 PM, Rose, John B wrote: It looks like the yum repo for httpd for Red Hat 7 just has httpd 2.4.6 Does Apache have it's own repo? We have looked around a bit but not found it. We assume that would be a more recent version. No. The apache org only provides source code for

[users@httpd] httpd 2.4 and windows hangs and AcceptFilter solution

2015-04-15 Thread Andy Wang
We've come across numerous cases where apache httpd 2.4 (I'm using 2.4.12 but I don't believe this is version specific) hang using the default configuration options. There are two cases 1) we have an InstallAnywhere installer that launches httpd during install time to do some initial work.

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

2015-04-03 Thread Andy Wang
On 04/03/2015 11:15 AM, Rainer Jung wrote: Am 03.04.2015 um 17:50 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: ~/openssl64/lib$ ls -ltr total 10224 drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines -rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a -rw-r--r-- 1 q1col2a1 q1col2a1 823208

Re: [users@httpd] Apache 2.4 Compile Questions

2015-03-27 Thread Andy Wang
On 03/27/2015 02:21 PM, Lesley Kimmel wrote: All; I am generally responsible for compiling Apache at my job but looking ahead to Apache 2.4 I am running into a couple of issues/questions: a) PCRE is now required separately. I don't find much information about compiling PCRE, specifically for

Re: [users@httpd] MultiView LanguagePriority not working in 2.4

2015-03-14 Thread Andy Wang
On 03/12/2015 10:41 PM, Andy Wang wrote: I have the following MultiView LanguagePriority block: Directory /mydirectory Options FollowSymLinks MultiViews AllowOverride None Require all granted LanguagePriority en de es fr it ja ko zh_TW zh_CN ForceLanguagePriority Prefer Fallback

[users@httpd] MultiView LanguagePriority not working in 2.4

2015-03-12 Thread Andy Wang
I have the following MultiView LanguagePriority block: Directory /mydirectory Options FollowSymLinks MultiViews AllowOverride None Require all granted LanguagePriority en de es fr it ja ko zh_TW zh_CN ForceLanguagePriority Prefer Fallback /Directory And inside I have files with

Re: [users@httpd] OpenSSL version in Apache 2.2.23

2012-09-28 Thread Andy Wang
On 09/27/2012 05:47 AM, Eric Covener wrote: On Thu, Sep 27, 2012 at 4:05 AM, Görkem Durğüt gdur...@bkm.com.tr wrote: Hi, I was talking about the binary files for Windows published in Apahce.Org website. You can check the files in the link below. I have seen the 2.2.23 binary installation

[users@httpd] httpd 2.2.23 win32 src zip?

2012-09-17 Thread Andy Wang
I notice that none of the mirrors seem to have httpd-2.2.23-win32-src.zip available for download. Is this an oversight or should I take the Unix source and do a eol conversion on them? Thanks, Andy - To unsubscribe, e-mail:

Re: [users@httpd] Apache 2.4.1 third party dependencies

2012-03-05 Thread Andy Wang
On 03/03/2012 06:51 PM, Sander Temme wrote: On Mar 2, 2012, at 2:28 PM, Andy Wang wrote: 've been following the various changes with Apache 2.4.x (and 2.3.x during development regarding the removal of apr/apr-util and pcre from the Apache source bundle and noted that: http

[users@httpd] Apache 2.4.1 third party dependencies

2012-03-02 Thread Andy Wang
I've been following the various changes with Apache 2.4.x (and 2.3.x during development regarding the removal of apr/apr-util and pcre from the Apache source bundle and noted that: http://httpd.apache.org/docs/2.4/install.html says nothing about PCRE as a requirement, but the default configure

[us...@httpd] OpenSSL 1.0 and Apache 2.2.15 friendly with each other?

2010-07-14 Thread Andy Wang
Is Apache 2.2.x fully compatible with OpenSSL 1.0.0? I currently haven an apache 2.2.15 build built against the fedora provided openssl 1.0.0a packages, but I don't use this apache heavily, so don't know if there are any caveats or major changes that could cause problems in the 0.9.8 jump to 1.0.

Re: [us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-16 Thread Andy Wang
On 03/15/2010 06:06 PM, William A. Rowe Jr. wrote: If you are building the NT targets, they no longer exist. I wasn't paying attention when we moved the sources from apr 1.3.x to apr 1.4.x, where NT became the default (e.g. Release Win32), and Release Win9x was added for legacy support. Can

[us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-15 Thread Andy Wang
Hi all, Just trying to build httpd 2.2.15 on Windows and I'm running into error: NMAKE : fatal error U1073: don't know how to make 'config-win.h' Stop. This worked fine in 2.2.14, and I did a comparison between the two trees and it looks like in 2.2.15, alot of the dep entries were moved into