> > > Not that if you are using the same sub routine name,
> > > you might want to just define it once in global.asa,
> > > and have it vary its behavior based on what script
> > > is calling it, which you can get from $0, or
> > > &File::Basename::basename($0)
> >
> > Shit, It was in your documen
ModPerl list,
It looks like the problem here was that BeerBong had
the same subroutine name defined in multiple scripts,
and since by default all Apache::ASP are compiled into
the same package namespace, one script would call another's
subroutine, whichever was most recently compiled.
If you wan
BeerBong wrote:
>
> --
> Can't use string ("select level,rubric_id,parent_id") as a SCALAR ref
> > > while "strict refs" in use at (eval 13) line 14.
> --
> is sent by another not completed script - rubrics.shtml, whe
Btw, I use Apache::ASP 0.17
> Your 2 server configuration has nothing to do with Apache::ASP
> errors. However, depending on the ProxyPass used at the front
> server, you may end up with varying VirtualHosts handling
> the request on the backend server, so make sure you are connecting
> to the s
BeerBong wrote:
>
> Hello Joshua!
>
> I think, I catch new bug of Apache::ASP again, although may be Apache::ASP
> is innocent in this case.
>
> I have 2 Apache servers - simple/proxy and mod_perl and secured virtual site
> of management big Samara portal.
>
Your 2 server configuration has no
Hello Joshua!
I think, I catch new bug of Apache::ASP again, although may be Apache::ASP
is innocent in this case.
I have 2 Apache servers - simple/proxy and mod_perl and secured virtual site
of management big Samara portal.
Secured on simple Apache.
---