Re: Cannot start Apache with mod_perl

2008-10-07 Thread ispyhumanfly
Ircha, Andrew wrote: I'm attempting to run httpd with mod_perl, but the httpd refuses to start: Starting httpd: httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: Cannot load /etc/httpd/modules/mod_perl.so into server:

Checking Return Codes in Apache2::SubProcess-spawn_proc_prog()

2008-10-07 Thread eric.berg
I'm using spawn_proc_prog() to run external programs from apache, but can't find any docs on how to check the return status. It doesn't appear to set $?, nor have I found any reference to variables or methods that would provide that information. Can anybody help me with this? The specific

[MP2] Problem when defining new directives in a container

2008-10-07 Thread titetluc titetluc
Hello all, I am developing a new module which defines 2 new directives (TestDirective1 and TestDirective2). These directives are usable in a container (Location, Directory, ...). The following code defines the directives : =BEGIN CODE= package