Citation:
	
		
		
			DocumentRoot "C:/easyphp/www"
...
<Directory />
    Options FollowSymLinks Indexes ExecCGI
    AllowOverride All
</Directory>
...
# the C:\Program Files\Perl directory, the shebang line should be:
   #!c:/perl/bin/perl
# Note you _must_not_ indent the actual shebang line, and it must be the
# first line of the file.  Of course, CGI processing must be enabled by 
# the appropriate ScriptAlias or Options ExecCGI directives for the files 
# or directory in question.
....
    AddHandler cgi-script .cgi
....
# equivilant Unix behavior), uncomment the following directive:
#
 ScriptInterpreterSource registry
#
# The directive above can be placed in individual <Directory> blocks or the
...
    Alias /bugzilla/ "C:/easyphp/www/bugzilla/"
    <Directory "C:/easyphp/www/bugzilla">
        Options Indexes MultiViews ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
....
    # Alias.
    #
    ScriptAlias /cgi-bin/ "C:/easyphp/cgi-bin/"
    #
    # "C:/easyphp/apache/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #
    <Directory "C:/easyphp/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
...
<IfModule mod_dir.c>
    DirectoryIndex index.html index.shtml index.wml index.pwml index.php index.php3 index.php4 index.cgi
</IfModule>
...
			
		
	
 Et voici l'erreur que Apache me sort :