Hello, i have a question, i try start a shell(bash) script in my apache2 and not work, i seting bellow diretive in my vhost but not work:
<Directory "/opt/dev/www/www.tmp.oduvaldocozzi.intranet/public_html/dir">
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>
root@HTTPS:dir #ls -l /opt/dev/www/www.tmp.oduvaldocozzi.intranet/public_html/dir/
total 12
-rwxr-xr-x 1 webmaster dev 31 Set 4 15:48 x.sh
But the bash script notwork, only display the file content:
#!/bin/bash
echo "Hello world"
--
Atenciosamente,
Rodrigo da Silva Cunha
São Gonçalo, RJ - Brasil