Need help with Apache setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Icecrack
    Recognized Expert New Member
    • Sep 2008
    • 174

    #16
    I have activestate perl installed and i installed apache first and then activestate perl.

    Comment

    • parashar123
      New Member
      • Dec 2008
      • 28

      #17
      Are you able to run that CGI script successfully or facing the same problem like me?

      Comment

      • Icecrack
        Recognized Expert New Member
        • Sep 2008
        • 174

        #18
        i am able to run the cgi script, could you post your httpd.conf in the code tags please.

        Comment

        • parashar123
          New Member
          • Dec 2008
          • 28

          #19
          Sorry, I didn't get what is code tages. Could you please elaborate? And you don't have mod_perl.so file?

          Comment

          • parashar123
            New Member
            • Dec 2008
            • 28

            #20
            Hi, Are there any updates for me??

            Comment

            • parashar123
              New Member
              • Dec 2008
              • 28

              #21
              Anybody there who can spare some time for this?

              Comment

              • parashar123
                New Member
                • Dec 2008
                • 28

                #22
                Any help would be highly appreciated:-( ????

                Comment

                • numberwhun
                  Recognized Expert Moderator Specialist
                  • May 2007
                  • 3467

                  #23
                  If your CGI script is not able to execute, then make sure:

                  1. You have it configured properly ( http://httpd.apache.org/docs/1.3/howto/cgi.html )
                  2. You are putting the script in the cgi-bin directory (unless you specified otherwise in your configuration).

                  You will also probably need to make sure in your script, that you are using one of the Perl CGI modules and have coded correctly. Even on a Windows machine, this configuration should not be too terribly difficult.

                  Regards,

                  Jeff

                  Comment

                  Working...