Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  Probing further I see that mod_deflate is having some problems.. and zcalloc, zcfree etc.. which seem like related zlib. I may be wrong here. Your thoughts?  bash-3.2# ldd -r /usr/local/apache2/modules/mod_deflate.so         libc.so.1 =>     /lib/64/libc.so.1 ld.so.1: lddstub: fatal: reloca

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Igor Cicimov
On Wed, Jan 9, 2013 at 5:14 PM, Abhi Auradkar wrote: > Hi, > > I am trying to get the details for the machine on which it was built. > Meanwhile my concern is while the apache runs fine when mod_deflate is > disabled. > Has it got to do something with the libz on the machine? > > > Hmm very possi

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  I am trying to get the details for the machine on which it was built.  Meanwhile my concern is while the apache runs fine when mod_deflate is disabled.  Has it got to do something with the libz on the machine?  Thanks,  From: Igor Cicimov To: users ; Ab

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Igor Cicimov
On Wed, Jan 9, 2013 at 4:30 PM, Abhi Auradkar wrote: > Hi, > > This apache is compiled from source. It was compiled on another machine > though. > In that case both boxes have to be completely identical, same hardware and software structure. Was the other box maybe 32 bit machine? > > This is

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  This apache is compiled from source. It was compiled on another machine though.  This is what the file and ldd result in. (The libraries refered are present in /lib/64) bash-3.2# file /usr/local/apache2/modules/mod_deflate.so /usr/local/apache2/modules/mod_deflate.so:       ELF 64-bit LSB

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Igor Cicimov
On Tue, Jan 8, 2013 at 11:01 PM, Abhi Auradkar wrote: > Hi, > > On a solaris AMD64 bit machine the apache server fails to start when > mod_deflate is enabled. > Following is the error that I see. > > httpd: Syntax error on line 934 of /usr/local/apache2/conf/httpd.conf: > Syntax error on line 5 o

Re: [users@httpd] rewriting url after routing

2013-01-08 Thread Igor Cicimov
On 09/01/2013 1:36 AM, "Kiran Doshi" wrote: > > Hi, > > I am not an Apache expert & this is my first question to the form. I hope I am clear, if not please let me know. > > I have the following requirement : > I have Pentaho and JBoss servers which sit behind an Apache server. I use mod_jk in Apac

Re: [users@httpd] capturing a core dump on segmentation error

2013-01-08 Thread Michael Felt
Already tried that (/etc/security/limits settings), but shall check on fullcore settings as well) On Fri, Jan 4, 2013 at 3:16 PM, Eric Covener wrote: > On Fri, Jan 4, 2013 at 9:11 AM, Michael Felt wrote: > > As the log is getting generated, somewhere the signal is being captured, > but > > not

[users@httpd] CORRECTION!!!! Re: [users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
Hi Eric I just realized I spelled the directive wrong. Very sorry about that. John = On Tuesday 08 January 2013 11:06:54 Eric Covener wrote: > > A query to the mail server folks suggests that I add the > > ProxyPassCookieDomain directive but this requires

Re: [users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
Thanks Eric. So the problem is deeper and now I'm really confused :-( From httpd.conf: cat /usr/apache-2.4.3/conf/httpd.conf | grep mod_proxy LoadModule proxy_module modules/mod_proxy.so So mod_proxy.so is loaded at start up. Now I add: ServerName coax.iliffe.ca ProxyPass / http://127.

Re: [users@httpd] mod_proxy_html

2013-01-08 Thread Eric Covener
> A query to the mail server folks suggests that I add the > ProxyPassCookieDomain directive but this requires mod_proxy_html which > apparently is not shipped with the Apache source. It's in mod_proxy: http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassreversecookiedomain

[users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
I have a mail server with an http interface that I proxy behind the Apache 2.4.2 web server. In the past it always worked properly with the following in httpd.conf: # Surgemail redirect to allow web based e-mail ServerName mailx.iliffe.ca ProxyPass / http://127.0.0.1:7080/ ProxyPassRe

[users@httpd] rewriting url after routing

2013-01-08 Thread Kiran Doshi
Hi, I am not an Apache expert & this is my first question to the form. I hope I am clear, if not please let me know. I have the following requirement : I have Pentaho and JBoss servers which sit behind an Apache server. I use mod_jk in Apache which decides the load balancer based on the appl

[users@httpd] Why subprocess won't dump cores on segmentation fault (prefork MPM) ?

2013-01-08 Thread Olivier Berger
Hi. (Please CC: me of any followup) I'm running apache2 and experience a crash of (probably mod-php) some apache child process, with the prefork MPM Debian package (see more details in [0]). I've had no luck in trying to get cores dumped when the child process crash. I've set ulimit -c unlimite

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-08 Thread Tom Frost
Hi Tom Dont think so, the different epages configs are included like this: Include /etc/httpd/conf.d/zzz-epages-*.conf And there is only one zzz-epages-httpd.conf Thanks Tom From: Tom Evans To: users@httpd.apache.org; Tom Frost Sent: Monday, 7 January 20

[users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  On a solaris AMD64 bit machine the apache server fails to start when mod_deflate is enabled. Following is the error that I see.  httpd: Syntax error on line 934 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 5 of  /usr/local/apache2/conf/modules.conf: Cannot load /usr/local/a