LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need help for DSPAM webgui access. (https://www.linuxquestions.org/questions/linux-software-2/need-help-for-dspam-webgui-access-585743/)

adq890 09-19-2007 03:57 AM

Need help for DSPAM webgui access.
 
Hello all,

my problems is now more on CGI issue.i already configure everything need to enable the DSPAM webgui access using CGI.But i got a problems, the pages show the error

Error

[HTML]Forbidden

You don't have permission to access /dspam.cgi on this server.[/HTML]



My Vhost configuration is:


[HTML]<VirtualHost *>
DocumentRoot "/usr/local/apache/htdocs/dspam.malaya.com/html"
ServerName dspam.malaya.com
ServerAdmin webmaster@malaya.com
ErrorLog /usr/local/apache/logs/dspam.malaya.com-error_log
TransferLog /usr/local/apache/logs/dspam.malaya.com-access_log

User dspam
Group dspam

<Directory "/usr/local/apache/htdocs/dspam.malaya.com/html">
Options FollowSymLinks ExecCGI
AllowOverride None
Order deny,allow
Deny from all

SSLRequireSSL


AuthType Basic
AuthName "DSPAM Control Center"
AuthUserFile /usr/local/apache/htdocs/dspam.malaya.com/etc/htpasswd
Require valid-user
Satisfy Any
</Directory>
</VirtualHost>[/HTML]

any error with this config?


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