weird. this is only happening on 1.3. it works on 2.0. i ran into it just before i got to this mail... i think 2.0 has it correct.. but that is bad config, probably...i spose i will change it. -j
On Tue, Aug 28, 2001 at 04:36:49PM +0100, Gary Benson wrote: + + Hi, + + I've found a clash between the tests modules/vhost_alias and modules/alias + which is causing vhost_alias tests to fail. I'm not at all sure whether it + should be failing or not, but this is my take on what is happening: + + For example, look at this excerpt from "t/TEST -v modules/vhost_alias": + + | [VirtualScriptAlias test] + | expected: ->test cgi for www.vha-test.com<- + | actual: -><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> + | <HTML><HEAD> + | <TITLE>404 Not Found</TITLE> + | </HEAD><BODY> + | <H1>Not Found</H1> + | The requested URL /cgi-bin/test-cgi.sh was not found on this server.<P> + | </BODY></HTML><- + | not ok 2 + + This _should_ have executed + @SERVERROOT@/modules/vhost_alias/www.vha-test.com/test-cgi.sh, + but looking in the error_log, we find this: + + | [Tue Aug 28 16:12:33 2001] [error] [client 127.0.0.1] \ + | script not found or unable to stat: \ + | /home/gary/work/httpd-test/perl-framework/t/htdocs/modules/alias/bin + + In t/conf/extra.conf.in, mod_alias section, we have this line: + + | ScriptAliasMatch /cgi-(.*) @SERVERROOT@/htdocs/modules/alias/$1 + + which has intercepted the call. + + Is this just failing because I'm using Apache 1.3, or does it fail + on httpd-2.0 as well? Any suggestions as to what to do about it? + + Cheers, + Gary + + [ Gary Benson, Red Hat Europe ][ [EMAIL PROTECTED] ][ GnuPG 60E8793A ] +
