Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Executing Perl-Programs |
|
Author |
|
Apalo
Joined: 03 Feb 2011 Posts: 7
|
Posted: Thu 03 Feb '11 16:12 Post subject: Executing Perl-Programs |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Sat 05 Feb '11 12:18 Post subject: |
|
|
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 |
|
|
|
|
|
|