Thank you Frank.
This is my entire gitweb config:
cat /etc/apache2/conf-available/gitweb.conf
Define ENABLE_GITWEB
Define ENABLE_GITWEB
Alias /gitweb /usr/share/gitweb
AddExternalAuth pwauth /usr/sbin/pwauth
SetExternalAuthMethod pwaut
This comes to mind:
https://code.google.com/archive/p/mod-auth-external/wikis/AuthNZ.wiki
On Wed, May 17, 2023 at 12:48 PM Adam Weremczuk
wrote:
> Hi all,
>
> I run some old Bugzilla 3.6.11 (https://www.bugzilla.org) on SERVER1
> (Debian 7 / Apache 2.2.22 / MySQL 5.5.31).
>
> The following auth
Hi all,
I run some old Bugzilla 3.6.11 (https://www.bugzilla.org) on SERVER1
(Debian 7 / Apache 2.2.22 / MySQL 5.5.31).
The following authentication works locally:
AuthType Basic
AuthPAM_Enabled on
AuthBasicAuthoritative off
AuthUserFile /dev/null
I have migrated Bugzilla to a modern stack o