RE: Problems with custom config directives in user written modules

2000-02-01 Thread Eric Cholet
I cannot seem to get custom configuration directives to work in apache (1.3.11) modperl (1.21). I would presume the examples in the book do not work either. I found someone having similar problems in the list archives, to which Doug provided a workaround which also does not work. Any

Re: Problems with custom config directives in user written modules

2000-02-01 Thread Dave Hayes
Eric Cholet [EMAIL PROTECTED] writes: Perl require Apache::TestDirective; delete $INC{'Apache/TestDirective.pm'}; /Perl #PerlModule Apache::TestDirective Why are you using 'require', and not the PerlModule line you commented out? It appeared to work. =) In searching the mail archives I

Re: Problems with custom config directives in user written modules

2000-01-31 Thread Dave Hayes
Following up to myself I am. Firstly, that was Directive3 (not Directive4). Directive3 returns OK. $ bin/apachectl configtest works just fine, no problems. $ bin/apachectl start is where it fails to find the command, looks like in some related child process. It seems to be that the

Problems with custom config directives in user written modules

2000-01-30 Thread Dave Hayes
I cannot seem to get custom configuration directives to work in apache (1.3.11) modperl (1.21). I would presume the examples in the book do not work either. I found someone having similar problems in the list archives, to which Doug provided a workaround which also does not work. Any advice