Subject: | apache cgi |
off:I am sorry..because I found no place to talk about it too.
Someone can tell some forum where I can get some support about perl and
Inline Python?
well..
I am wondering to know if I can use Inline::Python module under apache..
I made a perl cgi where I call a python function using the Inline::Python..
when I type in the terminal
perl file.pl >>file.html
I can open the file.html with the right content (html)..it means the
python code and the perl code have been interpreted when I run the cgi
by myself..but when I try to run it inside of apache (opening the
firefox and typing the url) the script does not work.
When I try to run a 100% perl script it works ok.
I already try to install the python suport in apache..but I got the same
problem.
I guess apache must have his own perl interpreter..But I am not sure.