Hi, I have following apache2 configuration: ---------------------------- ScriptAlias /cgi-bin/bugzilla /usr/lib/cgi-bin/bugzilla ScriptAlias /bugzilla/cgi-bin /usr/lib/cgi-bin/bugzilla <DirectoryMatch (/usr/lib/cgi-bin/bugzilla|/usr/lib/cgi-bin/bugzilla/.*)> Options +FollowSymLinks +Indexes +ExecCGI AddHandler cgi-script .cgi .pl .sh DirectoryIndex index.html index.cgi Order Allow,Deny Allow From All AllowOverride All </DirectoryMatch> -------------------------- If I enter in the browser: http://127.0.0.1/cgi-bin/bugzilla/ I get the error message:attempt to invoke directory as script If I enter in the browser: http://127.0.0.1/cgi-bin/bugzilla/index.cgi I get the proper window. Since I get the first version: http://127.0.0.1/cgi-bin/bugzilla/ from inside the window, I'd like to fix this. Does anybody have any hepful idea? Thanks, eleonora --------------------------------------------------------------------- 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