Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

hey... Sorry to be such a bore..

I've got a Perl Module that I've made, and I want it to show up int eh server_software apache envionment variable.

I know this is possible, as I have seen it done somewhere before (but don't have access to the code)... but I am unsure on how to do it myself...

any help would be grateful.
  • Comment on adding Perl Module information to apache's server_software.

Replies are listed 'Best First'.
Re: adding Perl Module information to apache's server_software.
by perrin (Chancellor) on May 19, 2003 at 16:45 UTC
    Edit Apache's source code and recompile it. There is no other way.