Received: (qmail 14115 invoked by uid 2012); 21 Jun 1999 05:50:39 -0000 Message-Id: <19990621055039.14114.qmail@hyperreal.org> Date: 21 Jun 1999 05:50:39 -0000 From: Scott Ellentuch Reply-To: tuc@ttsg.com To: apbugs@hyperreal.org Subject: Only one handler running X-Send-Pr-Version: 3.2 >Number: 4618 >Category: mod_mime >Synopsis: Only one handler running >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Jun 21 00:00:03 PDT 1999 >Last-Modified: >Originator: tuc@ttsg.com >Organization: apache >Release: 1.3.6 >Environment: heimdall# uname -a BSD/OS heimdall.ttsg.com 4.0 BSDI BSD/OS 4.0 Kernel #6: Mon Jan 18 17:15:21 EST 1999 root@heimdall.ttsg.com:/usr/src/sys/compile/HEIMDALL i386 heimdall# gcc -v gcc version 2.7.2.1 heimdall# >Description: Each VH gets a /lcgi-bin local cgi directory. They get the following configuration : ScriptAlias /lcgi-bin/ /local/wwwcust/karupspc/lcgi-bin/ Action cgi-wrapper /cgi-bin/cgiwrap/karupspc SetHandler cgi-wrapper I now want FastCGI support, so I changed it to : ScriptAlias /lcgi-bin/ /local/wwwcust/karupspc/lcgi-bin/ AddHandler fastcgi-script .fcg .fcgi .fpl Action cgi-wrapper /cgi-bin/cgiwrap/karupspc SetHandler cgi-wrapper However, no matter what, it seems not to run the fastcg-script handler. Can you not have a handler within a handler? Is there no way to say "If it ends in .fcg, .fcgi, .fpl use the fastcgi-script handler, else "Action cgi-wrapper /cgi-bin/cgiwrap/karupspc ; SetHandler cgi-wrapper" The optimal, of course is to do the cgi-wrapper, then within that do the fastcgi-script. >How-To-Repeat: See above >Fix: ??? >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]