Re: mod_perl IDE

2004-05-18 Thread Brent 'Dax' Royal-Gordon
al to ActiveState's VisualPerl plugin. Includes syntax highlighting, debugger integration, and all sorts of other shinies. -- Brent "Dax" Royal-Gordon <[EMAIL PROTECTED]> Perl and Parrot hacker Oceania has always been at war with Eastasia. -- Report problems: http://perl.apache.org/

Re: [mp2] Custom directives

2004-05-14 Thread Brent &#x27;Dax&#x27; Royal-Gordon
called twice? What does each call represent? Why is it only called once for an 'apachectl -k restart'? And perhaps the question I should've asked to start with: if I need to fork off one background process for the entire Apache server, what handler should I do so in? -- Brent &

Re: [mp2] Custom directives

2004-05-14 Thread Brent &#x27;Dax&#x27; Royal-Gordon
105190) So what we're seeing is: a=SERVER_CREATE(); b=SERVER_CREATE(); RegulateDatabase(a, ...); global_init(b); global_init(c); I have no idea where 'c' is coming from--like I said, I've instrumented {SERVER,DIR}_{CREATE,MERGE}, which I think should cove

Re: [mp2] Custom directives

2004-05-14 Thread Brent &#x27;Dax&#x27; Royal-Gordon
=( %{Apache::Module->get_config(__PACKAGE__, $f->r->server)}, %{Apache::Module->get_config(__PACKAGE__, $f->r->server, $f->r->per_dir_config)} ); Might a similar mixing be necessary in global_init? -- Brent "Dax" Royal-Gordon <[EMAIL P

[mp2] Custom directives

2004-05-13 Thread Brent &#x27;Dax&#x27; Royal-Gordon
for user: '@localhost' to database 'Regulate' Which leads me to believe that either the information isn't being recorded for some reason, or I'm looking at the wrong $conf structure. Any help, even just a pointer to a module that does something like this,

Re: DBI and Apache::DBI

2004-05-12 Thread Brent &#x27;Dax&#x27; Royal-Gordon
error that it can't find Apache::DBI. Try .../site_perl/Apache and .../site_perl/5.8.3/Apache. Also, if you originally installed mod_perl with an older version of Perl, check its folders. -- Brent "Dax" Royal-Gordon <[EMAIL PROTECTED]> Perl and Parrot hacker Oceania has al