Bonjour j'ai un souci de configuration avec Bugzilla et easyphp 1.8. Je pense que cela vient de mon fichier conf apache mais alors je vois pas ce qui merde et comment le réparer. J'ai reussi à configurer Bugzilla avec un serveur Apache seul en suivant ce lien http://www.bugzilla.org/docs/win32install.html mais la en le transposant sur http.conf d'apache c'est pas ca ...

Bon voila comment j'ai fait mes dossiers :
$path c c:\easyphp\www\

/www/bugzilla/ mon rep bugzilla
/www/mikezilla/ mon rep mikezilla
c:\perl\bin\perl.exe c mon PERL

et voici ma config de httpd.conf

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 :


[Thu Oct 19 14:26:29 2006] [error] [client 127.0.0.1] (2)No such file or directory: couldn't spawn child process: c:/easyphp/www/bugzilla/index.cgi
Merci de votre coup de main. Je commence à désesperer. Tout marchait bien avec un Windows, Mysql, Apache et Perl installé séparement. Le fichier httpd a l'air bien bidouillé par easyphp et je me perds un peu. Si quelqu'un pourrait m'éguiller cela serait vraiment genial.

Merci encore