From cbd72dff8696ab1ec64a6b0c31e982d2b3a8df3e Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sun, 11 Feb 2007 08:12:24 +0000 Subject: Bug 369956: Have testserver.pl report whether or not the server is using mod_perl r=mkanat, a=justdave --- testagent.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testagent.cgi') diff --git a/testagent.cgi b/testagent.cgi index 2d558d2b9..4ecaa15fd 100755 --- a/testagent.cgi +++ b/testagent.cgi @@ -19,6 +19,6 @@ use strict; print "content-type:text/plain\n\n"; -print "OK\n"; +print "OK " . ($::ENV{MOD_PERL} || "mod_cgi") . "\n"; exit; -- cgit v1.2.3-24-g4f1b