On Wednesday, May 25, 2016 at 12:14:38 AM UTC-7, [email protected] wrote: > > <Directory /usr/share/trac/cgi-bin/trac.wsgi> > WSGIApplicationGroup %{GLOBAL} > Order deny,allow > Allow from all > </Directory> > > > My configuration as shown above, looks like normal. >
Try using a directory path rather than a file path in your Directory directive: <Directory /usr/share/trac/cgi-bin> - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
