Hi!
I'm having trouble getting doing some perl configuration within
<Perl></Perl> in httpd.conf with Apache 2 and mod_perl 2 (both latest
version as of today). Using this do not work:
use Apache::DBI;
use Snowfall::Database3;
use Apache::PerlSections ();
use Apache::ServerUtil ();
use Apache::Server;
my $s = Apache->server;
....
$s->add_config("<VirtualHost x.x.x.x>");
...
But this doesn't work, it still says that "namevirtualhost x.x.x.x does
not have any virtualhosts".
I have tried to go the "real" way of using $VirtualHost{'213....'} but the
problem occurs when I have to use RewriteRule etc, and want to have the
entries come out the same way they came into the hash (and using
Tie::IxHash isn't really working very well).
Anyone have any ideas??
Kind Regards,
Stefan Cars
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html