RE: Failed to resolve handler

2007-06-04 Thread Peter, Attila
Gustavo, Since the default handler subroutine is called handle the Authen::Simple::NIS package should have such a sub. But this does not have such a sub. Check the usage of Authen::Simple::NIS. You have to load Authen::Simple::Apache as well. This is the one that provides you the mod perl handle

MP2 Getting to the VirtualHost server object during start-up

2006-02-17 Thread Peter, Attila
Title: MP2 Getting to the VirtualHost server object during start-up List, I want to access the server configuration of a virtual host from a module loaded via PerlPostConfigRequire after the config phase is done but before the server is ready to serve requests. In a main server that wou

RE: FW: MP2 PerlTransHandler and VirtualHosts

2006-02-16 Thread Peter, Attila
also returns DECLINED then will the apache's default handler run. --Attila -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 15. Februar 2006 18:52 To: Geoffrey Young Cc: Frank Wiles; Peter, Attila; modperl@perl.apache.org Subject: Re: FW: MP2 PerlTransH

MP2 PerlPostConfigRequire and VirtualHosts

2006-02-15 Thread Peter, Attila
Title: MP2 PerlPostConfigRequire and VirtualHosts List, I want to load some heavy data processing modules via PerlPostConfigRequire in different virtual hosts. The source of data that the modules have to process depends on certain custom config variables defined within virtual host contai

FW: MP2 PerlTransHandler and VirtualHosts

2006-02-15 Thread Peter, Attila
-Original Message- From: Peter, Attila Sent: Mittwoch, 15. Februar 2006 12:46 To: 'Frank Wiles' Subject: RE: MP2 PerlTransHandler and VirtualHosts Frank, I tried earlier default-handler with no luck. I got failed to resolve handler `default-handler' in the error lo

RE: MP2 PerlTransHandler and VirtualHosts

2006-02-15 Thread Peter, Attila
e a package instead, that may be better. - Original Message ----- From: Peter, Attila To: modperl@perl.apache.org Sent: Wednesday, February 15, 2006 6:16 AM Subject: MP2 PerlTransHandler and VirtualHosts List, Is there any method to

MP2 PerlTransHandler and VirtualHosts

2006-02-14 Thread Peter, Attila
Title: MP2 PerlTransHandler and VirtualHosts List, Is there any method to restore Apache's default PerlTransHandler (or in general any other handler) in VirtualServer container after a PerlTransHandler was set up in the main server config? Consider the following: PerlLoadModule