[users@httpd] Question on abort

2012-07-11 Thread Edward Pena (edpena)
Looking to see if anyone has any information on the following: Program terminated with signal 6, Aborted. #0 0xe410 in __kernel_vsyscall () #1 0x0080289b in __read_nocancel () from /lib/tls/libpthread.so.0 #2 0x0808a1d5 in ap_mpm_pod_check () #3 0x0808856a in ap_graceful_stop_signalled ()

Re: [users@httpd] Request mixup with internal redirects

2012-07-11 Thread Nick Kew
On 12 Jul 2012, at 00:51, Andrew wrote: > Hi All, > > I'm seeing some unusual behavior with my module when using internal > redirects. When I redirect, e.g. > > ap_internal_redirect(url, r); > return OK; Are you doing that from somewhere early in the request processing cycle? What happens if

[users@httpd] Request mixup with internal redirects

2012-07-11 Thread Andrew
Hi All, I'm seeing some unusual behavior with my module when using internal redirects. When I redirect, e.g. ap_internal_redirect(url, r); return OK; I noticed the original request continues to process (going through all the handlers), although the redirect request is returned to the browser. So

Re: [users@httpd] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-11 Thread Clinton J. Campbell
John, I don't believe that your issue has to do with Apache compatibility here. This seems to be a problem with Yum based on your error messages. This isn't the right forum to get help on Yum, but I'd recommend running the search command for sqlite to find what name the package is available u

[users@httpd] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-11 Thread Rose, John B
On a Red Hat server I am a bit new to yum but have successfully installed a few things. Including mod_perl, mod_python I have tried to unsuccessfully install mod_sqlite yum install mod_sqlite Loaded plugins: product-id, rhnplugin, subscription-manager Updating certificate-based repositori

RE: [users@httpd] apache changes status code from 500 to 200

2012-07-11 Thread Ruud Dozijn
> Firstly, it turns out that it isn't a CGI script but rather a mod_perl2 > registry script - different beast entirely. And given that, I'm > surprised that you aren't using > > PerlOptions +ParseHeaders > > as suggested in the docs at > http://perl.apache.org/docs/2.0/user/intro/start_fa

RE: [users@httpd] Rewrite Rule Help (again)

2012-07-11 Thread Brian Gaber
Does your problem have anything to do with this statement found in http://httpd.apache.org/docs/trunk/rewrite/remapping.html mod_rewrite evaluates the left-hand-side of the RewriteRule before it evaluates the RewriteCond directives. -Original Message- From: Chris Arnold [mailto:carn...

Re: [users@httpd] apache changes status code from 500 to 200

2012-07-11 Thread Pete Houston
On Wed, Jul 11, 2012 at 03:21:12PM +0200, Ruud Dozijn wrote: > > I have put this in my httpd.conf: > > > SetHandler perl-script > PerlHandler ModPerl::Registry > Options ExecCGI > ErrorDocument 400 /handlers/400.h > > > > SetHandler send-as-is > > > > What I would real

RE: [users@httpd] apache changes status code from 500 to 200

2012-07-11 Thread Ruud Dozijn
From: rdoz...@hotmail.com To: users@httpd.apache.org Date: Wed, 11 Jul 2012 12:33:49 +0200 Subject: RE: [users@httpd] apache changes status code from 500 to 200 > Sounds like you want mod_asis: > http://httpd.apache.org/docs/2.4/mod/mod_asis.html I have put this in my httpd.conf: Se

RE: [users@httpd] apache changes status code from 500 to 200

2012-07-11 Thread Ruud Dozijn
> Sounds like you want mod_asis: > http://httpd.apache.org/docs/2.4/mod/mod_asis.html I have put this in my httpd.conf: SetHandler perl-script PerlHandler ModPerl::Registry Options ExecCGI ErrorDocument 400 /handlers/400.h SetHandler send-as-is I can see that the ment

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-11 Thread Eric Covener
> > ServerAdmin em...@domain.com > ServerName domain.net > ServerAlias www.domain.net > > #SSLProxyEngine On > #ProxyPass /ifolder/ https://192.168.123.4/ifolder/ > #ProxyPassReverse /ifolder/ https://192.168.123.4/ifolder/ > RewriteEngine On > RewriteRule ^/ifolder

Re: [users@httpd] apache changes status code from 500 to 200

2012-07-11 Thread Pete Houston
Sounds like you want mod_asis: http://httpd.apache.org/docs/2.4/mod/mod_asis.html Pete -- Openstrike - improving business through open source http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107 pgpjatXwibclp.pgp Description: PGP signature