Apache::ASP - I think bug...

1999-12-08 Thread BeerBong
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. ---

Re: Apache::ASP - I think bug...

1999-12-08 Thread Joshua Chamas
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

Re: Apache::ASP - I think bug...

1999-12-09 Thread BeerBong
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

Re: Apache::ASP - I think bug...

1999-12-09 Thread Joshua Chamas
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

Re: Apache::ASP - I think bug...

1999-12-10 Thread BeerBong
> > > 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

RESOLVED Re: Apache::ASP - I think bug...

1999-12-09 Thread Joshua Chamas
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