logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Executing Perl-Programs
Author
Apalo



Joined: 03 Feb 2011
Posts: 7

PostPosted: Thu 03 Feb '11 16:12    Post subject: Executing Perl-Programs Reply with quote

Hi,
I installed xampp and a Vhost.
Now I want to run CGI/Perl in this URI.

I found definitions of cgi-bin in
- httpd-perl.conf
- httpd-perl-asp.conf
- httpd-ssl.conf
- httpd-xampp.conf

Where do I have to define the cgi-bin?
Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Sat 05 Feb '11 12:18    Post subject: Reply with quote

in your /xampp/apache/conf/httpd.conf

You find the line ScriptAlias /cgi-bin/ "/xampp/cgi-bin/" and <Directory "/xampp/cgi-bin">
Back to top


Reply to topic   Topic: Executing Perl-Programs View previous topic :: View next topic
Post new topic   Forum Index -> Apache