On Thu, 6 Sep 2001, Stas Bekman wrote:
> yup, I saw that later in 1.x sources. I don't think i've seen this todo
> item in 2.x. probably need to add. Or should I implement it right away?
well it falls under missing_old_features.txt:
- PerlSetupEnv (currently on by default w/ SetHandler perl-script)
- PerlSetEnv, PerlPassEnv
- cgi emulation, i.e. %ENV/...
would be better just to hold off on %ENV related stuff for now.
> what's .pms?
plural for .pm aka .pm's
> > i would be fine with backing out the
> > current magic and just add support for:
> > <Location>
> > or
> > <Location __PACKAGE__>
>
> You mean to have no magic at all.
not really, apache isn't going to understand either of those, we need to
add magic to insert/replace the __PACKAGE__ where the config came from.
> what about port issue for virtual hosts?
we should support:
<VirtualHost>
and/or
<VirtualHost __PACKAGE__>
and convert those into _default_:$port
where $port comes from $config->new_vhost($package);
(see Apache::TestConfigPerl.pm)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]