Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
Hello, I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain a dump (of hash and array references) to munge and display on the page. cheers, -- iain.

Re: Delving into Apache's configuration innards

2001-03-07 Thread Stas Bekman
On Wed, 7 Mar 2001, iain truskett wrote: Hello, I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain a dump (of hash and array references) to munge and

Re: Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
* Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 01:48]: On Wed, 7 Mar 2001, iain truskett wrote: [...] I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain

Re: Delving into Apache's configuration innards

2001-03-07 Thread Stas Bekman
On Thu, 8 Mar 2001, iain truskett wrote: * Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 01:48]: On Wed, 7 Mar 2001, iain truskett wrote: [...] I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I

Re: Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
* Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 02:36]: On Thu, 8 Mar 2001, iain truskett wrote: [...] http://perl.apache.org/guide/config.html#Verifying Except that (a) adding $Apache::Server::SaveConfig = 1; to my perl bit has the side effect of stopping the virtualhost hash being