Re: [users@httpd] mod_proxy_html, HTML rewrite and content compression

2012-11-16 Thread Thomas Eckert
On 11/14/2012 06:12 PM, Nick Kew wrote: On 14 Nov 2012, at 15:53, Thomas Eckert wrote: Is there a way to work around this ? I do want the call to mod_xml2enc to happen but I also want the reverse proxy to support content compression. That's a lot of correct analysis. The output chain you wan

Re: [users@httpd] mod_proxy_fcgi + php-fpm + connection reset by peer

2012-11-16 Thread Jeff Trawick
On Thu, Nov 15, 2012 at 5:43 PM, Lazy wrote: > Hi, > > we are using httpd 2.4.3 with php 5.4 running fpm mode. > > requests are passed to fpm using ProxyPassMatch. Everything works fine > except, > > Sometimes database data gets corrupted. All of the data was visible in > the form, but it gets tr

Re: [users@httpd] FcgidAccessChecker hangs.

2012-11-16 Thread Jeff Trawick
On Tue, Nov 13, 2012 at 8:59 PM, Peter Danenberg wrote: > mod_fcgid doesn't appear to have an external process manager; compare > this process tree from mod_fastcgi where the access checker > (872695a60a6d82aa9fc041bae44803af) is a child of fcgi is a child of > httpd: > > /usr/local/apache2/bin

Re: [users@httpd] mod_proxy_fcgi + php-fpm + connection reset by peer

2012-11-16 Thread Jeff Trawick
On Fri, Nov 16, 2012 at 9:19 AM, Jeff Trawick wrote: > > > > On Thu, Nov 15, 2012 at 5:43 PM, Lazy wrote: > >> Hi, >> >> we are using httpd 2.4.3 with php 5.4 running fpm mode. >> >> requests are passed to fpm using ProxyPassMatch. Everything works fine >> except, >> >> Sometimes database data g

Re: [users@httpd] mod_proxy_html, HTML rewrite and content compression

2012-11-16 Thread Nick Kew
On Fri, 16 Nov 2012 11:31:38 +0100 Thomas Eckert wrote: > Thanks for the hint but unfortunately "manually" adding xml2enc to the > filtering chain does not help. Looks like you've got problems over and above anything to do with your configuration! > "SetOutputFilter INFLATE;proxy-html" ge

Re: [users@httpd] Re: Visual Studio C++ 6 Processor Pack

2012-11-16 Thread apache-admin
Hello Good Guy, thanks for your answer. I have looked through your suggested download list, but did not find the Processor Pack for Visual C++ 6, that is needed to assemble the SSL code with the build procedure. Do you have another idea where to get this optional software pack ? Thanks a lot.

[users@httpd] trouble cross compiling for e500v2

2012-11-16 Thread Ken Kelly-Turner
Hi all, I'm trying to run apache on a powerpc board but whenever I try to run it I get the following error Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed! as soon as I try and start it. Google seems to think it's an issue with glibc but I've r

Re: [users@httpd] trouble cross compiling for e500v2

2012-11-16 Thread Igor Galić
- Original Message - > Hi all, > > I'm trying to run apache on a powerpc board but whenever I try to run > it I get the following error > > Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: > Assertion `nlist > 1' failed! > > as soon as I try and start it. Google s

Re: [users@httpd] trouble cross compiling for e500v2

2012-11-16 Thread Ken Kelly-Turner
Hi Igor, I'm new to cross-compilation and linkiners. How do I check disable linker maps (using ld) Thanks, Ken On Fri, Nov 16, 2012 at 2:06 PM, Igor Galić wrote: > > > - Original Message - >> Hi all, >> >> I'm trying to run apache on a powerpc board but whenever I try to run >> it I get