John Saylor wrote:
> hi
>
> i have been using CGI::Application::Plugin::Apache to run a website and
> it is working swimmingly ...
>
> except
>
> i am trying to add a plain vanilla mod_perl handler to the website and i
> keep getting an error like this:
> Can't locate object method "handler" via package "XX::YYY".\n
Does it work when you don't use C::A::P::Apache? How do you have it configured
in your apache.conf? Have you tried using the "method" attribute?
sub handler : method {
...
}
> is there
> something about running the plugin that changes something so that other
> mod_perl handlers are not allowed?
No, it shouldn't prevent anything like that. Registering one handler for a URI
should have nothing to do with registering another handler for a different URI.
--
Michael Peters
Developer
Plus Three, LP
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.