Hi, I am trying to make dspam work with zarafa on my home RHEL-5 server and after trying for hours I cam to this /etc/http/conf.d/dspam-web.conf file:
ScriptAlias /dspam/ /usr/share/dspam-web
<Directory "/usr/share/dspam-web">
DirectoryIndex dspam.cgi
AddHandler cgi-script .cgi .pl
AllowOverride None
Options +ExecCGI -Indexes +FollowSymLinks
Order allow,deny
Allow from all
AuthType Basic
AuthName "DSPAM WebUI login"
Require valid-user
AuthUserFile /var/www/passwd/dspam
</Directory>
However, whatever I do, script is never exectuted properly, but I always
just get a source of code of the dspam.cgi script. I have marked all
executable files with httpd_unconfined_script_exec_t SELinux label, I
don't see any errors in logs, but still the only result of calling
http://myserver/dspam/
is source code of the dspam.cgi.
Any ideas anybody what I am doing wrong, please?
Thank you,
Matěj
--
http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
