Howto disable embperl log?

2003-12-09 Thread Michael Stepanov
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)
TIA

--
Best regards, 
Michael Stepanov,
Perl/Linux Developer 
Francoudi & Stephanou Ltd.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Problem with redirect under Apache2

2003-12-09 Thread Michael Stepanov
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 my application to the Apache 2 and mod_perl2.
And now I have this problem with redirect.
My environment: RedHat 9, Apache 2, mod_perl 2, Embperl 2.08b.

Any ideas?

Thank in advanced

--
Best regards, 
Michael Stepanov,
Perl/Linux Developer 
Francoudi & Stephanou Ltd.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]