How do I find the name of the currently executing file
from Embperl under Apache? I can find the top level
file using $ENV{PATH_TRANSLATED}, but this won't work
for sub-executes
for example:
foo.html:
[- Execute('bar.html') -]
---
ba
Hi
Before I start, I'd like to know if this has been done before, installing
Embperl on a stock SUSE 9.1 (but with a Perl compiled w/o threads).
If so, what do I tell Embperl when it wants the source from mod_perl ?
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Ka
Hi,
this is: /usr/lib/perl5/site_perl/5.6.1/Apache/SessionX/Config.pm
package Apache::SessionX::Config ;
$default = 'Mysql' ;
@confs = ('Mysql') ;
%param =
(
'Mysql' =>
{
'UserName' => 'session',
'DataSource' => 'session',
'Generate' => 'MD5',
>
> And yes I make heavy use of %udat. I am not (yet) using %mdat.
>
> It would make sensense if had something to do with the sessions.
> Any idea how to fix it?
>
How is your session setup in httpd.conf?
And your Apache/SessionX/Config.pm from the site_perl directory?
Gerald
--
Hi Gerald,
That sounds like a great idea :) Thanks for the tip.
Thanks!
Heath
[EMAIL PROTECTED]
On Wed, 15 Sep 2004 10:08:27 +0200
"Gerald Richter" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> >
> > I've considered using EmbperlBlocks, but it knocks out all of
> > the HTML processing not just tab
Hi,
I am using the one from redhat
Server version: Apache/1.3.27 (Unix) (Red-Hat/Linux)
Server built: Dec 10 2003 05:03:03
and one compiled from a tarball from apache site.
Server version: Apache/1.3.27 (Unix)
Server built: Jun 13 2003 14:28:32
Please note that before I just used one apache
Hi,
>
> I've considered using EmbperlBlocks, but it knocks out all of
> the HTML processing not just table stuff. I rely quite a bit
> on %fdat and the associated form element filling (It's
> actually one of my favorite features, and one that you don't
> find in many other template engines).
Hi,
Does it happen on Apache 2 or 1.3 only or on both or do you use Apache 1.3
for both Embperl 1.3 and Embperl 2?
Do you use Embperl's session handling? Do you use %udat and %mdat or %udat
only?
It might be a deadlock in the session handling.
Gerald
--
Hi,
I have a problem (for quite some time now).
I am not sure it is caused by Embperl.
Every now and then the httpd stops responding.
Anyway I have 2 seperate apache's running on one box.
One apache is configured for Embperl 1.3x and the other for embperl 2.x
Since I had "page cannot be displaye