in reply to Re^2: Exec format error
in thread Exec format error

<Directory "mydir/tools/cgi-bin"> ^
I think the directory specification here needs to be a full (absolute) path in the filesystem. See <Directory>.

Replies are listed 'Best First'.
Re^4: Exec format error
by anu_1 (Acolyte) on Dec 03, 2010 at 11:13 UTC
    sorry printing mistake...getting the same error with the following configuration
    <Directory "/mydir/tools/cgi-bin"> AddHandler cgi-script .pl AllowOverride AuthConfig Options FollowSymLinks Order allow,deny Allow from all </Directory>