Re: Apache::Config module

2000-06-27 Thread Andreas J. Koenig
> On Mon, 26 Jun 2000 09:57:58 -0700, Nathan Wiger <[EMAIL PROTECTED]> >said: >2. Is the name Apache::Config a good name for this module? We have delegated the discussion of Apache:: namespace to the mod_perl mailing list as you will find more experts there. Please discuss your module

Re: Apache::Config module

2000-06-26 Thread Nathan Wiger
Hey again- Just wanted to add that I'm aware of the Apache and Apache::Constants modules, which do provide Apache-specific methods for getting to this data that work great for mod_perl. My goal with this module was to make it general enough to be used to parse any Apache-like config file. That wa

Apache::Config module

2000-06-26 Thread Nathan Wiger
Hi all- I've written a module that can parse the Apache httpd.conf config file (and in fact any Apache-like config file). It will take a set of directive like: ServerName www.mydomain.com UseCanonicalName Off And parse it case-insensitively, returning a ref to a hash: my