Re: .htaccess = .WWWaccess ?
[email protected] (David Dorward)
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
On 5 Dec 2007, at 14:00, Praki wrote: > I m working with the CGI for authentication. > bash-2.05b$ more .htaccess > AuthType Basic > AuthName Cisco-CEC > AuthUserFile /isaac/www/cgi-bin/pkolanda/authen/.htpasswd > AuthGroupFile /dev/null > Require valid-user CGI doesn't seem to be involved, you appear to be using an internal feature of Apache to perform HTTP Basic Authentication. While it is possible to perform HTTP Basic Authentication using a CGI script, that isn't what you are doing. You might have better luck on an Apache mailing list. -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/