Bien que l'on puisse installer Apache directement, je vous conseille d'installer WAMP et de configurer l'utilisation du XPX:
On suppose que Wamp est installé dans C:\wamp.
Copier le xpx.exe dans c:/wamp/bin/apache/apache2.4.2/cgi-bin/
Modifier C:\wamp\bin\apache\apache2.4.2\conf\httpd.conf pour dé-commenter la ligne qui inclut httpd-vhosts.conf
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
À mettre dans C:\wamp\bin\apache\apache2.4.2\conf\extra\httpd-vhosts.conf
<IfModule dir_module>
DirectoryIndex index.xpx
</IfModule>
<IfModule mime_module>
########################
### ###
### INSTALLATION XPX ###
### ###
########################
AddType application/x-httpd-xpx .xpx
Action application/x-httpd-xpx "/cgi-bin/xpx.exe"
########################################################
</IfModule>
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin xxx@yyyy.com
DocumentRoot "c:/wamp/www/"
ServerName localhost
ServerAlias machine.local
ScriptAlias /cgi-bin/ "c:/wamp/bin/apache/apache2.4.2/cgi-bin/"
</VirtualHost>
Téléchargez rapidement la dernière version du XPX: Version 3.8-rc16 - 05/02/2019
Venez nous poser vos questions et voir les problèmes courants que vous pouvez rencontrer
Aidez-nous à faire vivre ce site en faisant un don