Re: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Eric Covener
> collect2: library libgcc_s not found good luck with gcc, I've only used xlc on AIX for httpd. Seems like you're either missing part of gcc or the Apache build isn't able to find it. This is the bit that gets incorporated into apps built with the gnu toolchain. -- Eric Covener cove...@gmail.c

RE: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Bennett, Tony
Sorry, /usr/bin/bash is not installed on the system. I reran config without a CONFIG_SHELL environmental variable and got this when I tried making: /bin/sh /home/trbennet/dnload/httpd-2.2.15/srclib/apr/libtool --silent --mode=li nk gcc -g -O2 -pthread -DHAVE_CONFIG_H -U__STR__ -D_THRE

Re: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Eric Covener
>     /usr/bin/ksh93 try running the build under bash && setting export CONFIG_SHELL=/usr/bin/bash -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [us...@httpd] Making sure a URL doesn't change when the site is hosted somewhere else

2010-08-02 Thread Mike Soultanian
On 8/2/2010 11:10 AM, Joost de Heer wrote: Change the DNS entry to point to the IP address of the new host. Is that it? Sorry, I've never done this before so I have no idea what's involved. Our school has their own DNS servers so is it just a matter of having them point their DNS servers f

Re: [us...@httpd] mod_ssl in Apache 2.2.15

2010-08-02 Thread J. Greenlees
jackie.w...@barclayscapital.com wrote: Hi, I have downloaded the source of apache 2.2.15 and compiled it with openssl. Then I downloaded mod_authz_ldap 0.29 from http://authzldap.othello.ch/ and compiled it with no issues. I did specify apr-1-config, apu-1-config, apxs and openssl when runnin

[us...@httpd] Load Balancing and Failover

2010-08-02 Thread rono16
I have Apache Http Server v2.2.3 configured as a reverse proxy with load balancing to a WADI clustered application on Geronimo 2.1.5. Load balancing and failover works fine if one of the Geronimo instances fail. However, if only the application fails or is stopped I get a 404 error and failover

[us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Bennett, Tony
Building Apache 2.2.15 on AIX 6.1 using GCC 4.2.0 is failing for me, (see actual error message below). Environment: OS AIX 6.1.3 (6100-03-01-0921) Compiler:gcc --version gcc (GCC) 4.2.0

[us...@httpd] Limit connections

2010-08-02 Thread Per Qvindesland
Hello List I have been doing plenty of goggling and reading but I must have been reading in all the wrong places because I can not find the information, but how do I configure apache so it limits the amount of connections from a host(s)? Regards Per Qvindesland

[us...@httpd] Load Balancing and Failover

2010-08-02 Thread rono16
I have Apache Http Server v2.2.3 configured as a reverse proxy with load balancing to a WADI clustered application on Geronimo 2.1.5. Load balancing and failover works fine if one of the Geronimo instances fail. However, if only the application fails or is stopped I get a 404 error and failover

Re: [us...@httpd] Making sure a URL doesn't change when the site is hosted somewhere else

2010-08-02 Thread Joost de Heer
On 2-8-2010 18:05, Mike Soultanian wrote: Hi everyone, I'm not sure what this is called, but I work at CSULB and have a website hosted there. Problem is that we're using ColdFusion on-campus and they're phasing out support for that platform. So, I'm going to move the site off-campus, but I need

[us...@httpd] mod_ssl in Apache 2.2.15

2010-08-02 Thread Jackie.Wong
Hi, I have downloaded the source of apache 2.2.15 and compiled it with openssl. Then I downloaded mod_authz_ldap 0.29 from http://authzldap.othello.ch/ and compiled it with no issues. I did specify apr-1-config, apu-1-config, apxs and openssl when running ./configure. Here is the command I used

[us...@httpd] Making sure a URL doesn't change when the site is hosted somewhere else

2010-08-02 Thread Mike Soultanian
Hi everyone, I'm not sure what this is called, but I work at CSULB and have a website hosted there. Problem is that we're using ColdFusion on-campus and they're phasing out support for that platform. So, I'm going to move the site off-campus, but I need to make sure that when a user goes to

[us...@httpd] Register now for Surge 2010

2010-08-02 Thread Jason Dixon
Registration for Surge Scalability Conference 2010 is open for all attendees! We have an awesome lineup of leaders from across the various communities that support highly scalable architectures, as well as the companies that implement them. Here's a small sampling from our list of speakers: John

[us...@httpd] Export CACertificate to Tomcat

2010-08-02 Thread Tina Exner
hi all, we have a nexus multiid server for certificate authentication. i try to pass the client smartcard certificates from apache to tomcat server. the tomcat talks to the nexus and the authentication take effect. when i try to export the client ca certificate to the tomcat server i get the

Re: [us...@httpd] Urgent--what exactly "ssl_io_filter_Upgrade" function do in Apache 2.2.x

2010-08-02 Thread Eric Covener
On Mon, Aug 2, 2010 at 3:01 AM, Matty Ronald wrote: > Hi, > Please help me on below query: > > During migration from Apache 2.0 to Apache 2.2 and compiling the > Apache 2.2.15 source code, we found following difference in the > function "ssl_io_filter_register" in the file "ssl_engine_io.c". Why

[us...@httpd] Urgent--what exactly "ssl_io_filter_Upgrade" function do in Apache 2.2.x

2010-08-02 Thread Matty Ronald
Hi, Please help me on below query: During migration from Apache 2.0 to Apache 2.2 and compiling the Apache 2.2.15 source code, we found following difference in the function "ssl_io_filter_register" in the file "ssl_engine_io.c". Apache 2.0 Source code: void ssl_io_filter_register(apr_pool_t *p)