Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" <Directory "/usr/local/data/redirect/bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> My problem lies in the execution of scripts in subdirectories. In other words, /bin/haha executes just fine. But /bin/papa/haha does not. In fact, I get a 404 error that tells me that /bin/papa/haha is not found. Like I said, this configuration worked perfectly under 1.3.x. So far I can't locate the directive/feature/etc. that enables me to execute scripts in a sub directory. TIA, Jeff --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx