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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apache2.2 to 2.4 mod+perl config help
Author
Pauljs



Joined: 27 Feb 2025
Posts: 1
Location: california cypress

PostPosted: Thu 27 Feb '25 15:15    Post subject: Apache2.2 to 2.4 mod+perl config help Reply with quote

i have the following in a config for Apache 2.2 - i have no idea how to change it to work on 2.4 - i have searched and tried everything I found with no luck - help please:

<Directory /var/apache2.2/htdocs/mep >

DirectoryIndex index.pl

<FilesMatch "\.pl$">
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
</FilesMatch>

AuthType Basic
AuthName "ITO"
PerlAuthenHandler ITO::Handlers::MEP::Auth
PerlAuthzHandler ITO::Handlers::MEP::Authz
Require valid-user

</Directory>
Back to top
James Blond
Moderator


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

PostPosted: Tue 04 Mar '25 9:49    Post subject: Reply with quote

Did you read https://httpd.apache.org/docs/2.4/howto/cgi.html ?
Back to top


Reply to topic   Topic: Apache2.2 to 2.4 mod+perl config help View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules