I removed that line and it started up.  And when I ran my test script at the following location

/ir/test.pl

(this script echos out the envronment variables)  I get the following output  It was my understanding that GATEWAY_INTERFACE should say something like CGI-Perl/1.1 is that true or am I working and to dumb to know it?

Output:
  • COMSPEC = "C:\WINNT\system32\cmd.exe"
  • DOCUMENT_ROOT = "C:/apache/htdocs"
  • GATEWAY_INTERFACE = "CGI/1.1"
  • HTTP_ACCEPT = "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
  • HTTP_ACCEPT_CHARSET = "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
  • HTTP_ACCEPT_ENCODING = "gzip,deflate"
  • HTTP_ACCEPT_LANGUAGE = "en-us,en;q=0.5"
  • HTTP_CACHE_CONTROL = "no-cache"
  • HTTP_CONNECTION = "keep-alive"
  • HTTP_HOST = "server.bulls.com:8080"
  • HTTP_KEEP_ALIVE = "300"
  • HTTP_PRAGMA = "no-cache"
  • HTTP_USER_AGENT = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7"
  • MOD_PERL = "mod_perl/2.0.1"
  • MOD_PERL_API_VERSION = "2"
  • PATH = "C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Easy Software Products\HTMLDOC\;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\SecureCRT\;c:\cygwin\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Executive Software\Diskeeper\;C:\Program Files\IDM Computer Solutions\UltraEdit-32"
  • PATHEXT = ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
  • QUERY_STRING = ""
  • REMOTE_ADDR = "192.168.1.200"
  • REMOTE_PORT = "2462"
  • REQUEST_METHOD = "GET"
  • REQUEST_URI = "/ir/test.pl"
  • SCRIPT_FILENAME = "C:/apache/ir/test.pl"
  • SCRIPT_NAME = "/ir/test.pl"
  • SERVER_ADDR = "192.168.1.200"
  • SERVER_ADMIN = "[EMAIL PROTECTED]"
  • SERVER_NAME = "server.bulls.com"
  • SERVER_PORT = "8080"
  • SERVER_PROTOCOL = "HTTP/1.1"
  • SERVER_SIGNATURE = "
    Apache/2.0.54 (Win32) mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.1 Perl/v5.8.7 Server at server.bulls.com Port 8080
    \n"
  • SERVER_SOFTWARE = "Apache/2.0.54 (Win32) mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.1 Perl/v5.8.7"
  • SystemRoot = "C:\WINNT"
  • WINDIR = "C:\WINNT"


  • Frank Wiles wrote:
    On Tue, 04 Oct 2005 13:23:50 -0500
    Troy Bull <[EMAIL PROTECTED]> wrote:
    
      
    PerlModule Apache2
        
    
      Try removing this from your config file.  This shouldn't be 
      necessary since you are running mod_perl 2.0.1.  
    
     ---------------------------------
       Frank Wiles <[EMAIL PROTECTED]>
       http://www.wiles.org
     ---------------------------------
      

    Reply via email to