Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 70042 invoked by uid 500); 11 Feb 2002 12:31:21 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 70031 invoked from network); 11 Feb 2002 12:31:21 -0000 Received: from unknown (HELO mailer.meome-ag.de) (195.4.218.214) by daedalus.apache.org with SMTP; 11 Feb 2002 12:31:21 -0000 Received: from meome-ag.de (li-009.meome-ag.de [192.168.255.75]) by mailer.meome-ag.de (Postfix) with ESMTP id D20F27FDD for ; Mon, 11 Feb 2002 13:31:19 +0100 (CET) Message-ID: <3C67B837.2000905@meome-ag.de> Date: Mon, 11 Feb 2002 13:25:27 +0100 From: Martin Haase-Thomas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en, de MIME-Version: 1.0 To: users@httpd.apache.org Subject: [Q] mod_perl & mod_caucho Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I got a little problem concerning mod_perl & mod_caucho and I hope I'll find somebody here to help me out. (To be more precise: I think it has to do something with the order apache modules are loaded, resp. handlers are called.) The task is quite simple: first a Perl module has to check whether there is a static version of any requested file, and to decline if this static file doesn't exist, so that mod_caucho (Resin) takes over the request. The Perl module runs fine, but if it returns another value than OK, I get nothing into the browser. httpd.conf: -------------- LoadModule caucho_module /usr/lib/apache/1.3/mod_caucho.so LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so [...] [...] PerlFreshRestart On PerlTaintCheck On PerlRequire /usr/local/sbin/appstart [...] SetHandler perl-script AddHandler Apache::ServeStatics [...] [...] AddModule mod_caucho.c CauchoConfigFile /etc/resin/resin.conf Anyone here who knows what is happening, or not happening? Startled :( Martin --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org