j'ai un logiciel écrit en perl. j'ai créé une nouvelle bay mais quand je vais sur les fichiers ca m'affiche le code des pages ...
mes fichiers sont placés dans le dossier html et j'ai un template custom pour gérer le perl dans ce dossier, mais ca marche pas a priori ... pourtant j'ai fais le meme truc sur une autre bay et cela fonctionne
le code de mon template custom
- Code: Tout sélectionner
Alias /xxx/ /home/e-smith/files/ibays/xxx/html/
<Directory /home/e-smith/files/ibays/xxx/html>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
<Directory /home/e-smith/files/ibays/xxx/html/users>
Order Deny,Allow
Deny from All
</Directory>
et apres j'execute ca
# /sbin/e-smith/expand-template etc/httpd/conf/httpd.conf
# service httpd restart