Why CGI not Working in Apache 2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kambinglaaaaaaa
    New Member
    • Mar 2007
    • 7

    Why CGI not Working in Apache 2

    haloo..

    i have upgraed my apache to ver.2.xx, but i have a problem that cannot use CGI in perl module, anybody knows why its happend, or its realy not working in Apache 2.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by kambinglaaaaaaa
    haloo..

    i have upgraed my apache to ver.2.xx, but i have a problem that cannot use CGI in perl module, anybody knows why its happend, or its realy not working in Apache 2.
    What OS are you on, and what have you tried doing? (Is the module even loading? Do you know how to check that...? Apologies if you have, but it's much easier to start at the basic and work up...)

    Comment

    • kambinglaaaaaaa
      New Member
      • Mar 2007
      • 7

      #3
      i m using linux, i m write a program using perl, before this all is running nicelly, the problem happend when i upgrade to Apache2,

      package cmpCelcom::mGet ;
      use DBI;
      use strict;
      use IO::File;
      use Apache::Request Rec (); # for $r->content_type
      use Apache::Request IO (); # for print
      use CGI; <----- its not running when using this thing.

      i m cannot use that CGI in my application to receive a parameter, so i thinks the problem i come from Apache2, or i have miss configuration in my Apache2, can you or anybody send a complete configuration in http.conf file in Apache2.

      Comment

      Working...