> the problem how do i set up the web gui.
> i already follow the instruction but i got the error message like this
> 
> http://myweb/cgi-bin/dspam.cgi
> 
> 
> An Error Has Occured
> 
> The following error occured while trying to process your request: 
> System Error. I was unable to determine your identity.
> 
> If this problem persists, please contact your administrator.
> 
> 
> any one know what i am missing of..

Authentication, you must just setup some kind of authentication so that the cgi 
know which user you are.
So, the simplest is to create an .htaccess and an .htpasswd file, and verify 
that the proper override directives are set for the directory. Refer to apache 
online documentation for this.
Also, don't forget to put the authenticated username of the admin in the proper 
file ("admins").

Sydney.

Reply via email to