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: Apache2.2 to 2.4 mod+perl config help |
|
Author |
|
Pauljs
Joined: 27 Feb 2025 Posts: 1 Location: california cypress
|
Posted: Thu 27 Feb '25 15:15 Post subject: Apache2.2 to 2.4 mod+perl config help |
|
|
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
|
|
Back to top |
|
|
|
|
|
|