I need to lock down a staging site using .htpasswd, but doing so apparently kills all of the repoze.w* processing in my app. Is such a setup not possible? How are other TG users out there locking down a staging server environment?
I have tried both mod_wsgi and mod_proxy approaches. My vhost.conf file looks like this: <Location /> AuthType Basic AuthName "Authentication Required" AuthUserFile "/var/www/vhosts/stagingexample.com/httpdocs/.htpasswd" Require valid-user </Location> Thanks, Seth -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

