Hello!
In FreeBSD I have setup Web interface this way:
1. Install apache port with following:
WITH_SUEXEC_MODULES=YES SUEXEC_DOCROOT=/usr/local/www/vhosts/dspam
2. Install dspam with following:
DSPAM_HOME_OWNER=dspam
3. Configure virtual host using authentication method you like
<VirtualHost *:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/www/vhosts/dspam_vhost
ServerName dspam.yourdomain.com
ErrorDocument 401 /401.html
SuexecUserGroup dspam dspam
<Directory "/usr/local/www/vhosts/dspam_vhost">
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.html
AddHandler cgi-script .cgi
## This is a fake auth configuration. Here you have to configure proper
auth ####
AuthName "DSPAM Web interface"
AuthType Basic
require valid-user
#############
<IfModule mod_perl.c>
PerlSendHeader On
AddHandler perl-script .cgi
PerlHandler Apache::Registry
</IfModule>
</Directory>
ErrorLog /var/log/dspam-error_log
CustomLog /var/log/dspam-access_log common
</VirtualHost>
4. chown -R dspam:dspam /usr/local/www/vhosts/dspam_vhost
This seems to be all
В Втр, 22/05/2007 в 09:42 +0700, MuLiAnT○ пишет:
> Hello...
>
> does any one can help me or show me the documentation about seting up
> the web gui ?
> i am trying to install dspam in free bsd 6.2
> the integration with vexim is runn well and it works.. but 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..
>
>
>
> !DSPAM:465254ba7127572145674!