On Thu, Mar 31, 2016 at 5:50 PM, david kerns <[email protected]> wrote: > Everything under /protected requires authentication correctly, but /trac > (which should also require authentication) goes right in
If you proxy /trac, the filesystem path /var/www/html/trac is never used, so that <Directory> section does not apply. You probably want to configure that access control in <Location /trac> -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
