Re: Reading custom configuration parameters

2006-10-02 Thread Fred Moyer
Erik Norgaard wrote: > Erik Norgaard wrote: > >> I have successfully created a module that declares some configuration >> parameters which should be available to the handler: dbDriver, dbHost, >> dbName, dbUser and dbPassword. Or so I think, I followed this guide: >> >> http://perl.apache.org/do

Re: Reading custom configuration parameters

2006-09-29 Thread Erik Norgaard
Erik Norgaard wrote: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http://perl.apache.org/docs/2.0/user/config/custom.html So

Re: Reading custom configuration parameters

2006-09-28 Thread Philip M. Gollucci
Erik Norgaard wrote: Philip M. Gollucci wrote: Erik Norgaard wrote: Hi: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http:

Re: Reading custom configuration parameters

2006-09-28 Thread Erik Norgaard
Philip M. Gollucci wrote: Erik Norgaard wrote: Hi: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http://perl.apache.org/docs/

Re: Reading custom configuration parameters

2006-09-28 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Erik Norgaard wrote: Hi: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http://perl.apache.org/docs/

Re: Reading custom configuration parameters

2006-09-28 Thread Philip M. Gollucci
Erik Norgaard wrote: Hi: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http://perl.apache.org/docs/2.0/user/config/custom.html

Reading custom configuration parameters

2006-09-28 Thread Erik Norgaard
Hi: I have successfully created a module that declares some configuration parameters which should be available to the handler: dbDriver, dbHost, dbName, dbUser and dbPassword. Or so I think, I followed this guide: http://perl.apache.org/docs/2.0/user/config/custom.html But there is one thi