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 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 same vhost that the front end accelerator points at.

> 
> > Can't use string ("select level,rubric_id,parent_id") as a SCALAR ref
> while "strict refs" in use at (eval 13) line 14.
> , /usr/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1142
> 

You have use strict enabled, so you need to work through this
error.  use strict error handling needs some work still, and
dealing with them in Apache::ASP is fairly new business.

> After some refreshes - I got another output, which is not done by
> index.shtml!

This sounds like a browser cache problem, make sure you hit 
shift+refresh (Netscape) or control-refresh(IE) to really reload 
a page.  This could also be a bad mix of Apache::ASP & use strict 
errors.  Can you get me some code that reproduces this behavior?

I think that there is some work to do on use strict error 
handling, but when in doubt, try stopping and then starting
apache.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to