Dear all,
I have a problem with redirect using Embperl. When I try to do redirect
like that:
blah.epl
[-
$http_headers_out{'Location'} = 'main.epl';
exit 301;
-]
It doesn't work. After refresh I see the same page.
When work with Apache 1 and mod_perl 1 all were very good,
but then I moved
Dear all,
I try to use Embperl module in my command line script and
when I run it I see message:
[24611]ERR: 26: Logfile /tmp/embperl.log open error: Permission denied
Could anybody help me, how can I disable to use Embperl log
file if I call this module from command line script (not via
Apache