On Wed, Mar 11, 2026 at 9:08 AM Egon Frerich <[email protected]> wrote: > > I want to allow only user with password to see /gitweb. I put this into > apache.conf: > > <Directory /opt/gitweb> > Options Indexes FollowSymLinks > AllowOverride None > #Require all granted > AuthType Basic > AuthName "flora" > AuthBasicProvider file > AuthUserFile "/etc/apache2/passwd/passwords" > Require user xxx > </Directory>
Is there a similar Directory block where you actually configure gitweb? Does it have access control directives? How about access control in Location sections? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
