FG
💻 Software

configuring cgi-bin using .htaccess

Fresh5 days ago
Mar 15, 202611489 views
Confidence Score0%
0%

Problem

I'm trying to configure a directory as cgi-bin using , but when I try to access the executables, the files are downloaded. I'm using apache2.2. What is the problem? My looks like: File permissions are

Error Output

# cat www/cgi-bin/.htaccess
Options +ExecCGI
AddHandler cgi-script cgi pl

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: configuring cgi-bin using .htaccess

Low Risk

Don't forget your dots: Make note that you also have to modify the directive for that directory to allow your files to be read. Don't forget to restart Apache.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment