LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dspam Authentication (https://www.linuxquestions.org/questions/linux-newbie-8/dspam-authentication-370889/)

bobcatch 10-08-2005 06:29 AM

Dspam Authentication
 
I have Dspam on a RH9 box over postfix



my .htaccess file has -
------------------------------
AuthName "Dspam"
AuthType Basic
AuthUserFile /etc/httpd/conf/dspam
Require valid-user
---------------------------------

I have made users entries in

/var/www/cgi-bin/cgi/dspam file with htaccess
which when opened shows user & encrypted password


My query here is

accessing my RH9 box from some other machine with
mymachine/cgi-bin/cgi/dspam.cgi
gives a popup asking user & pass but user input does no authentication

Now if i make a new file named 'users' instead of 'dspam' as above thru htpasswd the same way and changing reference in my .htaccess accordingly

it does let me in but shows text based stats. not the graphical one

where i am doing wrong ?

Please help


All times are GMT -5. The time now is 03:08 PM.