On Thu, 06 May 2004 12:22:49 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote:
If someone can write a section explaining how to do that properly, I
think it'll be a great addition to our docs. Just post the pod here and
I'll add it. Thanks.
OK, I'm not exactly a hand at writing pod but I had a g
On Thu, 6 May 2004 16:12:16 +, <[EMAIL PROTECTED]> wrote:
James Moore claimed to have gotten it right:
http://groups.google.ch/groups?q=emacs+mod_perl&hl=en&lr=lang_en|lang_de&ie=UTF-8&oe=UTF-8&selm=1051404465.5094
+85%40yasure&rnum=1
It partially works for me. The last part doesn't:
James Moor
On Mon, 22 Dec 2003 15:26:53 -0800, Stas Bekman <[EMAIL PROTECTED]> wrote:
You don't need to walk the config tree to accomplish that. There is a
much simpler way:
sub post_config {
my($conf_pool, $log_pool, $temp_pool, $s) = @_;
for (my $vhost_s = $s->next; $vhost_s; $vhost_s = $vhost
PerlAddVar. It would be nice if
Apache::Directive was extended so that one could do the equivalent of
$node->dir_config("value").
-P
On Sun, 21 Dec 2003 19:46:15 -0800, Stas Bekman <[EMAIL PROTECTED]> wrote:
Stas Bekman wrote:
Paul G. Weiss wrote:
Rats! PerlPostConfig
-Paul
On Sat, 20 Dec 2003 16:52:09 -0500, Paul G. Weiss <[EMAIL PROTECTED]> wrote:
Great suggestion. I'll certainly try that.
As to why I expected PerlSetVar to be available during startup, it is
because that is how it was with mod_perl1, and I wasn't considering th
stion on to the maintainer of Apache::PageKit (that is, if
he doesn't read this list), because it will affect his documentation.
-Paul
On Fri, 19 Dec 2003 18:32:46 -0800, Stas Bekman <[EMAIL PROTECTED]> wrote:
Paul G. Weiss wrote:
[...]
The reason this is important is that I'm trying to
e reason this is important is that I'm trying to get Apache::PageKit to
run in virtual hosts, and it depends on the availability of PerlSetVar
variables on startup.
-Paul
On Fri, 19 Dec 2003 06:28:10 -0500, Paul G. Weiss <[EMAIL PROTECTED]> wrote:
I have something like this:
Perl
I have something like this:
PerlModule Module
PerlSetVar abc def
Module->start;
and in Module.pm
use Apache::ServerUtil ()
...
sub startup
{
my $value = Apache->server->dir_config("abc");
...
}
and lo and behold - $value is undef ! However, if I take the PerlSetVar
and move it outside
I had found those. No _10 version.
I'm currently trying to modify the srpm for mod_perl-1.99_07, which is
available from RedHat, to use the .tar.gz for _10. I'm hopeful it will
work.
-P
On Tue, 30 Sep 2003 14:09:10 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote:
Paul G. Wei
I have httpd-2.0.40-21.5 installed with mod_perl-1.99_07-5 on a Red Hat 9
system.
I'd like to upgrade to 2.0.47 for mod_perl-1.99_10 but there are no rpms
available from RedHat.
I can uninstall the existing rpms and build from source (at least I think
I can, theoretically), but instead, I would lik
10 matches
Mail list logo