Gergely Buday wrote: > is it possible to permit seeing trac pages only to authenticated > users? How? I'm using lighttpd.
If you were using Apache you would change the LocationMatch directive to "/" rather than "/[^/]+/login" which forces a login before anything is accessed. I guess there must be an equivalent in lighttpd. -- Martin Tomes echo 'martin at tomes x org x uk'\ | sed -e 's/ x /\./g' -e 's/ at /@/' Visit http://www.subversionary.org/ -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
