Last night I tried getting Distributed Checksum Clearinghouse cgi scripts to run from an alternate directory from cgi-bin. I added the line ScriptAlias /cgi-bin/ /var/www/SSL/DCC/ with no luck. I could get the scripts to run as long as I put a .cgi extension on them and added this to ssl.conf # <Directory "/var/www/SSL/DCC"> # Options +ExecCGI # AddHandler cgi-script cgi # AddHandler cgi-script # AllowOverride Options # </Directory> After hours of playing around with these two statements above in both httpd.conf and ssl.conf I gave up and moved the scripts into /var/www/cgi-bin. I'm running RHES4. Dean