<Directory "/var/www/android">
                AddHandler cgi-script .cgi .pl
                AllowOverride None
                Options -MultiViews +SymLinksIfOwnerMatch +ExecCGI
                Order Deny,Allow
                AuthType Basic
                AuthName "server"
                AuthUserFile /etc/apache2/htpasswd
                Require valid-user
        </Directory>

One of my clients has the above in their Apache configuration.  They have 
several clients which use the system and that generally works OK.

But how do I get a user to logout and login again?

I can use http://user:pass@server/android as the URL, but that isn't too user-
friendly and anything else doesn't work.

Any suggestions?

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to