Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Trying to get Perl CGI working with Apache  (Read 1009 times)

0 Members and 1 Guest are viewing this topic.

DaveLembke

    Topic Starter


    Expert
  • Thanked: 133
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Trying to get Perl CGI working with Apache
« on: July 24, 2012, 08:42:11 AM »
Well I am trying to get Perl CGI's to work with Apache and Im stumped. I edited the http.conf file to remove the hash # before the Perl module and restarted the Apache server service and its acting like the handler for Perl is missing. Is there something else I need to do other than enable the Perl module with Apache?

By the way it is all running "locally" on my laptop so it should be easy to troubleshoot. I also disabled my firewall on Windows XP thinking that maybe the firewall was conflicting while not connected to internet.

Trying to get this up and running to strengthen my Perl CGI skills. A co-worker suggested using XAMPP, but why would I need to install XAMPP if Apache already has Perl support. Seems like XAMPP is just a bundle to cover all, when I just need Perl CGI support.

Is XAMPP really the way to go vs an Apache install with edited config file to enable Perl Module?
Interest in computers started with Atari 2600 and TRS-80 Model 1

BC_Programmer


    Mastermind
  • Life is not static. It is an instance method.
  • Thanked: 763
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 7
I was trying to dereference Null Pointers before it was cool.

DaveLembke

    Topic Starter


    Expert
  • Thanked: 133
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Trying to get Perl CGI working with Apache
« Reply #2 on: July 30, 2012, 06:35:00 AM »
Cool got it working! Thanks BC for your help!
Interest in computers started with Atari 2600 and TRS-80 Model 1