On Thu, Mar 31, 2016 at 4:11 PM, Eric Covener <[email protected]> wrote:
> 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] > > works! thank you!
