I see. I'm not using a cgi directory, but am running scripts out of the normal root/sub directories. Here's what I have in httpd right now:
LoadModule php4_module modules/libphp4.so LoadModule perl_module modules/mod_perl.so PerlModule Apache2 ****** DocumentRoot "/wwwroot/htdocs" Alias /perl/ /wwwroot/htdocs/ <Location /wwwroot/htdocs/> SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI </Location> ****** <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Files ~ "\.(pl)$"> SetHandler perl-script PerlHandler Modperl::Registry </Files> PerlRequire /wwwroot/htdocs/WebGUI/sbin/preload.perl Alias /extras /wwwroot/htdocs/WebGUI/www/extras I've included the last section because it is of the preload.perl. I don't think it's causing any interference, but I though it would be a good idea to include it just in case. Thanks! Zac -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html