Hi everyone -

Suppose a request comes in which would normally get sent to the default
VirtualHost (because it's missing a Host header, or the name in the Host
header isn't recognized, or whatever).  Is there any mod_perlish way to
explicitly handle that request with a different (non-default) VirtualHost,
by modifying the request headers or request URI?  From experimenting it
seems like PerlPostReadRequest is already too late, and the VirtualHost
has already been chosen.  Failing that kind of manipulation, is there a
way to "swap in" the configuration from the desired VirtualHost just for
the handling of that request?


Thanks!
Larry Leszczynski
[EMAIL PROTECTED]

Reply via email to